Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Dlowcomms.c76 * othercon handling we can look into other mechanism to synchronize
102 struct connection *othercon; member
729 if (con->othercon) in allow_connection_io()
730 clear_bit(CF_IO_STOP, &con->othercon->flags); in allow_connection_io()
736 if (con->othercon) in stop_connection_io()
737 stop_connection_io(con->othercon); in stop_connection_io()
760 if (con->othercon && and_other) in close_connection()
761 close_connection(con->othercon, false); in close_connection()
803 if (con->othercon && and_other) in shutdown_connection()
804 shutdown_connection(con->othercon, fals in shutdown_connection()
1052 struct connection *othercon = newcon->othercon; accept_from_sock() local
[all...]