Home
last modified time | relevance | path

Searched refs:private_bio (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_req.c235 error = PTR_ERR(req->private_bio); in drbd_req_complete()
1035 if (req->private_bio) { in do_remote_read()
1038 bio_put(req->private_bio); in do_remote_read()
1039 req->private_bio = NULL; in do_remote_read()
1047 if (req->private_bio == NULL) in do_remote_read()
1057 if (rbm == RB_PREFER_LOCAL && req->private_bio) in do_remote_read()
1061 if (req->private_bio) { in do_remote_read()
1062 bio_put(req->private_bio); in do_remote_read()
1063 req->private_bio = NULL; in do_remote_read()
1134 req->private_bio->bi_status = BLK_STS_IOERR; in drbd_process_discard_or_zeroes_req()
[all …]
H A Ddrbd_req.h264 req->private_bio = bio; in drbd_req_make_private_bio()
H A Ddrbd_worker.c274 req->private_bio = ERR_PTR(blk_status_to_errno(bio->bi_status)); in drbd_request_endio()
1527 bio_set_dev(req->private_bio, device->ldev->backing_bdev); in w_restart_disk_io()
1528 submit_bio_noacct(req->private_bio); in w_restart_disk_io()
H A Ddrbd_int.h282 struct bio *private_bio; member