Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/drbd/
Ddrbd_debugfs.c366 connection = first_connection(resource); in in_flight_summary_show()
Ddrbd_state.c106 conn_highest_role(first_connection(resource)); in remember_old_state()
168 conn_highest_role(first_connection(resource)); in remember_new_state()
Ddrbd_nl.c2608 connection = first_connection(adm_ctx.resource); in drbd_adm_connect()
4261 info->res_role = conn_highest_role(first_connection(resource)); in resource_to_info()
4410 first_connection(device->resource); in adm_del_minor()
Ddrbd_int.h2323 static inline struct drbd_connection *first_connection(struct drbd_resource *resource) in first_connection() function
Ddrbd_main.c2825 device->state.conn = first_connection(resource)->cstate; in drbd_create_device()