Home
last modified time | relevance | path

Searched refs:dm_target_spec (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/md/
Ddm-ioctl.c1115 struct dm_target_spec *spec; in retrieve_status()
1135 if (remaining <= sizeof(struct dm_target_spec)) { in retrieve_status()
1140 spec = (struct dm_target_spec *) outptr; in retrieve_status()
1148 outptr += sizeof(struct dm_target_spec); in retrieve_status()
1245 static int next_target(struct dm_target_spec *last, uint32_t next, void *end, in next_target()
1246 struct dm_target_spec **spec, char **target_params) in next_target()
1248 *spec = (struct dm_target_spec *) ((unsigned char *) last + next); in next_target()
1262 struct dm_target_spec *spec = (struct dm_target_spec *) param; in populate_table()
/Linux-v4.19/include/uapi/linux/
Ddm-ioctl.h153 struct dm_target_spec { struct