HomeSort by relevance Sort by last modified time
    Searched defs:DM_DEV_SET_GEOMETRY (Results 1 - 3 of 3) sorted by null

  /external/strace/
dm.c 52 # ifndef DM_DEV_SET_GEOMETRY
53 # define DM_DEV_SET_GEOMETRY _IOWR(DM_IOCTL, 0x0f, struct dm_ioctl)
580 case DM_DEV_SET_GEOMETRY:
611 case DM_DEV_SET_GEOMETRY:
  /bionic/libc/kernel/uapi/linux/
dm-ioctl.h 103 #define DM_DEV_SET_GEOMETRY _IOWR(DM_IOCTL, DM_DEV_SET_GEOMETRY_CMD, struct dm_ioctl)
  /external/kernel-headers/original/uapi/linux/
dm-ioctl.h 86 * DM_DEV_SET_GEOMETRY:
270 #define DM_DEV_SET_GEOMETRY _IOWR(DM_IOCTL, DM_DEV_SET_GEOMETRY_CMD, struct dm_ioctl)

Completed in 1546 milliseconds