Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.h239 struct page *ppl_page; /* partial parity of this stripe */ member
H A Draid5.c2351 if (sh->ppl_page) in free_stripe()
2352 __free_page(sh->ppl_page); in free_stripe()
2374 sh->ppl_page = alloc_page(gfp); in alloc_stripe()
2375 if (!sh->ppl_page) { in alloc_stripe()
3433 if (raid5_has_ppl(sh->raid_conf) && sh->ppl_page && in schedule_reconstruction()