Searched defs:dm_table (Results 1 – 1 of 1) sorted by relevance
137290 struct dm_table { struct137291 struct mapped_device___2 *md;137292 enum dm_queue_mode type;137293 unsigned int depth;137294 unsigned int counts[16];137295 sector_t *index[16];137296 unsigned int num_targets;137297 unsigned int num_allocated;137298 sector_t *highs;137299 struct dm_target *targets;[all …]