Lines Matching refs:new_map
36 struct dm_table *new_map; member
182 hc->new_map = NULL; in alloc_cell()
262 if (hc->new_map) in __hash_remove()
263 dm_table_destroy(hc->new_map); in __hash_remove()
635 table = hc->new_map; in dm_get_inactive_table()
772 if (hc->new_map) in __find_device_hash_cell()
958 struct dm_table *new_map, *old_map = NULL; in do_resume() local
971 new_map = hc->new_map; in do_resume()
972 hc->new_map = NULL; in do_resume()
978 if (new_map) { in do_resume()
987 old_map = dm_swap_table(md, new_map); in do_resume()
989 dm_table_destroy(new_map); in do_resume()
994 if (dm_table_get_mode(new_map) & FMODE_WRITE) in do_resume()
1286 if (hc->new_map) in table_load()
1287 dm_table_destroy(hc->new_map); in table_load()
1288 hc->new_map = t; in table_load()
1314 if (hc->new_map) { in table_clear()
1315 dm_table_destroy(hc->new_map); in table_clear()
1316 hc->new_map = NULL; in table_clear()