rbd_img_request   215 drivers/block/rbd.c struct rbd_img_request;
rbd_img_request   294 drivers/block/rbd.c 	struct rbd_img_request	*img_request;
rbd_img_request   641 drivers/block/rbd.c static void rbd_img_handle_request(struct rbd_img_request *img_req, int result);
rbd_img_request  1417 drivers/block/rbd.c static void rbd_img_request_put(struct rbd_img_request *img_request)
rbd_img_request  1425 drivers/block/rbd.c static inline void rbd_img_obj_request_add(struct rbd_img_request *img_request,
rbd_img_request  1435 drivers/block/rbd.c static inline void rbd_img_obj_request_del(struct rbd_img_request *img_request,
rbd_img_request  1459 drivers/block/rbd.c static void img_request_layered_set(struct rbd_img_request *img_request)
rbd_img_request  1465 drivers/block/rbd.c static void img_request_layered_clear(struct rbd_img_request *img_request)
rbd_img_request  1471 drivers/block/rbd.c static bool img_request_layered_test(struct rbd_img_request *img_request)
rbd_img_request  1512 drivers/block/rbd.c static bool rbd_img_is_write(struct rbd_img_request *img_req)
rbd_img_request  1731 drivers/block/rbd.c static struct rbd_img_request *rbd_img_request_create(
rbd_img_request  1736 drivers/block/rbd.c 	struct rbd_img_request *img_request;
rbd_img_request  1762 drivers/block/rbd.c 	struct rbd_img_request *img_request;
rbd_img_request  1766 drivers/block/rbd.c 	img_request = container_of(kref, struct rbd_img_request, kref);
rbd_img_request  2514 drivers/block/rbd.c 	struct rbd_img_request *img_req = obj_req->img_request;
rbd_img_request  2561 drivers/block/rbd.c static int __rbd_img_fill_request(struct rbd_img_request *img_req)
rbd_img_request  2611 drivers/block/rbd.c 	struct rbd_img_request *img_req = arg;
rbd_img_request  2634 drivers/block/rbd.c static int rbd_img_fill_request_nocopy(struct rbd_img_request *img_req,
rbd_img_request  2676 drivers/block/rbd.c static int rbd_img_fill_request(struct rbd_img_request *img_req,
rbd_img_request  2738 drivers/block/rbd.c static int rbd_img_fill_nodata(struct rbd_img_request *img_req,
rbd_img_request  2788 drivers/block/rbd.c static int __rbd_img_fill_from_bio(struct rbd_img_request *img_req,
rbd_img_request  2805 drivers/block/rbd.c static int rbd_img_fill_from_bio(struct rbd_img_request *img_req,
rbd_img_request  2848 drivers/block/rbd.c static int __rbd_img_fill_from_bvecs(struct rbd_img_request *img_req,
rbd_img_request  2865 drivers/block/rbd.c static int rbd_img_fill_from_bvecs(struct rbd_img_request *img_req,
rbd_img_request  2882 drivers/block/rbd.c 	struct rbd_img_request *img_req =
rbd_img_request  2883 drivers/block/rbd.c 	    container_of(work, struct rbd_img_request, work);
rbd_img_request  2888 drivers/block/rbd.c static void rbd_img_schedule(struct rbd_img_request *img_req, int result)
rbd_img_request  2933 drivers/block/rbd.c 	struct rbd_img_request *img_req = obj_req->img_request;
rbd_img_request  2934 drivers/block/rbd.c 	struct rbd_img_request *child_img_req;
rbd_img_request  3521 drivers/block/rbd.c 	struct rbd_img_request *img_req = obj_req->img_request;
rbd_img_request  3551 drivers/block/rbd.c static bool need_exclusive_lock(struct rbd_img_request *img_req)
rbd_img_request  3569 drivers/block/rbd.c static bool rbd_lock_add_request(struct rbd_img_request *img_req)
rbd_img_request  3586 drivers/block/rbd.c static void rbd_lock_del_request(struct rbd_img_request *img_req)
rbd_img_request  3602 drivers/block/rbd.c static int rbd_img_exclusive_lock(struct rbd_img_request *img_req)
rbd_img_request  3626 drivers/block/rbd.c static void rbd_img_object_requests(struct rbd_img_request *img_req)
rbd_img_request  3646 drivers/block/rbd.c static bool rbd_img_advance(struct rbd_img_request *img_req, int *result)
rbd_img_request  3694 drivers/block/rbd.c static bool __rbd_img_handle_request(struct rbd_img_request *img_req,
rbd_img_request  3723 drivers/block/rbd.c static void rbd_img_handle_request(struct rbd_img_request *img_req, int result)
rbd_img_request  3963 drivers/block/rbd.c 	struct rbd_img_request *img_req;
rbd_img_request  4798 drivers/block/rbd.c 	struct rbd_img_request *img_request;
rbd_img_request  7313 drivers/block/rbd.c 	rbd_img_request_cache = KMEM_CACHE(rbd_img_request, 0);