Lines Matching defs:dm_table
137 struct dm_table { struct
138 struct mapped_device *md;
139 enum dm_queue_mode type;
142 unsigned int depth;
143 unsigned int counts[DM_TABLE_MAX_DEPTH]; /* in nodes */
144 sector_t *index[DM_TABLE_MAX_DEPTH];
146 unsigned int num_targets;
147 unsigned int num_allocated;
148 sector_t *highs;
149 struct dm_target *targets;
151 struct target_type *immutable_target_type;
153 bool integrity_supported:1;
154 bool singleton:1;
155 unsigned integrity_added:1;
162 fmode_t mode;
165 struct list_head devices;
168 void (*event_fn)(void *);
169 void *event_context;
171 struct dm_md_mempools *mempools;