Home
last modified time | relevance | path

Searched refs:conn_highest_peer (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/block/drbd/
Ddrbd_state.h169 enum drbd_role conn_highest_peer(struct drbd_connection *connection);
Ddrbd_state.c130 conn_highest_peer(connection); in remember_old_state()
201 conn_highest_peer(connection); in remember_new_state()
363 enum drbd_role conn_highest_peer(struct drbd_connection *connection) in conn_highest_peer() function
857 else if (conn_highest_peer(first_peer_device(device)->connection) == R_PRIMARY) in is_valid_state()
Ddrbd_nl.c2257 conn_highest_peer(connection) == R_PRIMARY) in _check_net_options()
2505 info->conn_role = conn_highest_peer(connection); in connection_to_info()