Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
Drbd.c2254 struct rbd_img_request *child_img_req; in rbd_obj_read_from_parent() local
2257 child_img_req = rbd_img_request_create(img_req->rbd_dev->parent, in rbd_obj_read_from_parent()
2259 if (!child_img_req) in rbd_obj_read_from_parent()
2262 __set_bit(IMG_REQ_CHILD, &child_img_req->flags); in rbd_obj_read_from_parent()
2263 child_img_req->obj_request = obj_req; in rbd_obj_read_from_parent()
2268 ret = __rbd_img_fill_from_bio(child_img_req, in rbd_obj_read_from_parent()
2275 ret = __rbd_img_fill_from_bvecs(child_img_req, in rbd_obj_read_from_parent()
2284 ret = rbd_img_fill_from_bvecs(child_img_req, in rbd_obj_read_from_parent()
2290 rbd_img_request_put(child_img_req); in rbd_obj_read_from_parent()
2294 rbd_img_request_submit(child_img_req); in rbd_obj_read_from_parent()