Lines Matching refs:dm_table
20 struct dm_table;
299 struct dm_table *table;
532 int dm_table_create(struct dm_table **result, fmode_t mode,
538 int dm_table_add_target(struct dm_table *t, const char *type,
547 void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type);
552 int dm_table_complete(struct dm_table *t);
557 void dm_table_destroy(struct dm_table *t);
567 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx);
574 sector_t dm_table_get_size(struct dm_table *t);
575 fmode_t dm_table_get_mode(struct dm_table *t);
576 struct mapped_device *dm_table_get_md(struct dm_table *t);
577 const char *dm_table_device_name(struct dm_table *t);
582 void dm_table_event(struct dm_table *t);
587 void dm_table_run_md_queue_async(struct dm_table *t);
593 struct dm_table *dm_swap_table(struct mapped_device *md,
594 struct dm_table *t);