Home
last modified time | relevance | path

Searched defs:dm_table (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/md/ !
Ddm-core.h188 struct dm_table { struct
189 struct mapped_device *md;
190 enum dm_queue_mode type;
193 unsigned int depth;
194 unsigned int counts[DM_TABLE_MAX_DEPTH]; /* in nodes */
195 sector_t *index[DM_TABLE_MAX_DEPTH];
197 unsigned int num_targets;
198 unsigned int num_allocated;
199 sector_t *highs;
200 struct dm_target *targets;
[all …]