Lines Matching refs:old_map
1124 struct dm_table *new_map, *old_map = NULL; in do_resume() local
1153 old_map = dm_swap_table(md, new_map); in do_resume()
1154 if (IS_ERR(old_map)) { in do_resume()
1158 return PTR_ERR(old_map); in do_resume()
1181 if (old_map) in do_resume()
1182 dm_table_destroy(old_map); in do_resume()
1423 struct dm_table *t, *old_map = NULL; in table_load() local
1480 old_map = hc->new_map; in table_load()
1487 if (old_map) { in table_load()
1489 dm_table_destroy(old_map); in table_load()
1510 struct dm_table *old_map = NULL; in table_clear() local
1523 old_map = hc->new_map; in table_clear()
1533 if (old_map) { in table_clear()
1535 dm_table_destroy(old_map); in table_clear()
2159 struct dm_table *t, *old_map; in dm_early_create() local
2214 old_map = dm_swap_table(md, t); in dm_early_create()
2215 if (IS_ERR(old_map)) { in dm_early_create()
2216 r = PTR_ERR(old_map); in dm_early_create()