Lines Matching refs:dm_table
18 struct dm_table;
205 struct dm_table *table;
427 int dm_table_create(struct dm_table **result, fmode_t mode,
433 int dm_table_add_target(struct dm_table *t, const char *type,
439 void dm_table_add_target_callbacks(struct dm_table *t, struct dm_target_callbacks *cb);
444 int dm_table_complete(struct dm_table *t);
454 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx);
461 sector_t dm_table_get_size(struct dm_table *t);
462 unsigned int dm_table_get_num_targets(struct dm_table *t);
463 fmode_t dm_table_get_mode(struct dm_table *t);
464 struct mapped_device *dm_table_get_md(struct dm_table *t);
469 void dm_table_event(struct dm_table *t);
474 void dm_table_run_md_queue_async(struct dm_table *t);
480 struct dm_table *dm_swap_table(struct mapped_device *md,
481 struct dm_table *t);