Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/drbd/
Ddrbd_main.c368 kref_put(&resource->kref, drbd_destroy_resource); in drbd_thread_setup()
425 kref_put(&resource->kref, drbd_destroy_resource); in drbd_thread_start()
2209 kref_put(&resource->kref, drbd_destroy_resource); in drbd_destroy_device()
2292 void drbd_destroy_resource(struct kref *kref) in drbd_destroy_resource() function
2314 kref_put(&resource->kref, drbd_destroy_resource); in drbd_free_resource()
2698 kref_put(&resource->kref, drbd_destroy_resource); in drbd_destroy_connection()
2872 kref_put(&resource->kref, drbd_destroy_resource); in drbd_create_device()
Ddrbd_debugfs.c464 &resource->kref, drbd_destroy_resource); in in_flight_summary_open()
470 kref_put(&resource->kref, drbd_destroy_resource); in in_flight_summary_release()
Ddrbd_int.h1442 extern void drbd_destroy_resource(struct kref *kref);
Ddrbd_nl.c285 kref_put(&adm_ctx->resource->kref, drbd_destroy_resource); in drbd_adm_finish()
3237 kref_put(&resource->kref, drbd_destroy_resource); /* get_one_status() revalidates the resource */ in drbd_adm_get_status_all()