Lines Matching refs:dm_table
132 struct dm_table { struct
150 struct dm_table __rcu *map; argument
561 struct dm_table *map; in dm_blk_ioctl()
705 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx) __acquires(md->io_barri… in dm_get_live_table()
727 static struct dm_table *dm_get_live_table_fast(struct mapped_device *md) __acquires(RCU) in dm_get_live_table_fast()
1468 struct dm_table *map;
1675 struct dm_table *map, struct bio *bio) in __split_and_process_bio()
1721 struct dm_table *map = dm_get_live_table_fast(md); in dm_merge_bvec()
1779 struct dm_table *map; in dm_make_request()
1903 struct dm_table *table; in prep_tio()
2088 struct dm_table *map = dm_get_live_table(md, &srcu_idx); in dm_request_fn()
2151 struct dm_table *map; in dm_any_congested()
2404 static void __bind_mempools(struct mapped_device *md, struct dm_table *t) in __bind_mempools()
2510 static int dm_table_merge_is_optional(struct dm_table *table) in dm_table_merge_is_optional()
2529 static struct dm_table *__bind(struct mapped_device *md, struct dm_table *t, in __bind()
2532 struct dm_table *old_map; in __bind()
2581 static struct dm_table *__unbind(struct mapped_device *md) in __unbind()
2583 struct dm_table *map = rcu_dereference_protected(md->map, 1); in __unbind()
2712 struct dm_table *map = dm_get_live_table(md, &srcu_idx); in dm_mq_queue_rq()
2924 struct dm_table *map; in __dm_destroy()
3022 struct dm_table *map; in dm_wq_work()
3053 struct dm_table *dm_swap_table(struct mapped_device *md, struct dm_table *table) in dm_swap_table()
3055 struct dm_table *live_map = NULL, *map = ERR_PTR(-EINVAL); in dm_swap_table()
3132 static int __dm_suspend(struct mapped_device *md, struct dm_table *map, in __dm_suspend()
3239 struct dm_table *map = NULL; in dm_suspend()
3274 static int __dm_resume(struct mapped_device *md, struct dm_table *map) in __dm_resume()
3300 struct dm_table *map = NULL; in dm_resume()
3342 struct dm_table *map = NULL; in __dm_internal_suspend()