Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Drbd.c2797 struct rbd_img_request *child_img_req; in rbd_obj_read_from_parent() local
2800 child_img_req = kmem_cache_alloc(rbd_img_request_cache, GFP_NOIO); in rbd_obj_read_from_parent()
2801 if (!child_img_req) in rbd_obj_read_from_parent()
2804 rbd_img_request_init(child_img_req, parent, OBJ_OP_READ); in rbd_obj_read_from_parent()
2805 __set_bit(IMG_REQ_CHILD, &child_img_req->flags); in rbd_obj_read_from_parent()
2806 child_img_req->obj_request = obj_req; in rbd_obj_read_from_parent()
2809 rbd_img_capture_header(child_img_req); in rbd_obj_read_from_parent()
2812 dout("%s child_img_req %p for obj_req %p\n", __func__, child_img_req, in rbd_obj_read_from_parent()
2818 ret = __rbd_img_fill_from_bio(child_img_req, in rbd_obj_read_from_parent()
2825 ret = __rbd_img_fill_from_bvecs(child_img_req, in rbd_obj_read_from_parent()
[all …]