Searched defs:dm_table (Results 1 – 3 of 3) sorted by relevance
32 struct dm_table { struct33 struct mapped_device *md;34 unsigned type;37 unsigned int depth;38 unsigned int counts[MAX_DEPTH]; /* in nodes */39 sector_t *index[MAX_DEPTH];41 unsigned int num_targets;42 unsigned int num_allocated;43 sector_t *highs;44 struct dm_target *targets;[all …]
43 struct dm_table { struct44 int undefined__;
135 struct dm_table { struct153 struct dm_table __rcu *map; argument