Lines Matching refs:dm_table
66 struct dm_table *map;
466 struct dm_table *map; in dm_prepare_ioctl()
671 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx) __acquires(md->io_barri… in dm_get_live_table()
693 static struct dm_table *dm_get_live_table_fast(struct mapped_device *md) __acquires(RCU) in dm_get_live_table_fast()
1028 struct dm_table *map; in dm_dax_get_live_target()
1573 struct dm_table *map, struct bio *bio) in init_clone_info()
1584 struct dm_table *map, struct bio *bio) in __split_and_process_bio()
1643 struct dm_table *map, struct bio *bio) in __process_bio()
1688 typedef blk_qc_t (process_bio_fn)(struct mapped_device *, struct dm_table *, struct bio *);
1696 struct dm_table *map; in __dm_make_request()
1735 struct dm_table *map; in dm_any_congested()
1993 static int __bind_mempools(struct mapped_device *md, struct dm_table *t) in __bind_mempools()
2070 static struct dm_table *__bind(struct mapped_device *md, struct dm_table *t, in __bind()
2073 struct dm_table *old_map; in __bind()
2134 static struct dm_table *__unbind(struct mapped_device *md) in __unbind()
2136 struct dm_table *map = rcu_dereference_protected(md->map, 1); in __unbind()
2214 int dm_setup_md_queue(struct mapped_device *md, struct dm_table *t) in dm_setup_md_queue()
2322 struct dm_table *map; in __dm_destroy()
2417 struct dm_table *map; in dm_wq_work()
2448 struct dm_table *dm_swap_table(struct mapped_device *md, struct dm_table *table) in dm_swap_table()
2450 struct dm_table *live_map = NULL, *map = ERR_PTR(-EINVAL); in dm_swap_table()
2530 static int __dm_suspend(struct mapped_device *md, struct dm_table *map, in __dm_suspend()
2644 struct dm_table *map = NULL; in dm_suspend()
2677 static int __dm_resume(struct mapped_device *md, struct dm_table *map) in __dm_resume()
2703 struct dm_table *map = NULL; in dm_resume()
2744 struct dm_table *map = NULL; in __dm_internal_suspend()
3014 struct dm_table *table; in dm_call_pr()