Searched refs:new_mirrors (Results 1 – 3 of 3) sorted by relevance
978 uint32_t new_mirrors, uint32_t status_mask) in remove_mirrors_from_segments() argument999 if (!new_mirrors && seg->extents_copied == seg->area_len) { in remove_mirrors_from_segments()1004 for (s = new_mirrors + 1; s < seg->area_count; s++) in remove_mirrors_from_segments()1007 seg->area_count = new_mirrors + 1; in remove_mirrors_from_segments()1009 if (!new_mirrors) in remove_mirrors_from_segments()1616 uint32_t new_mirrors; in lv_remove_mirrors() local1635 new_mirrors = lv_mirror_count(lv) - mirrors - 1; in lv_remove_mirrors()1640 return remove_mirror_images(lv, new_mirrors + 1, in lv_remove_mirrors()1649 return remove_mirrors_from_segments(lv, new_mirrors, status_mask); in lv_remove_mirrors()
667 uint32_t new_mirrors, uint32_t status_mask);