Lines Matching defs:rbd_img_request

215 struct rbd_img_request;
294 struct rbd_img_request *img_request;
330 struct rbd_img_request {
644 static void rbd_img_handle_request(struct rbd_img_request *img_req, int result);
1340 static inline void rbd_img_obj_request_add(struct rbd_img_request *img_request,
1350 static inline void rbd_img_obj_request_del(struct rbd_img_request *img_request,
1374 static void img_request_layered_set(struct rbd_img_request *img_request)
1379 static bool img_request_layered_test(struct rbd_img_request *img_request)
1435 static bool rbd_img_is_write(struct rbd_img_request *img_req)
1650 static void rbd_img_request_init(struct rbd_img_request *img_request,
1669 static void rbd_img_capture_header(struct rbd_img_request *img_req)
1682 static void rbd_img_request_destroy(struct rbd_img_request *img_request)
2439 struct rbd_img_request *img_req = obj_req->img_request;
2486 static int __rbd_img_fill_request(struct rbd_img_request *img_req)
2536 struct rbd_img_request *img_req = arg;
2559 static int rbd_img_fill_request_nocopy(struct rbd_img_request *img_req,
2601 static int rbd_img_fill_request(struct rbd_img_request *img_req,
2663 static int rbd_img_fill_nodata(struct rbd_img_request *img_req,
2713 static int __rbd_img_fill_from_bio(struct rbd_img_request *img_req,
2730 static int rbd_img_fill_from_bio(struct rbd_img_request *img_req,
2773 static int __rbd_img_fill_from_bvecs(struct rbd_img_request *img_req,
2790 static int rbd_img_fill_from_bvecs(struct rbd_img_request *img_req,
2807 struct rbd_img_request *img_req =
2808 container_of(work, struct rbd_img_request, work);
2813 static void rbd_img_schedule(struct rbd_img_request *img_req, int result)
2858 struct rbd_img_request *img_req = obj_req->img_request;
2860 struct rbd_img_request *child_img_req;
3452 struct rbd_img_request *img_req = obj_req->img_request;
3482 static bool need_exclusive_lock(struct rbd_img_request *img_req)
3500 static bool rbd_lock_add_request(struct rbd_img_request *img_req)
3517 static void rbd_lock_del_request(struct rbd_img_request *img_req)
3534 static int rbd_img_exclusive_lock(struct rbd_img_request *img_req)
3558 static void rbd_img_object_requests(struct rbd_img_request *img_req)
3588 static bool rbd_img_advance(struct rbd_img_request *img_req, int *result)
3632 static bool __rbd_img_handle_request(struct rbd_img_request *img_req,
3661 static void rbd_img_handle_request(struct rbd_img_request *img_req, int result)
3897 struct rbd_img_request *img_req;
3913 struct rbd_img_request, lock_item);
4777 struct rbd_img_request *img_request =
4778 container_of(work, struct rbd_img_request, work);
4834 struct rbd_img_request *img_req = blk_mq_rq_to_pdu(bd->rq);
5037 rbd_dev->tag_set.cmd_size = sizeof(struct rbd_img_request);
7431 rbd_img_request_cache = KMEM_CACHE(rbd_img_request, 0);