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

/linux-master/fs/dlm/
H A Dlowcomms.c76 * othercon handling we can look into other mechanism to synchronize
102 struct connection *othercon; member in struct:connection
728 if (con->othercon)
729 clear_bit(CF_IO_STOP, &con->othercon->flags);
735 if (con->othercon)
736 stop_connection_io(con->othercon);
759 if (con->othercon && and_other)
760 close_connection(con->othercon, false);
802 if (con->othercon && and_other)
803 shutdown_connection(con->othercon, fals
1055 struct connection *othercon = newcon->othercon; local
[all...]

Completed in 252 milliseconds