Lines Matching refs:dm_table
19 struct dm_table;
291 struct dm_table *table;
513 int dm_table_create(struct dm_table **result, fmode_t mode,
519 int dm_table_add_target(struct dm_table *t, const char *type,
528 void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type);
533 int dm_table_complete(struct dm_table *t);
538 void dm_table_destroy(struct dm_table *t);
548 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx);
555 sector_t dm_table_get_size(struct dm_table *t);
556 unsigned int dm_table_get_num_targets(struct dm_table *t);
557 fmode_t dm_table_get_mode(struct dm_table *t);
558 struct mapped_device *dm_table_get_md(struct dm_table *t);
559 const char *dm_table_device_name(struct dm_table *t);
564 void dm_table_event(struct dm_table *t);
569 void dm_table_run_md_queue_async(struct dm_table *t);
575 struct dm_table *dm_swap_table(struct mapped_device *md,
576 struct dm_table *t);