Lines Matching refs:master_bio
37 req->master_bio = bio_src;
77 if ((req->master_bio && !(s & RQ_POSTPONED)) ||
215 if (!req->master_bio) {
216 drbd_err(device, "drbd_req_complete: Logic BUG, master_bio == NULL!\n");
228 * what we need to do here is just: complete the master_bio.
243 if (op_is_write(bio_op(req->master_bio)) &&
248 bio_end_io_acct(req->master_bio, req->start_jif);
265 bio_op(req->master_bio) == REQ_OP_READ &&
266 !(req->master_bio->bi_opf & REQ_RAHEAD) &&
272 m->bio = req->master_bio;
273 req->master_bio = NULL;
819 if (bio_data_dir(req->master_bio) == WRITE)
1121 D_ASSERT(device, req->master_bio->bi_opf & REQ_PREFLUSH);
1220 req->start_jif = bio_start_io_acct(req->master_bio);
1321 const int rw = bio_data_dir(req->master_bio);
1449 const int rw = bio_data_dir(req->master_bio);