Searched refs:dm_target_spec (Results 1 – 7 of 7) sorted by relevance
1284 struct dm_target_spec *spec; in retrieve_status()1306 if (remaining <= sizeof(struct dm_target_spec)) { in retrieve_status()1311 spec = (struct dm_target_spec *) outptr; in retrieve_status()1319 outptr += sizeof(struct dm_target_spec); in retrieve_status()1417 struct dm_target_spec **spec, char **target_params) in next_target()1419 static_assert(__alignof__(struct dm_target_spec) <= 8, in next_target()1433 if (remaining - sizeof(struct dm_target_spec) <= next) { in next_target()1438 if (next % __alignof__(struct dm_target_spec)) { in next_target()1440 next, __alignof__(struct dm_target_spec)); in next_target()1455 struct dm_target_spec *spec = (struct dm_target_spec *) param; in populate_table()[all …]
39 struct dm_target_spec *table[DM_MAX_TARGETS];114 struct dm_target_spec *sp; in dm_parse_table_entry()
153 struct dm_target_spec { struct
215 QEMU_BUILD_BUG_ON(sizeof(d.data) < sizeof(struct dm_target_spec)); in dm_ioctl()289 struct dm_target_spec *tgt; in is_mpath()
528 struct dm_target_spec **spec_array,
301 STRUCT(dm_target_spec,
5052 struct dm_target_spec *spec = cur_data; in do_ioctl_dm()5122 struct dm_target_spec *spec = (void*)host_dm + host_dm->data_start; in do_ioctl_dm()