Searched defs:dm_table (Results 1 – 1 of 1) sorted by relevance
166 struct dm_table { struct167 struct mapped_device *md;168 enum dm_queue_mode type;171 unsigned int depth;175 unsigned int num_targets;177 sector_t *highs;183 bool singleton:1;191 fmode_t mode;194 struct list_head devices;197 void (*event_fn)(void *);[all …]
Completed in 4 milliseconds