Lines Matching refs:dm_table
20 struct dm_table;
297 struct dm_table *table;
546 int dm_table_create(struct dm_table **result, blk_mode_t mode,
552 int dm_table_add_target(struct dm_table *t, const char *type,
561 void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type);
566 int dm_table_complete(struct dm_table *t);
571 void dm_table_destroy(struct dm_table *t);
581 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx);
588 sector_t dm_table_get_size(struct dm_table *t);
589 blk_mode_t dm_table_get_mode(struct dm_table *t);
590 struct mapped_device *dm_table_get_md(struct dm_table *t);
591 const char *dm_table_device_name(struct dm_table *t);
596 void dm_table_event(struct dm_table *t);
601 void dm_table_run_md_queue_async(struct dm_table *t);
607 struct dm_table *dm_swap_table(struct mapped_device *md,
608 struct dm_table *t);