Lines Matching defs:dm_table
191 struct dm_table { struct
192 struct mapped_device *md;
193 enum dm_queue_mode type;
196 unsigned int depth;
197 unsigned int counts[DM_TABLE_MAX_DEPTH]; /* in nodes */
198 sector_t *index[DM_TABLE_MAX_DEPTH];
200 unsigned int num_targets;
201 unsigned int num_allocated;
202 sector_t *highs;
203 struct dm_target *targets;
205 struct target_type *immutable_target_type;
207 bool integrity_supported:1;
208 bool singleton:1;
233 static inline struct dm_target *dm_table_get_target(struct dm_table *t, in dm_table_get_target() argument