Searched refs:spages (Results 1 – 2 of 2) sorted by relevance
147 struct list_head spages; member2582 list_add_tail(&spage->list, &sparity->spages); in scrub_pages_for_parity()2727 list_for_each_entry_safe(curr, next, &sparity->spages, list) { in scrub_free_parity()2797 list_for_each_entry(spage, &sparity->spages, list) in scrub_parity_check_and_repair()2882 INIT_LIST_HEAD(&sparity->spages); in scrub_raid56_parity()
4626 struct page *newpage, **spages; in buf_to_pages_noslab() local4629 spages = pages; in buf_to_pages_noslab()4648 __free_page(spages[rc-1]); in buf_to_pages_noslab()