Lines Matching defs:dm_table
139 struct dm_table { struct
140 struct mapped_device *md;
141 enum dm_queue_mode type;
144 unsigned int depth;
145 unsigned int counts[DM_TABLE_MAX_DEPTH]; /* in nodes */
146 sector_t *index[DM_TABLE_MAX_DEPTH];
148 unsigned int num_targets;
149 unsigned int num_allocated;
150 sector_t *highs;
151 struct dm_target *targets;
153 struct target_type *immutable_target_type;
155 bool integrity_supported:1;
156 bool singleton:1;
157 unsigned integrity_added:1;
164 fmode_t mode;
167 struct list_head devices;
170 void (*event_fn)(void *);
171 void *event_context;
173 struct dm_md_mempools *mempools;
176 struct blk_keyslot_manager *ksm;