Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Drbd.c1494 static void rbd_parent_request_destroy(struct kref *kref);
1502 kref_put(&img_request->kref, rbd_parent_request_destroy); in rbd_img_request_put()
2257 static void rbd_parent_request_destroy(struct kref *kref) in rbd_parent_request_destroy() function