Searched refs:old_map (Results 1 – 3 of 3) sorted by relevance
958 struct dm_table *new_map, *old_map = NULL; in do_resume() local987 old_map = dm_swap_table(md, new_map); in do_resume()988 if (IS_ERR(old_map)) { in do_resume()991 return PTR_ERR(old_map); in do_resume()1006 if (old_map) in do_resume()1007 dm_table_destroy(old_map); in do_resume()
2103 struct dm_table *old_map; in __bind() local2136 old_map = md->map; in __bind()2147 return old_map; in __bind()
2483 unsigned int old_map, new_map; in mv_handle_fbs_ncq_dev_err() local2497 old_map = pp->delayed_eh_pmp_map; in mv_handle_fbs_ncq_dev_err()2498 new_map = old_map | mv_get_err_pmp_map(ap); in mv_handle_fbs_ncq_dev_err()2500 if (old_map != new_map) { in mv_handle_fbs_ncq_dev_err()2502 mv_pmp_eh_prep(ap, new_map & ~old_map); in mv_handle_fbs_ncq_dev_err()