Lines Matching refs:dm_table

135 struct dm_table {  struct
153 struct dm_table __rcu *map; argument
563 struct dm_table *map; in dm_get_live_table_for_ioctl()
738 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx) __acquires(md->io_barri… in dm_get_live_table()
760 static struct dm_table *dm_get_live_table_fast(struct mapped_device *md) __acquires(RCU) in dm_get_live_table_fast()
1508 struct dm_table *map;
1715 struct dm_table *map, struct bio *bio) in __split_and_process_bio()
1765 struct dm_table *map; in dm_make_request()
1889 struct dm_table *table; in prep_tio()
2082 struct dm_table *map = dm_get_live_table(md, &srcu_idx); in dm_request_fn()
2145 struct dm_table *map; in dm_any_congested()
2406 static void __bind_mempools(struct mapped_device *md, struct dm_table *t) in __bind_mempools()
2478 static struct dm_table *__bind(struct mapped_device *md, struct dm_table *t, in __bind()
2481 struct dm_table *old_map; in __bind()
2523 static struct dm_table *__unbind(struct mapped_device *md) in __unbind()
2525 struct dm_table *map = rcu_dereference_protected(md->map, 1); in __unbind()
2654 struct dm_table *map = dm_get_live_table(md, &srcu_idx); in dm_mq_queue_rq()
2872 struct dm_table *map; in __dm_destroy()
2970 struct dm_table *map; in dm_wq_work()
3001 struct dm_table *dm_swap_table(struct mapped_device *md, struct dm_table *table) in dm_swap_table()
3003 struct dm_table *live_map = NULL, *map = ERR_PTR(-EINVAL); in dm_swap_table()
3080 static int __dm_suspend(struct mapped_device *md, struct dm_table *map, in __dm_suspend()
3187 struct dm_table *map = NULL; in dm_suspend()
3222 static int __dm_resume(struct mapped_device *md, struct dm_table *map) in __dm_resume()
3248 struct dm_table *map = NULL; in dm_resume()
3290 struct dm_table *map = NULL; in __dm_internal_suspend()