Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-core.h191 struct dm_table { struct
192 struct mapped_device *md;
193 enum dm_queue_mode type;
196 unsigned int depth;
200 unsigned int num_targets;
201 unsigned int num_allocated;
202 sector_t *highs;
203 struct dm_target *targets;
207 bool integrity_supported:1;
208 bool singleton:1;
[all …]