Lines Matching refs:new_map
46 struct dm_table *new_map; member
192 hc->new_map = NULL; in alloc_cell()
273 if (hc->new_map) in __hash_remove()
274 table = hc->new_map; in __hash_remove()
698 table = hc->new_map; in dm_get_inactive_table()
842 if (hc->new_map) in __find_device_hash_cell()
1041 struct dm_table *new_map, *old_map = NULL; in do_resume() local
1054 new_map = hc->new_map; in do_resume()
1055 hc->new_map = NULL; in do_resume()
1061 if (new_map) { in do_resume()
1070 old_map = dm_swap_table(md, new_map); in do_resume()
1073 dm_table_destroy(new_map); in do_resume()
1078 if (dm_table_get_mode(new_map) & FMODE_WRITE) in do_resume()
1391 if (hc->new_map) in table_load()
1392 old_map = hc->new_map; in table_load()
1393 hc->new_map = t; in table_load()
1433 if (hc->new_map) { in table_clear()
1434 old_map = hc->new_map; in table_clear()
1435 hc->new_map = NULL; in table_clear()