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