Symbol: rbd_img_request
drivers/block/rbd.c
1277
static inline void rbd_img_obj_request_add(struct rbd_img_request *img_request,
drivers/block/rbd.c
1287
static inline void rbd_img_obj_request_del(struct rbd_img_request *img_request,
drivers/block/rbd.c
1311
static void img_request_layered_set(struct rbd_img_request *img_request)
drivers/block/rbd.c
1316
static bool img_request_layered_test(struct rbd_img_request *img_request)
drivers/block/rbd.c
1372
static bool rbd_img_is_write(struct rbd_img_request *img_req)
drivers/block/rbd.c
1587
static void rbd_img_request_init(struct rbd_img_request *img_request,
drivers/block/rbd.c
1606
static void rbd_img_capture_header(struct rbd_img_request *img_req)
drivers/block/rbd.c
1619
static void rbd_img_request_destroy(struct rbd_img_request *img_request)
drivers/block/rbd.c
215
struct rbd_img_request;
drivers/block/rbd.c
2376
struct rbd_img_request *img_req = obj_req->img_request;
drivers/block/rbd.c
2423
static int __rbd_img_fill_request(struct rbd_img_request *img_req)
drivers/block/rbd.c
2473
struct rbd_img_request *img_req = arg;
drivers/block/rbd.c
2496
static int rbd_img_fill_request_nocopy(struct rbd_img_request *img_req,
drivers/block/rbd.c
2538
static int rbd_img_fill_request(struct rbd_img_request *img_req,
drivers/block/rbd.c
2600
static int rbd_img_fill_nodata(struct rbd_img_request *img_req,
drivers/block/rbd.c
2650
static int __rbd_img_fill_from_bio(struct rbd_img_request *img_req,
drivers/block/rbd.c
2667
static int rbd_img_fill_from_bio(struct rbd_img_request *img_req,
drivers/block/rbd.c
2710
static int __rbd_img_fill_from_bvecs(struct rbd_img_request *img_req,
drivers/block/rbd.c
2727
static int rbd_img_fill_from_bvecs(struct rbd_img_request *img_req,
drivers/block/rbd.c
2744
struct rbd_img_request *img_req =
drivers/block/rbd.c
2745
container_of(work, struct rbd_img_request, work);
drivers/block/rbd.c
2750
static void rbd_img_schedule(struct rbd_img_request *img_req, int result)
drivers/block/rbd.c
2795
struct rbd_img_request *img_req = obj_req->img_request;
drivers/block/rbd.c
2797
struct rbd_img_request *child_img_req;
drivers/block/rbd.c
294
struct rbd_img_request *img_request;
drivers/block/rbd.c
3387
struct rbd_img_request *img_req = obj_req->img_request;
drivers/block/rbd.c
3417
static bool need_exclusive_lock(struct rbd_img_request *img_req)
drivers/block/rbd.c
3435
static bool rbd_lock_add_request(struct rbd_img_request *img_req)
drivers/block/rbd.c
3452
static void rbd_lock_del_request(struct rbd_img_request *img_req)
drivers/block/rbd.c
3470
static int rbd_img_exclusive_lock(struct rbd_img_request *img_req)
drivers/block/rbd.c
3489
static void rbd_img_object_requests(struct rbd_img_request *img_req)
drivers/block/rbd.c
3537
static bool rbd_img_advance(struct rbd_img_request *img_req, int *result)
drivers/block/rbd.c
3581
static bool __rbd_img_handle_request(struct rbd_img_request *img_req,
drivers/block/rbd.c
3610
static void rbd_img_handle_request(struct rbd_img_request *img_req, int result)
drivers/block/rbd.c
3846
struct rbd_img_request *img_req;
drivers/block/rbd.c
3862
struct rbd_img_request, lock_item);
drivers/block/rbd.c
4739
struct rbd_img_request *img_request =
drivers/block/rbd.c
4740
container_of(work, struct rbd_img_request, work);
drivers/block/rbd.c
4787
struct rbd_img_request *img_req = blk_mq_rq_to_pdu(bd->rq);
drivers/block/rbd.c
4977
rbd_dev->tag_set.cmd_size = sizeof(struct rbd_img_request);
drivers/block/rbd.c
644
static void rbd_img_handle_request(struct rbd_img_request *img_req, int result);
drivers/block/rbd.c
7356
rbd_img_request_cache = KMEM_CACHE(rbd_img_request, 0);