Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Dlowcomms.c102 struct connection *othercon; member
729 if (con->othercon) in allow_connection_io()
736 if (con->othercon) in stop_connection_io()
1052 struct connection *othercon = newcon->othercon; in accept_from_sock() local
1054 if (!othercon) { in accept_from_sock()
1055 othercon = kzalloc(sizeof(*othercon), GFP_NOFS); in accept_from_sock()
1056 if (!othercon) { in accept_from_sock()
1066 newcon->othercon = othercon; in accept_from_sock()
1468 if (con->othercon) { in dlm_lowcomms_close()
1747 if (con->othercon) in dlm_lowcomms_shutdown()
[all …]