Lines Matching refs:dm_table
20 struct dm_table;
306 struct dm_table *table;
570 int dm_table_create(struct dm_table **result, blk_mode_t mode,
576 int dm_table_add_target(struct dm_table *t, const char *type,
585 void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type);
590 int dm_table_complete(struct dm_table *t);
595 void dm_table_destroy(struct dm_table *t);
605 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx);
612 sector_t dm_table_get_size(struct dm_table *t);
613 blk_mode_t dm_table_get_mode(struct dm_table *t);
614 struct mapped_device *dm_table_get_md(struct dm_table *t);
615 const char *dm_table_device_name(struct dm_table *t);
620 void dm_table_event(struct dm_table *t);
625 void dm_table_run_md_queue_async(struct dm_table *t);
631 struct dm_table *dm_swap_table(struct mapped_device *md,
632 struct dm_table *t);