Lines Matching refs:private_bio
261 error = PTR_ERR(req->private_bio); in drbd_req_complete()
1061 if (req->private_bio) { in do_remote_read()
1064 bio_put(req->private_bio); in do_remote_read()
1065 req->private_bio = NULL; in do_remote_read()
1073 if (req->private_bio == NULL) in do_remote_read()
1083 if (rbm == RB_PREFER_LOCAL && req->private_bio) in do_remote_read()
1087 if (req->private_bio) { in do_remote_read()
1088 bio_put(req->private_bio); in do_remote_read()
1089 req->private_bio = NULL; in do_remote_read()
1141 struct bio *bio = req->private_bio; in drbd_submit_req_private_bio()
1202 bio_put(req->private_bio); in drbd_request_prepare()
1203 req->private_bio = NULL; in drbd_request_prepare()
1209 if (rw == WRITE && req->private_bio && req->i.size in drbd_request_prepare()
1248 if (req->private_bio) { in drbd_send_and_submit()
1249 bio_put(req->private_bio); in drbd_send_and_submit()
1250 req->private_bio = NULL; in drbd_send_and_submit()
1260 if (!do_remote_read(req) && !req->private_bio) in drbd_send_and_submit()
1282 if (req->private_bio == NULL) { in drbd_send_and_submit()
1294 if (req->private_bio) { in drbd_send_and_submit()
1342 && req->private_bio && req->i.size in submit_fast_path()