Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_state.h167 enum drbd_role conn_highest_role(struct drbd_connection *connection);
H A Ddrbd_state.c106 conn_highest_role(first_connection(resource)); in remember_old_state()
168 conn_highest_role(first_connection(resource)); in remember_new_state()
335 enum drbd_role conn_highest_role(struct drbd_connection *connection) in conn_highest_role() function
H A Ddrbd_nl.c2255 conn_highest_role(connection) == R_PRIMARY && in _check_net_options()
4208 info->res_role = conn_highest_role(first_connection(resource)); in resource_to_info()
H A Ddrbd_receiver.c5148 if (conn_highest_role(connection) == R_PRIMARY && conn_highest_pdsk(connection) >= D_UNKNOWN) in conn_disconnect()