drivers/block/rbd.c
1270
static inline void rbd_img_obj_request_add(struct rbd_img_request *img_request,
drivers/block/rbd.c
1280
static inline void rbd_img_obj_request_del(struct rbd_img_request *img_request,
drivers/block/rbd.c
1304
static void img_request_layered_set(struct rbd_img_request *img_request)
drivers/block/rbd.c
1309
static bool img_request_layered_test(struct rbd_img_request *img_request)
drivers/block/rbd.c
1365
static bool rbd_img_is_write(struct rbd_img_request *img_req)
drivers/block/rbd.c
1580
static void rbd_img_request_init(struct rbd_img_request *img_request,
drivers/block/rbd.c
1599
static void rbd_img_capture_header(struct rbd_img_request *img_req)
drivers/block/rbd.c
1612
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
2374
struct rbd_img_request *img_req = obj_req->img_request;
drivers/block/rbd.c
2421
static int __rbd_img_fill_request(struct rbd_img_request *img_req)
drivers/block/rbd.c
2471
struct rbd_img_request *img_req = arg;
drivers/block/rbd.c
2494
static int rbd_img_fill_request_nocopy(struct rbd_img_request *img_req,
drivers/block/rbd.c
2536
static int rbd_img_fill_request(struct rbd_img_request *img_req,
drivers/block/rbd.c
2598
static int rbd_img_fill_nodata(struct rbd_img_request *img_req,
drivers/block/rbd.c
2648
static int __rbd_img_fill_from_bio(struct rbd_img_request *img_req,
drivers/block/rbd.c
2665
static int rbd_img_fill_from_bio(struct rbd_img_request *img_req,
drivers/block/rbd.c
2708
static int __rbd_img_fill_from_bvecs(struct rbd_img_request *img_req,
drivers/block/rbd.c
2725
static int rbd_img_fill_from_bvecs(struct rbd_img_request *img_req,
drivers/block/rbd.c
2742
struct rbd_img_request *img_req =
drivers/block/rbd.c
2743
container_of(work, struct rbd_img_request, work);
drivers/block/rbd.c
2748
static void rbd_img_schedule(struct rbd_img_request *img_req, int result)
drivers/block/rbd.c
2793
struct rbd_img_request *img_req = obj_req->img_request;
drivers/block/rbd.c
2795
struct rbd_img_request *child_img_req;
drivers/block/rbd.c
294
struct rbd_img_request *img_request;
drivers/block/rbd.c
3385
struct rbd_img_request *img_req = obj_req->img_request;
drivers/block/rbd.c
3415
static bool need_exclusive_lock(struct rbd_img_request *img_req)
drivers/block/rbd.c
3433
static bool rbd_lock_add_request(struct rbd_img_request *img_req)
drivers/block/rbd.c
3450
static void rbd_lock_del_request(struct rbd_img_request *img_req)
drivers/block/rbd.c
3468
static int rbd_img_exclusive_lock(struct rbd_img_request *img_req)
drivers/block/rbd.c
3487
static void rbd_img_object_requests(struct rbd_img_request *img_req)
drivers/block/rbd.c
3535
static bool rbd_img_advance(struct rbd_img_request *img_req, int *result)
drivers/block/rbd.c
3579
static bool __rbd_img_handle_request(struct rbd_img_request *img_req,
drivers/block/rbd.c
3608
static void rbd_img_handle_request(struct rbd_img_request *img_req, int result)
drivers/block/rbd.c
3844
struct rbd_img_request *img_req;
drivers/block/rbd.c
3860
struct rbd_img_request, lock_item);
drivers/block/rbd.c
4725
struct rbd_img_request *img_request =
drivers/block/rbd.c
4726
container_of(work, struct rbd_img_request, work);
drivers/block/rbd.c
4773
struct rbd_img_request *img_req = blk_mq_rq_to_pdu(bd->rq);
drivers/block/rbd.c
4963
rbd_dev->tag_set.cmd_size = sizeof(struct rbd_img_request);
drivers/block/rbd.c
637
static void rbd_img_handle_request(struct rbd_img_request *img_req, int result);
drivers/block/rbd.c
7345
rbd_img_request_cache = KMEM_CACHE(rbd_img_request, 0);