Lines Matching refs:new_map
45 struct dm_table *new_map; member
191 hc->new_map = NULL; in alloc_cell()
272 if (hc->new_map) in __hash_remove()
273 table = hc->new_map; in __hash_remove()
672 table = hc->new_map; in dm_get_inactive_table()
816 if (hc->new_map) in __find_device_hash_cell()
1015 struct dm_table *new_map, *old_map = NULL; in do_resume() local
1028 new_map = hc->new_map; in do_resume()
1029 hc->new_map = NULL; in do_resume()
1035 if (new_map) { in do_resume()
1044 old_map = dm_swap_table(md, new_map); in do_resume()
1047 dm_table_destroy(new_map); in do_resume()
1052 if (dm_table_get_mode(new_map) & FMODE_WRITE) in do_resume()
1365 if (hc->new_map) in table_load()
1366 old_map = hc->new_map; in table_load()
1367 hc->new_map = t; in table_load()
1407 if (hc->new_map) { in table_clear()
1408 old_map = hc->new_map; in table_clear()
1409 hc->new_map = NULL; in table_clear()