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

/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_debugfs.c456 &resource->kref, drbd_destroy_resource); in_flight_summary_open()
462 kref_put(&resource->kref, drbd_destroy_resource); in_flight_summary_release()
H A Ddrbd_main.c368 kref_put(&resource->kref, drbd_destroy_resource); drbd_thread_setup()
425 kref_put(&resource->kref, drbd_destroy_resource); drbd_thread_start()
2209 kref_put(&resource->kref, drbd_destroy_resource);
2292 void drbd_destroy_resource(struct kref *kref) drbd_destroy_resource() function
2314 kref_put(&resource->kref, drbd_destroy_resource);
2698 kref_put(&resource->kref, drbd_destroy_resource); drbd_destroy_connection()
2871 kref_put(&resource->kref, drbd_destroy_resource);
H A Ddrbd_nl.c285 kref_put(&adm_ctx->resource->kref, drbd_destroy_resource); drbd_adm_finish()
3237 kref_put(&resource->kref, drbd_destroy_resource); /* get_one_status() revalidates the resource */ drbd_adm_get_status_all()
H A Ddrbd_int.h1443 extern void drbd_destroy_resource(struct kref *kref);

Completed in 144 milliseconds