Lines Matching refs:dm_table
19 struct dm_table;
298 struct dm_table *table;
527 int dm_table_create(struct dm_table **result, fmode_t mode,
533 int dm_table_add_target(struct dm_table *t, const char *type,
542 void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type);
547 int dm_table_complete(struct dm_table *t);
552 void dm_table_destroy(struct dm_table *t);
562 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx);
569 sector_t dm_table_get_size(struct dm_table *t);
570 fmode_t dm_table_get_mode(struct dm_table *t);
571 struct mapped_device *dm_table_get_md(struct dm_table *t);
572 const char *dm_table_device_name(struct dm_table *t);
577 void dm_table_event(struct dm_table *t);
582 void dm_table_run_md_queue_async(struct dm_table *t);
588 struct dm_table *dm_swap_table(struct mapped_device *md,
589 struct dm_table *t);