Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-table.c31 struct dm_table { struct
32 struct mapped_device *md;
33 unsigned type;
36 unsigned int depth;
37 unsigned int counts[MAX_DEPTH]; /* in nodes */
38 sector_t *index[MAX_DEPTH];
40 unsigned int num_targets;
41 unsigned int num_allocated;
42 sector_t *highs;
43 struct dm_target *targets;
[all …]
Ddm-ioctl.c43 struct dm_table { struct
44 int undefined__;
Ddm.c135 struct dm_table { struct
153 struct dm_table __rcu *map; argument