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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_req.c248 * in private_bio within drbd_endio_pri.
251 int error = PTR_ERR(req->private_bio);
714 bio_put(req->private_bio); /* or we get a bio leak */
715 req->private_bio = NULL;
729 bio_put(req->private_bio);
730 req->private_bio = NULL;
878 bio_put(req->private_bio);
879 req->private_bio = NULL;
910 req->private_bio->bi_bdev = mdev->ldev->backing_bdev;
915 bio_endio(req->private_bio,
[all...]
H A Ddrbd_req.h256 req->private_bio = bio;
H A Ddrbd_worker.c246 bio_put(req->private_bio);
247 req->private_bio = ERR_PTR(error);
H A Ddrbd_int.h673 struct bio *private_bio; member in struct:drbd_request

Completed in 175 milliseconds