Searched refs:DM_IOCTL (Results 1 – 3 of 3) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | dm-ioctl.h | 264 #define DM_IOCTL 0xfd macro 267 #define DM_VERSION _IOWR(DM_IOCTL, DM_VERSION_CMD, struct dm_ioctl) 268 #define DM_REMOVE_ALL _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD, struct dm_ioctl) 269 #define DM_LIST_DEVICES _IOWR(DM_IOCTL, DM_LIST_DEVICES_CMD, struct dm_ioctl) 271 #define DM_DEV_CREATE _IOWR(DM_IOCTL, DM_DEV_CREATE_CMD, struct dm_ioctl) 272 #define DM_DEV_REMOVE _IOWR(DM_IOCTL, DM_DEV_REMOVE_CMD, struct dm_ioctl) 273 #define DM_DEV_RENAME _IOWR(DM_IOCTL, DM_DEV_RENAME_CMD, struct dm_ioctl) 274 #define DM_DEV_SUSPEND _IOWR(DM_IOCTL, DM_DEV_SUSPEND_CMD, struct dm_ioctl) 275 #define DM_DEV_STATUS _IOWR(DM_IOCTL, DM_DEV_STATUS_CMD, struct dm_ioctl) 276 #define DM_DEV_WAIT _IOWR(DM_IOCTL, DM_DEV_WAIT_CMD, struct dm_ioctl) [all …]
|
| /linux/drivers/md/ |
| H A D | dm-ioctl.c | 2057 if (_IOC_TYPE(command) != DM_IOCTL) in ctl_ioctl()
|
| H A D | dm-mpath.c | 2145 if (_IOC_TYPE(cmd) == DM_IOCTL) { in multipath_prepare_ioctl()
|