Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_main.c347 kref_put(&resource->kref, drbd_destroy_resource); in drbd_thread_setup()
404 kref_put(&resource->kref, drbd_destroy_resource); in drbd_thread_start()
2201 kref_put(&resource->kref, drbd_destroy_resource); in drbd_destroy_device()
2283 void drbd_destroy_resource(struct kref *kref) in drbd_destroy_resource() function
2304 kref_put(&resource->kref, drbd_destroy_resource); in drbd_free_resource()
2632 kref_put(&resource->kref, drbd_destroy_resource); in drbd_destroy_connection()
2795 kref_put(&resource->kref, drbd_destroy_resource); in drbd_create_device()
H A Ddrbd_debugfs.c447 &resource->kref, drbd_destroy_resource); in in_flight_summary_open()
453 kref_put(&resource->kref, drbd_destroy_resource); in in_flight_summary_release()
H A Ddrbd_int.h1366 extern void drbd_destroy_resource(struct kref *kref);
H A Ddrbd_state.c262 kref_put(&state_change->resource->resource->kref, drbd_destroy_resource); in forget_state_change()