Searched refs:dm_target_spec (Results 1 – 4 of 4) sorted by relevance
34 struct dm_target_spec *table[DM_MAX_TARGETS];109 struct dm_target_spec *sp; in dm_parse_table_entry()
1140 struct dm_target_spec *spec; in retrieve_status()1160 if (remaining <= sizeof(struct dm_target_spec)) { in retrieve_status()1165 spec = (struct dm_target_spec *) outptr; in retrieve_status()1173 outptr += sizeof(struct dm_target_spec); in retrieve_status()1270 static int next_target(struct dm_target_spec *last, uint32_t next, void *end, in next_target()1271 struct dm_target_spec **spec, char **target_params) in next_target()1273 *spec = (struct dm_target_spec *) ((unsigned char *) last + next); in next_target()1287 struct dm_target_spec *spec = (struct dm_target_spec *) param; in populate_table()2067 struct dm_target_spec **spec_array, in dm_early_create()
153 struct dm_target_spec { struct
434 struct dm_target_spec **spec_array,