Searched defs:dm_table (Results 1 – 1 of 1) sorted by relevance
42 struct dm_table { struct43 struct mapped_device *md;44 atomic_t holders;45 unsigned type;48 unsigned int depth;49 unsigned int counts[MAX_DEPTH]; /* in nodes */50 sector_t *index[MAX_DEPTH];52 unsigned int num_targets;53 unsigned int num_allocated;54 sector_t *highs;[all …]