Lines Matching defs:dm_table
32 struct dm_table { struct
33 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;
46 struct target_type *immutable_target_type;
47 unsigned integrity_supported:1;
48 unsigned singleton:1;
55 fmode_t mode;
58 struct list_head devices;
61 void (*event_fn)(void *);
62 void *event_context;
64 struct dm_md_mempools *mempools;
66 struct list_head target_callbacks;