Home
last modified time | relevance | path

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

/drivers/block/
Drbd.c1486 static void rbd_img_request_destroy(struct kref *kref);
1495 kref_put(&img_request->kref, rbd_img_request_destroy); in rbd_img_request_put()
2200 static void rbd_img_request_destroy(struct kref *kref) in rbd_img_request_destroy() function
2260 rbd_img_request_destroy(kref); in rbd_parent_request_destroy()