Lines Matching refs:private_bio
260 error = PTR_ERR(req->private_bio); in drbd_req_complete()
1060 if (req->private_bio) { in do_remote_read()
1063 bio_put(req->private_bio); in do_remote_read()
1064 req->private_bio = NULL; in do_remote_read()
1072 if (req->private_bio == NULL) in do_remote_read()
1082 if (rbm == RB_PREFER_LOCAL && req->private_bio) in do_remote_read()
1086 if (req->private_bio) { in do_remote_read()
1087 bio_put(req->private_bio); in do_remote_read()
1088 req->private_bio = NULL; in do_remote_read()
1140 struct bio *bio = req->private_bio; in drbd_submit_req_private_bio()
1200 bio_put(req->private_bio); in drbd_request_prepare()
1201 req->private_bio = NULL; in drbd_request_prepare()
1207 if (rw == WRITE && req->private_bio && req->i.size in drbd_request_prepare()
1246 if (req->private_bio) { in drbd_send_and_submit()
1247 bio_put(req->private_bio); in drbd_send_and_submit()
1248 req->private_bio = NULL; in drbd_send_and_submit()
1258 if (!do_remote_read(req) && !req->private_bio) in drbd_send_and_submit()
1280 if (req->private_bio == NULL) { in drbd_send_and_submit()
1292 if (req->private_bio) { in drbd_send_and_submit()
1340 && req->private_bio && req->i.size in submit_fast_path()