Lines Matching refs:rbd_img_request
204 struct rbd_img_request;
205 typedef void (*rbd_img_callback_t)(struct rbd_img_request *);
254 struct rbd_img_request *img_request;
291 struct rbd_img_request { struct
419 static int rbd_img_request_submit(struct rbd_img_request *img_request);
1486 static void rbd_img_request_get(struct rbd_img_request *img_request) in rbd_img_request_get()
1493 static bool img_request_child_test(struct rbd_img_request *img_request);
1496 static void rbd_img_request_put(struct rbd_img_request *img_request) in rbd_img_request_put()
1507 static inline void rbd_img_obj_request_add(struct rbd_img_request *img_request, in rbd_img_obj_request_add()
1524 static inline void rbd_img_obj_request_del(struct rbd_img_request *img_request, in rbd_img_obj_request_del()
1606 static void rbd_img_request_complete(struct rbd_img_request *img_request) in rbd_img_request_complete()
1637 static void img_request_write_set(struct rbd_img_request *img_request) in img_request_write_set()
1643 static bool img_request_write_test(struct rbd_img_request *img_request) in img_request_write_test()
1652 static void img_request_discard_set(struct rbd_img_request *img_request) in img_request_discard_set()
1658 static bool img_request_discard_test(struct rbd_img_request *img_request) in img_request_discard_test()
1664 static void img_request_child_set(struct rbd_img_request *img_request) in img_request_child_set()
1670 static void img_request_child_clear(struct rbd_img_request *img_request) in img_request_child_clear()
1676 static bool img_request_child_test(struct rbd_img_request *img_request) in img_request_child_test()
1682 static void img_request_layered_set(struct rbd_img_request *img_request) in img_request_layered_set()
1688 static void img_request_layered_clear(struct rbd_img_request *img_request) in img_request_layered_clear()
1694 static bool img_request_layered_test(struct rbd_img_request *img_request) in img_request_layered_test()
1701 rbd_img_request_op_type(struct rbd_img_request *img_request) in rbd_img_request_op_type()
1763 struct rbd_img_request *img_request = NULL; in rbd_osd_read_callback()
1900 struct rbd_img_request *img_request = obj_request->img_request; in rbd_osd_req_format_read()
1913 struct rbd_img_request *img_request = obj_request->img_request; in rbd_osd_req_format_write()
1943 struct rbd_img_request *img_request = obj_request->img_request; in rbd_osd_req_create()
1985 struct rbd_img_request *img_request; in rbd_osd_req_create_copyup()
2167 static struct rbd_img_request *rbd_img_request_create( in rbd_img_request_create()
2173 struct rbd_img_request *img_request; in rbd_img_request_create()
2211 struct rbd_img_request *img_request; in rbd_img_request_destroy()
2215 img_request = container_of(kref, struct rbd_img_request, kref); in rbd_img_request_destroy()
2235 static struct rbd_img_request *rbd_parent_request_create( in rbd_parent_request_create()
2239 struct rbd_img_request *parent_request; in rbd_parent_request_create()
2259 struct rbd_img_request *parent_request; in rbd_parent_request_destroy()
2262 parent_request = container_of(kref, struct rbd_img_request, kref); in rbd_parent_request_destroy()
2274 struct rbd_img_request *img_request; in rbd_img_obj_end_request()
2333 struct rbd_img_request *img_request; in rbd_img_obj_callback()
2380 struct rbd_img_request *img_request = obj_request->img_request; in rbd_img_obj_request_fill()
2446 static int rbd_img_request_fill(struct rbd_img_request *img_request, in rbd_img_request_fill()
2553 struct rbd_img_request *img_request; in rbd_osd_copyup_callback()
2590 rbd_img_obj_parent_read_full_callback(struct rbd_img_request *img_request) in rbd_img_obj_parent_read_full_callback()
2700 struct rbd_img_request *img_request = NULL; in rbd_img_obj_parent_read_full()
2701 struct rbd_img_request *parent_request = NULL; in rbd_img_obj_parent_read_full()
2905 struct rbd_img_request *img_request; in img_obj_request_simple()
2975 static int rbd_img_request_submit(struct rbd_img_request *img_request) in rbd_img_request_submit()
2992 static void rbd_img_parent_read_callback(struct rbd_img_request *img_request) in rbd_img_parent_read_callback()
3057 struct rbd_img_request *img_request; in rbd_img_parent_read()
3361 struct rbd_img_request *img_request; in rbd_queue_workfn()
5648 sizeof (struct rbd_img_request), in rbd_slab_init()
5649 __alignof__(struct rbd_img_request), in rbd_slab_init()