Home
last modified time | relevance | path

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

/drivers/md/
Ddm-core.h170 struct dm_table { struct
171 struct mapped_device *md;
172 enum dm_queue_mode type;
175 unsigned int depth;
176 unsigned int counts[DM_TABLE_MAX_DEPTH]; /* in nodes */
177 sector_t *index[DM_TABLE_MAX_DEPTH];
179 unsigned int num_targets;
180 unsigned int num_allocated;
181 sector_t *highs;
182 struct dm_target *targets;
[all …]