Home
last modified time | relevance | path

Searched refs:rbd_img_request (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/block/
Drbd.c204 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()
[all …]