Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_main.c370 kref_put(&resource->kref, drbd_destroy_resource); in drbd_thread_setup()
427 kref_put(&resource->kref, drbd_destroy_resource); in drbd_thread_start()
2210 kref_put(&resource->kref, drbd_destroy_resource); in drbd_destroy_device()
2293 void drbd_destroy_resource(struct kref *kref) in drbd_destroy_resource() function
2315 kref_put(&resource->kref, drbd_destroy_resource); in drbd_free_resource()
2699 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.c456 &resource->kref, drbd_destroy_resource); in in_flight_summary_open()
462 kref_put(&resource->kref, drbd_destroy_resource); in in_flight_summary_release()
Ddrbd_int.h1443 extern void drbd_destroy_resource(struct kref *kref);
Ddrbd_nl.c285 kref_put(&adm_ctx->resource->kref, drbd_destroy_resource); in drbd_adm_finish()
3238 kref_put(&resource->kref, drbd_destroy_resource); /* get_one_status() revalidates the resource */ in drbd_adm_get_status_all()