Home
last modified time | relevance | path

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

/linux-6.15/fs/dlm/
H A Dlowcomms.c102 struct connection *othercon; member
728 if (con->othercon) in allow_connection_io()
735 if (con->othercon) in stop_connection_io()
1051 struct connection *othercon = newcon->othercon; in accept_from_sock() local
1053 if (!othercon) { in accept_from_sock()
1054 othercon = kzalloc(sizeof(*othercon), GFP_NOFS); in accept_from_sock()
1055 if (!othercon) { in accept_from_sock()
1065 newcon->othercon = othercon; in accept_from_sock()
1467 if (con->othercon) { in dlm_lowcomms_close()
1738 if (con->othercon) in dlm_lowcomms_shutdown()
[all …]