Searched defs:dm_table (Results 1 – 3 of 3) sorted by relevance
30 struct dm_table { struct31 struct mapped_device *md;32 unsigned type;35 unsigned int depth;36 unsigned int counts[MAX_DEPTH]; /* in nodes */37 sector_t *index[MAX_DEPTH];39 unsigned int num_targets;40 unsigned int num_allocated;41 sector_t *highs;42 struct dm_target *targets;[all …]
43 struct dm_table { struct44 int undefined__;
125 struct dm_table { struct143 struct dm_table *map; argument