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()
924 if (hc->new_map) in __find_device_hash_cell()
1125 struct dm_table *new_map, *old_map = NULL; in do_resume() local
1139 new_map = hc->new_map; in do_resume()
1140 hc->new_map = NULL; in do_resume()
1146 if (new_map) { in do_resume()
1158 old_map = dm_swap_table(md, new_map); in do_resume()
1161 dm_table_destroy(new_map); in do_resume()
1169 if (dm_table_get_mode(new_map) & FMODE_WRITE) in do_resume()
1178 dm_ima_measure_on_device_resume(md, new_map ? true : false); in do_resume()
1487 if (hc->new_map) in table_load()
1488 old_map = hc->new_map; in table_load()
1489 hc->new_map = t; in table_load()
1530 if (hc->new_map) { in table_clear()
1531 old_map = hc->new_map; in table_clear()
1532 hc->new_map = NULL; in table_clear()