Searched refs:spages (Results 1 – 2 of 2) sorted by relevance
147 struct list_head spages; member2581 list_add_tail(&spage->list, &sparity->spages); in scrub_pages_for_parity()2726 list_for_each_entry_safe(curr, next, &sparity->spages, list) { in scrub_free_parity()2796 list_for_each_entry(spage, &sparity->spages, list) in scrub_parity_check_and_repair()2881 INIT_LIST_HEAD(&sparity->spages); in scrub_raid56_parity()
4608 struct page *newpage, **spages; in buf_to_pages_noslab() local4611 spages = pages; in buf_to_pages_noslab()4630 __free_page(spages[rc-1]); in buf_to_pages_noslab()