Lines Matching refs:old_map
1155 struct dm_table *new_map, *old_map = NULL;
1188 old_map = dm_swap_table(md, new_map);
1189 if (IS_ERR(old_map)) {
1193 return PTR_ERR(old_map);
1219 if (old_map)
1220 dm_table_destroy(old_map);
1500 struct dm_table *t, *old_map = NULL;
1557 old_map = hc->new_map;
1564 if (old_map) {
1566 dm_table_destroy(old_map);
1587 struct dm_table *old_map = NULL;
1600 old_map = hc->new_map;
1611 if (old_map) {
1613 dm_table_destroy(old_map);
2253 struct dm_table *t, *old_map;
2308 old_map = dm_swap_table(md, t);
2309 if (IS_ERR(old_map)) {
2310 r = PTR_ERR(old_map);