Home
last modified time | relevance | path

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

/drivers/md/
Ddm-table.c30 struct dm_table { struct
31 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 …]
Ddm-ioctl.c43 struct dm_table { struct
44 int undefined__;
Ddm.c125 struct dm_table { struct
143 struct dm_table *map; argument