Home
last modified time | relevance | path

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

/drivers/md/
Draid5.h244 struct bio req, rreq; member
Draid5.c935 rbi = &sh->dev[i].rreq; /* For writing to replacement */ in ops_run_io()
2017 bio_init(&dev->rreq); in alloc_stripe()
2018 dev->rreq.bi_io_vec = &dev->rvec; in alloc_stripe()
2019 dev->rreq.bi_max_vecs = 1; in alloc_stripe()
2455 if (bi == &sh->dev[i].rreq) { in raid5_end_write_request()