Searched defs:dm_table (Results 1 – 2 of 2) sorted by relevance
143 struct dm_table { struct144 struct mapped_device *md;145 enum dm_queue_mode type;148 unsigned int depth;149 unsigned int counts[DM_TABLE_MAX_DEPTH]; /* in nodes */150 sector_t *index[DM_TABLE_MAX_DEPTH];152 unsigned int num_targets;153 unsigned int num_allocated;154 sector_t *highs;155 struct dm_target *targets;[all …]
191 struct dm_table { struct192 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;[all …]