Lines Matching refs:new_map
50 struct dm_table *new_map; member
230 hc->new_map = NULL; in alloc_cell()
311 if (hc->new_map) in __hash_remove()
312 table = hc->new_map; in __hash_remove()
780 table = hc->new_map; in dm_get_inactive_table()
930 if (hc->new_map) in __find_device_hash_cell()
1131 struct dm_table *new_map, *old_map = NULL; in do_resume() local
1144 new_map = hc->new_map; in do_resume()
1145 hc->new_map = NULL; in do_resume()
1151 if (new_map) { in do_resume()
1160 old_map = dm_swap_table(md, new_map); in do_resume()
1163 dm_table_destroy(new_map); in do_resume()
1168 if (dm_table_get_mode(new_map) & FMODE_WRITE) in do_resume()
1177 dm_ima_measure_on_device_resume(md, new_map ? true : false); in do_resume()
1486 if (hc->new_map) in table_load()
1487 old_map = hc->new_map; in table_load()
1488 hc->new_map = t; in table_load()
1529 if (hc->new_map) { in table_clear()
1530 old_map = hc->new_map; in table_clear()
1531 hc->new_map = NULL; in table_clear()