Lines Matching refs:dm_table
20 struct dm_table;
284 struct dm_table *table;
502 int dm_table_create(struct dm_table **result, fmode_t mode,
508 int dm_table_add_target(struct dm_table *t, const char *type,
517 void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type);
522 int dm_table_complete(struct dm_table *t);
527 void dm_table_destroy(struct dm_table *t);
537 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx);
544 sector_t dm_table_get_size(struct dm_table *t);
545 unsigned int dm_table_get_num_targets(struct dm_table *t);
546 fmode_t dm_table_get_mode(struct dm_table *t);
547 struct mapped_device *dm_table_get_md(struct dm_table *t);
548 const char *dm_table_device_name(struct dm_table *t);
553 void dm_table_event(struct dm_table *t);
558 void dm_table_run_md_queue_async(struct dm_table *t);
564 struct dm_table *dm_swap_table(struct mapped_device *md,
565 struct dm_table *t);