Lines Matching refs:dm_table

69 	struct dm_table *map;
467 struct dm_table *map; in dm_blk_report_zones()
514 struct dm_table *map; in dm_prepare_ioctl()
700 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx) __acquires(md->io_barri… in dm_get_live_table()
722 static struct dm_table *dm_get_live_table_fast(struct mapped_device *md) __acquires(RCU) in dm_get_live_table_fast()
1075 struct dm_table *map; in dm_dax_get_live_target()
1120 struct dm_table *map; in dm_dax_supported()
1559 struct dm_table *map, struct bio *bio) in init_clone_info()
1573 struct dm_table *map, struct bio *bio) in __split_and_process_bio()
1636 struct dm_table *map; in dm_submit_bio()
1891 static int __bind_mempools(struct mapped_device *md, struct dm_table *t) in __bind_mempools()
1956 static struct dm_table *__bind(struct mapped_device *md, struct dm_table *t, in __bind()
1959 struct dm_table *old_map; in __bind()
2019 static struct dm_table *__unbind(struct mapped_device *md) in __unbind()
2021 struct dm_table *map = rcu_dereference_protected(md->map, 1); in __unbind()
2099 int dm_setup_md_queue(struct mapped_device *md, struct dm_table *t) in dm_setup_md_queue()
2194 struct dm_table *map; in __dm_destroy()
2345 struct dm_table *dm_swap_table(struct mapped_device *md, struct dm_table *table) in dm_swap_table()
2347 struct dm_table *live_map = NULL, *map = ERR_PTR(-EINVAL); in dm_swap_table()
2427 static int __dm_suspend(struct mapped_device *md, struct dm_table *map, in __dm_suspend()
2537 struct dm_table *map = NULL; in dm_suspend()
2572 static int __dm_resume(struct mapped_device *md, struct dm_table *map) in __dm_resume()
2598 struct dm_table *map = NULL; in dm_resume()
2639 struct dm_table *map = NULL; in __dm_internal_suspend()
2928 struct dm_table *table; in dm_call_pr()