Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/drbd/
Ddrbd_debugfs.c418 kref_put(&connection->kref, drbd_destroy_connection); in in_flight_summary_show()
587 &connection->kref, drbd_destroy_connection); in callback_history_open()
593 kref_put(&connection->kref, drbd_destroy_connection); in callback_history_release()
634 &connection->kref, drbd_destroy_connection); in connection_oldest_requests_open()
640 kref_put(&connection->kref, drbd_destroy_connection); in connection_oldest_requests_release()
Ddrbd_main.c367 kref_put(&thi->connection->kref, drbd_destroy_connection); in drbd_thread_setup()
424 kref_put(&thi->connection->kref, drbd_destroy_connection); in drbd_thread_start()
2204 kref_put(&peer_device->connection->kref, drbd_destroy_connection); in drbd_destroy_device()
2311 kref_put(&connection->kref, drbd_destroy_connection); in drbd_free_resource()
2681 void drbd_destroy_connection(struct kref *kref) in drbd_destroy_connection() function
2852 kref_put(&connection->kref, drbd_destroy_connection); in drbd_create_device()
Ddrbd_nl.c281 kref_put(&adm_ctx->connection->kref, &drbd_destroy_connection); in drbd_adm_finish()
540 kref_put(&connection->kref, drbd_destroy_connection); in _try_outdate_peer_async()
558 kref_put(&connection->kref, drbd_destroy_connection); in conn_try_outdate_peer_async()
Ddrbd_int.h1438 extern void drbd_destroy_connection(struct kref *kref);
Ddrbd_state.c1629 kref_put(&connection->kref, drbd_destroy_connection); in w_after_conn_state_ch()