Home
last modified time | relevance | path

Searched refs:spages (Results 1 – 2 of 2) sorted by relevance

/fs/btrfs/
Dscrub.c147 struct list_head spages; member
2582 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()
/fs/nfs/
Dnfs4proc.c4626 struct page *newpage, **spages; in buf_to_pages_noslab() local
4629 spages = pages; in buf_to_pages_noslab()
4648 __free_page(spages[rc-1]); in buf_to_pages_noslab()