Lines Matching refs:new_map
36 struct dm_table *new_map; member
190 hc->new_map = NULL; in alloc_cell()
271 if (hc->new_map) in __hash_remove()
272 table = hc->new_map; in __hash_remove()
660 table = hc->new_map; in dm_get_inactive_table()
804 if (hc->new_map) in __find_device_hash_cell()
1003 struct dm_table *new_map, *old_map = NULL; in do_resume() local
1016 new_map = hc->new_map; in do_resume()
1017 hc->new_map = NULL; in do_resume()
1023 if (new_map) { in do_resume()
1032 old_map = dm_swap_table(md, new_map); in do_resume()
1035 dm_table_destroy(new_map); in do_resume()
1040 if (dm_table_get_mode(new_map) & FMODE_WRITE) in do_resume()
1329 if (hc->new_map) in table_load()
1330 old_map = hc->new_map; in table_load()
1331 hc->new_map = t; in table_load()
1371 if (hc->new_map) { in table_clear()
1372 old_map = hc->new_map; in table_clear()
1373 hc->new_map = NULL; in table_clear()