Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Draid5-ppl.c196 tx = async_memcpy(sh->ppl_page, srcs[0], 0, 0, PAGE_SIZE, in ops_run_partial_parity()
199 tx = async_xor(sh->ppl_page, srcs, 0, count, PAGE_SIZE, in ops_run_partial_parity()
350 page_address(sh->ppl_page), in ppl_log_stripe()
367 if (io || test_bit(STRIPE_SYNCING, &sh->state) || !sh->ppl_page || in ppl_write_stripe()
492 if (!bio_add_page(bio, sh->ppl_page, PAGE_SIZE, 0)) { in ppl_submit_iounit()
499 bio_add_page(bio, sh->ppl_page, PAGE_SIZE, 0); in ppl_submit_iounit()
Draid5.h239 struct page *ppl_page; /* partial parity of this stripe */ member
Draid5.c2359 if (sh->ppl_page) in free_stripe()
2360 __free_page(sh->ppl_page); in free_stripe()
2382 sh->ppl_page = alloc_page(gfp); in alloc_stripe()
2383 if (!sh->ppl_page) { in alloc_stripe()
3469 if (raid5_has_ppl(sh->raid_conf) && sh->ppl_page && in schedule_reconstruction()