Searched defs:dm_table (Results 1 – 1 of 1) sorted by relevance
139 struct dm_table { struct140 struct mapped_device *md;141 enum dm_queue_mode type;144 unsigned int depth;145 unsigned int counts[DM_TABLE_MAX_DEPTH]; /* in nodes */146 sector_t *index[DM_TABLE_MAX_DEPTH];148 unsigned int num_targets;149 unsigned int num_allocated;150 sector_t *highs;151 struct dm_target *targets;[all …]