Lines Matching defs:old_map
1041 struct dm_table *new_map, *old_map = NULL;
1070 old_map = dm_swap_table(md, new_map);
1071 if (IS_ERR(old_map)) {
1075 return PTR_ERR(old_map);
1094 if (old_map)
1095 dm_table_destroy(old_map);
1334 struct dm_table *t, *old_map = NULL;
1392 old_map = hc->new_map;
1399 if (old_map) {
1401 dm_table_destroy(old_map);
1422 struct dm_table *old_map = NULL;
1434 old_map = hc->new_map;
1444 if (old_map) {
1446 dm_table_destroy(old_map);
2076 struct dm_table *t, *old_map;
2132 old_map = dm_swap_table(md, t);
2133 if (IS_ERR(old_map)) {
2134 r = PTR_ERR(old_map);