Searched refs:img_req (Results 1 – 1 of 1) sorted by relevance
1419 static bool rbd_img_is_write(struct rbd_img_request *img_req) in rbd_img_is_write() argument1421 switch (img_req->op_type) { in rbd_img_is_write()1476 struct rbd_img_request *img_req = obj_req->img_request; in rbd_osd_req_create() local1477 struct rbd_device *rbd_dev = img_req->rbd_dev; in rbd_osd_req_create()1484 (rbd_img_is_write(img_req) ? img_req->snapc : NULL), in rbd_osd_req_create()1927 static int __rbd_img_fill_request(struct rbd_img_request *img_req) in __rbd_img_fill_request() argument1932 for_each_obj_request(img_req, obj_req) { in __rbd_img_fill_request()1933 switch (img_req->op_type) { in __rbd_img_fill_request()1969 struct rbd_img_request *img_req = arg; in alloc_object_extent() local1976 rbd_img_obj_request_add(img_req, obj_req); in alloc_object_extent()[all …]