Lines Matching defs:dm_table
31 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;
45 struct target_type *immutable_target_type;
46 unsigned integrity_supported:1;
47 unsigned singleton:1;
54 fmode_t mode;
57 struct list_head devices;
60 void (*event_fn)(void *);
61 void *event_context;
63 struct dm_md_mempools *mempools;
65 struct list_head target_callbacks;