Lines Matching defs:dm_table
189 struct dm_table { struct
190 struct mapped_device *md;
191 enum dm_queue_mode type;
194 unsigned int depth;
195 unsigned int counts[DM_TABLE_MAX_DEPTH]; /* in nodes */
196 sector_t *index[DM_TABLE_MAX_DEPTH];
198 unsigned int num_targets;
199 unsigned int num_allocated;
200 sector_t *highs;
201 struct dm_target *targets;
203 struct target_type *immutable_target_type;
205 bool integrity_supported:1;
206 bool singleton:1;
231 static inline struct dm_target *dm_table_get_target(struct dm_table *t, in dm_table_get_target() argument