Home
last modified time | relevance | path

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

/linux-4.4.14/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
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()
[all …]