Searched defs:dm_table (Results 1 – 1 of 1) sorted by relevance
143 struct dm_table { struct144 struct mapped_device *md;145 enum dm_queue_mode type;148 unsigned int depth;149 unsigned int counts[DM_TABLE_MAX_DEPTH]; /* in nodes */150 sector_t *index[DM_TABLE_MAX_DEPTH];152 unsigned int num_targets;153 unsigned int num_allocated;154 sector_t *highs;155 struct dm_target *targets;[all …]