Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Draid5-ppl.c203 tx = async_memcpy(sh->ppl_page, srcs[0], 0, 0, PAGE_SIZE, in ops_run_partial_parity()
206 tx = async_xor(sh->ppl_page, srcs, 0, count, PAGE_SIZE, in ops_run_partial_parity()
356 page_address(sh->ppl_page), in ppl_log_stripe()
373 if (io || test_bit(STRIPE_SYNCING, &sh->state) || !sh->ppl_page || in ppl_write_stripe()
502 if (!bio_add_page(bio, sh->ppl_page, PAGE_SIZE, 0)) { in ppl_submit_iounit()
510 bio_add_page(bio, sh->ppl_page, PAGE_SIZE, 0); in ppl_submit_iounit()
Draid5.h237 struct page *ppl_page; /* partial parity of this stripe */ member
Draid5.c2137 if (sh->ppl_page) in free_stripe()
2138 __free_page(sh->ppl_page); in free_stripe()
2167 sh->ppl_page = alloc_page(gfp); in alloc_stripe()
2168 if (!sh->ppl_page) { in alloc_stripe()
3182 if (raid5_has_ppl(sh->raid_conf) && sh->ppl_page && in schedule_reconstruction()