Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
Ddm-core.h141 struct dm_table { struct
142 struct mapped_device *md;
143 enum dm_queue_mode type;
146 unsigned int depth;
147 unsigned int counts[DM_TABLE_MAX_DEPTH]; /* in nodes */
148 sector_t *index[DM_TABLE_MAX_DEPTH];
150 unsigned int num_targets;
151 unsigned int num_allocated;
152 sector_t *highs;
153 struct dm_target *targets;
[all …]