Searched refs:ppl_page (Results 1 – 2 of 2) sorted by relevance
239 struct page *ppl_page; /* partial parity of this stripe */ member
2351 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()