Lines Matching refs:dm_table
19 struct dm_table;
261 struct dm_table *table;
471 int dm_table_create(struct dm_table **result, fmode_t mode,
477 int dm_table_add_target(struct dm_table *t, const char *type,
486 void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type);
491 int dm_table_complete(struct dm_table *t);
496 void dm_table_destroy(struct dm_table *t);
506 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx);
513 sector_t dm_table_get_size(struct dm_table *t);
514 unsigned int dm_table_get_num_targets(struct dm_table *t);
515 fmode_t dm_table_get_mode(struct dm_table *t);
516 struct mapped_device *dm_table_get_md(struct dm_table *t);
517 const char *dm_table_device_name(struct dm_table *t);
522 void dm_table_event(struct dm_table *t);
527 void dm_table_run_md_queue_async(struct dm_table *t);
533 struct dm_table *dm_swap_table(struct mapped_device *md,
534 struct dm_table *t);