Home
last modified time | relevance | path

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

/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()
349 page_address(sh->ppl_page), in ppl_log_stripe()
366 if (io || test_bit(STRIPE_SYNCING, &sh->state) || !sh->ppl_page || in ppl_write_stripe()
496 if (!bio_add_page(bio, sh->ppl_page, PAGE_SIZE, 0)) { in ppl_submit_iounit()
505 bio_add_page(bio, sh->ppl_page, PAGE_SIZE, 0); in ppl_submit_iounit()
Draid5.h238 struct page *ppl_page; /* partial parity of this stripe */ member
Draid5.c2289 if (sh->ppl_page) in free_stripe()
2290 __free_page(sh->ppl_page); in free_stripe()
2319 sh->ppl_page = alloc_page(gfp); in alloc_stripe()
2320 if (!sh->ppl_page) { in alloc_stripe()
3389 if (raid5_has_ppl(sh->raid_conf) && sh->ppl_page && in schedule_reconstruction()