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()
697 table = hc->new_map; in dm_get_inactive_table()
841 if (hc->new_map) in __find_device_hash_cell()
1040 struct dm_table *new_map, *old_map = NULL; in do_resume() local
1053 new_map = hc->new_map; in do_resume()
1054 hc->new_map = NULL; in do_resume()
1060 if (new_map) { in do_resume()
1069 old_map = dm_swap_table(md, new_map); in do_resume()
1072 dm_table_destroy(new_map); in do_resume()
1077 if (dm_table_get_mode(new_map) & FMODE_WRITE) in do_resume()
1390 if (hc->new_map) in table_load()
1391 old_map = hc->new_map; in table_load()
1392 hc->new_map = t; in table_load()
1432 if (hc->new_map) { in table_clear()
1433 old_map = hc->new_map; in table_clear()
1434 hc->new_map = NULL; in table_clear()