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
418 static int rbd_img_request_submit(struct rbd_img_request *img_request);
1484 static void rbd_img_request_get(struct rbd_img_request *img_request) in rbd_img_request_get()
1491 static bool img_request_child_test(struct rbd_img_request *img_request);
1494 static void rbd_img_request_put(struct rbd_img_request *img_request) in rbd_img_request_put()
1505 static inline void rbd_img_obj_request_add(struct rbd_img_request *img_request, in rbd_img_obj_request_add()
1522 static inline void rbd_img_obj_request_del(struct rbd_img_request *img_request, in rbd_img_obj_request_del()
1587 static void rbd_img_request_complete(struct rbd_img_request *img_request) in rbd_img_request_complete()
1618 static void img_request_write_set(struct rbd_img_request *img_request) in img_request_write_set()
1624 static bool img_request_write_test(struct rbd_img_request *img_request) in img_request_write_test()
1633 static void img_request_discard_set(struct rbd_img_request *img_request) in img_request_discard_set()
1639 static bool img_request_discard_test(struct rbd_img_request *img_request) in img_request_discard_test()
1645 static void img_request_child_set(struct rbd_img_request *img_request) in img_request_child_set()
1651 static void img_request_child_clear(struct rbd_img_request *img_request) in img_request_child_clear()
1657 static bool img_request_child_test(struct rbd_img_request *img_request) in img_request_child_test()
1663 static void img_request_layered_set(struct rbd_img_request *img_request) in img_request_layered_set()
1669 static void img_request_layered_clear(struct rbd_img_request *img_request) in img_request_layered_clear()
1675 static bool img_request_layered_test(struct rbd_img_request *img_request) in img_request_layered_test()
1682 rbd_img_request_op_type(struct rbd_img_request *img_request) in rbd_img_request_op_type()
1744 struct rbd_img_request *img_request = NULL; in rbd_osd_read_callback()
1879 struct rbd_img_request *img_request = obj_request->img_request; in rbd_osd_req_format_read()
1892 struct rbd_img_request *img_request = obj_request->img_request; in rbd_osd_req_format_write()
1922 struct rbd_img_request *img_request = obj_request->img_request; in rbd_osd_req_create()
1964 struct rbd_img_request *img_request; in rbd_osd_req_create_copyup()
2146 static struct rbd_img_request *rbd_img_request_create( in rbd_img_request_create()
2152 struct rbd_img_request *img_request; in rbd_img_request_create()
2190 struct rbd_img_request *img_request; in rbd_img_request_destroy()
2194 img_request = container_of(kref, struct rbd_img_request, kref); in rbd_img_request_destroy()
2214 static struct rbd_img_request *rbd_parent_request_create( in rbd_parent_request_create()
2218 struct rbd_img_request *parent_request; in rbd_parent_request_create()
2238 struct rbd_img_request *parent_request; in rbd_parent_request_destroy()
2241 parent_request = container_of(kref, struct rbd_img_request, kref); in rbd_parent_request_destroy()
2253 struct rbd_img_request *img_request; in rbd_img_obj_end_request()
2312 struct rbd_img_request *img_request; in rbd_img_obj_callback()
2359 struct rbd_img_request *img_request = obj_request->img_request; in rbd_img_obj_request_fill()
2422 static int rbd_img_request_fill(struct rbd_img_request *img_request, in rbd_img_request_fill()
2529 struct rbd_img_request *img_request; in rbd_osd_copyup_callback()
2566 rbd_img_obj_parent_read_full_callback(struct rbd_img_request *img_request) in rbd_img_obj_parent_read_full_callback()
2676 struct rbd_img_request *img_request = NULL; in rbd_img_obj_parent_read_full()
2677 struct rbd_img_request *parent_request = NULL; in rbd_img_obj_parent_read_full()
2881 struct rbd_img_request *img_request; in img_obj_request_simple()
2951 static int rbd_img_request_submit(struct rbd_img_request *img_request) in rbd_img_request_submit()
2968 static void rbd_img_parent_read_callback(struct rbd_img_request *img_request) in rbd_img_parent_read_callback()
3033 struct rbd_img_request *img_request; in rbd_img_parent_read()
3336 struct rbd_img_request *img_request; in rbd_queue_workfn()
5657 sizeof (struct rbd_img_request), in rbd_slab_init()
5658 __alignof__(struct rbd_img_request), in rbd_slab_init()