Lines Matching refs:dm_table
52 struct dm_table;
58 void dm_table_destroy(struct dm_table *t);
59 void dm_table_event_callback(struct dm_table *t,
61 struct dm_target *dm_table_get_target(struct dm_table *t, unsigned int index);
62 struct dm_target *dm_table_find_target(struct dm_table *t, sector_t sector);
63 bool dm_table_has_no_data_devices(struct dm_table *table);
64 int dm_calculate_queue_limits(struct dm_table *table,
66 void dm_table_set_restrictions(struct dm_table *t, struct request_queue *q,
68 struct list_head *dm_table_get_devices(struct dm_table *t);
69 void dm_table_presuspend_targets(struct dm_table *t);
70 void dm_table_presuspend_undo_targets(struct dm_table *t);
71 void dm_table_postsuspend_targets(struct dm_table *t);
72 int dm_table_resume_targets(struct dm_table *t);
73 int dm_table_any_congested(struct dm_table *t, int bdi_bits);
74 unsigned dm_table_get_type(struct dm_table *t);
75 struct target_type *dm_table_get_immutable_target_type(struct dm_table *t);
76 bool dm_table_request_based(struct dm_table *t);
77 bool dm_table_mq_request_based(struct dm_table *t);
78 void dm_table_free_md_mempools(struct dm_table *t);
79 struct dm_md_mempools *dm_table_get_md_mempools(struct dm_table *t);