Searched refs:dm_ioctl (Results 1 – 4 of 4) sorted by relevance
| /linux/include/uapi/linux/ |
| A D | dm-ioctl.h | 103 struct dm_ioctl { struct 265 #define DM_VERSION _IOWR(DM_IOCTL, DM_VERSION_CMD, struct dm_ioctl) 266 #define DM_REMOVE_ALL _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD, struct dm_ioctl) 269 #define DM_DEV_CREATE _IOWR(DM_IOCTL, DM_DEV_CREATE_CMD, struct dm_ioctl) 270 #define DM_DEV_REMOVE _IOWR(DM_IOCTL, DM_DEV_REMOVE_CMD, struct dm_ioctl) 271 #define DM_DEV_RENAME _IOWR(DM_IOCTL, DM_DEV_RENAME_CMD, struct dm_ioctl) 273 #define DM_DEV_STATUS _IOWR(DM_IOCTL, DM_DEV_STATUS_CMD, struct dm_ioctl) 274 #define DM_DEV_WAIT _IOWR(DM_IOCTL, DM_DEV_WAIT_CMD, struct dm_ioctl) 277 #define DM_TABLE_LOAD _IOWR(DM_IOCTL, DM_TABLE_LOAD_CMD, struct dm_ioctl) 279 #define DM_TABLE_DEPS _IOWR(DM_IOCTL, DM_TABLE_DEPS_CMD, struct dm_ioctl) [all …]
|
| /linux/drivers/md/ |
| A D | dm-ioctl.c | 813 struct dm_ioctl *param, in dm_get_live_or_inactive_table() 1120 static int do_suspend(struct dm_ioctl *param) in do_suspend() 1149 static int do_resume(struct dm_ioctl *param) in do_resume() 1451 struct dm_ioctl *param, size_t param_size) in populate_table() 1459 size_t min_size = sizeof(struct dm_ioctl); in populate_table() 1643 struct dm_ioctl *param, size_t param_size) in retrieve_deps() 1903 struct dm_ioctl *kernel_params) in check_version() 1949 static int copy_params(struct dm_ioctl __user *user, struct dm_ioctl *param_kernel, in copy_params() 1952 struct dm_ioctl *dmi; in copy_params() 2052 struct dm_ioctl *param; in ctl_ioctl() [all …]
|
| A D | dm-init.c | 38 struct dm_ioctl dmi;
|
| /linux/include/linux/ |
| A D | device-mapper.h | 548 int __init dm_early_create(struct dm_ioctl *dmi,
|
Completed in 12 milliseconds