Lines Matching refs:dm_table
18 struct dm_table;
203 struct dm_table *table;
425 int dm_table_create(struct dm_table **result, fmode_t mode,
431 int dm_table_add_target(struct dm_table *t, const char *type,
437 void dm_table_add_target_callbacks(struct dm_table *t, struct dm_target_callbacks *cb);
442 int dm_table_complete(struct dm_table *t);
452 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx);
459 sector_t dm_table_get_size(struct dm_table *t);
460 unsigned int dm_table_get_num_targets(struct dm_table *t);
461 fmode_t dm_table_get_mode(struct dm_table *t);
462 struct mapped_device *dm_table_get_md(struct dm_table *t);
467 void dm_table_event(struct dm_table *t);
472 void dm_table_run_md_queue_async(struct dm_table *t);
478 struct dm_table *dm_swap_table(struct mapped_device *md,
479 struct dm_table *t);