Searched refs:child_img_req (Results 1 – 1 of 1) sorted by relevance
2934 struct rbd_img_request *child_img_req; in rbd_obj_read_from_parent() local2937 child_img_req = rbd_img_request_create(img_req->rbd_dev->parent, in rbd_obj_read_from_parent()2939 if (!child_img_req) in rbd_obj_read_from_parent()2942 __set_bit(IMG_REQ_CHILD, &child_img_req->flags); in rbd_obj_read_from_parent()2943 child_img_req->obj_request = obj_req; in rbd_obj_read_from_parent()2945 dout("%s child_img_req %p for obj_req %p\n", __func__, child_img_req, in rbd_obj_read_from_parent()2951 ret = __rbd_img_fill_from_bio(child_img_req, in rbd_obj_read_from_parent()2958 ret = __rbd_img_fill_from_bvecs(child_img_req, in rbd_obj_read_from_parent()2967 ret = rbd_img_fill_from_bvecs(child_img_req, in rbd_obj_read_from_parent()2973 rbd_img_request_put(child_img_req); in rbd_obj_read_from_parent()[all …]