Lines Matching refs:dm_table
18 struct dm_table;
244 struct dm_table *table;
442 int dm_table_create(struct dm_table **result, fmode_t mode,
448 int dm_table_add_target(struct dm_table *t, const char *type,
454 void dm_table_add_target_callbacks(struct dm_table *t, struct dm_target_callbacks *cb);
462 void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type);
467 int dm_table_complete(struct dm_table *t);
472 void dm_table_destroy(struct dm_table *t);
482 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx);
489 sector_t dm_table_get_size(struct dm_table *t);
490 unsigned int dm_table_get_num_targets(struct dm_table *t);
491 fmode_t dm_table_get_mode(struct dm_table *t);
492 struct mapped_device *dm_table_get_md(struct dm_table *t);
497 void dm_table_event(struct dm_table *t);
502 void dm_table_run_md_queue_async(struct dm_table *t);
508 struct dm_table *dm_swap_table(struct mapped_device *md,
509 struct dm_table *t);