Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/drbd/
Ddrbd_main.c352 kref_put(&resource->kref, drbd_destroy_resource); in drbd_thread_setup()
409 kref_put(&resource->kref, drbd_destroy_resource); in drbd_thread_start()
2223 kref_put(&resource->kref, drbd_destroy_resource); in drbd_destroy_device()
2305 void drbd_destroy_resource(struct kref *kref) in drbd_destroy_resource() function
2326 kref_put(&resource->kref, drbd_destroy_resource); in drbd_free_resource()
2654 kref_put(&resource->kref, drbd_destroy_resource); in drbd_destroy_connection()
2813 kref_put(&resource->kref, drbd_destroy_resource); in drbd_create_device()
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()
Ddrbd_nl.c315 kref_put(&adm_ctx->resource->kref, drbd_destroy_resource); in drbd_adm_finish()
3319 kref_put(&resource->kref, drbd_destroy_resource); in put_resource_in_arg0()
3486 kref_put(&resource->kref, drbd_destroy_resource); in drbd_adm_dump_connections()
4002 kref_put(&resource->kref, drbd_destroy_resource); /* get_one_status() revalidates the resource */ in drbd_adm_get_status_all()
Ddrbd_int.h1441 extern void drbd_destroy_resource(struct kref *kref);
Ddrbd_state.c262 kref_put(&state_change->resource->resource->kref, drbd_destroy_resource); in forget_state_change()