othercon          122 fs/dlm/lowcomms.c 	struct connection *othercon;
othercon          608 fs/dlm/lowcomms.c 	if (con->othercon && and_other) {
othercon          610 fs/dlm/lowcomms.c 		close_connection(con->othercon, false, true, true);
othercon          789 fs/dlm/lowcomms.c 		struct connection *othercon = newcon->othercon;
othercon          791 fs/dlm/lowcomms.c 		if (!othercon) {
othercon          792 fs/dlm/lowcomms.c 			othercon = kmem_cache_zalloc(con_cache, GFP_NOFS);
othercon          793 fs/dlm/lowcomms.c 			if (!othercon) {
othercon          799 fs/dlm/lowcomms.c 			othercon->nodeid = nodeid;
othercon          800 fs/dlm/lowcomms.c 			othercon->rx_action = receive_from_sock;
othercon          801 fs/dlm/lowcomms.c 			mutex_init(&othercon->sock_mutex);
othercon          802 fs/dlm/lowcomms.c 			INIT_LIST_HEAD(&othercon->writequeue);
othercon          803 fs/dlm/lowcomms.c 			spin_lock_init(&othercon->writequeue_lock);
othercon          804 fs/dlm/lowcomms.c 			INIT_WORK(&othercon->swork, process_send_sockets);
othercon          805 fs/dlm/lowcomms.c 			INIT_WORK(&othercon->rwork, process_recv_sockets);
othercon          806 fs/dlm/lowcomms.c 			set_bit(CF_IS_OTHERCON, &othercon->flags);
othercon          808 fs/dlm/lowcomms.c 		mutex_lock_nested(&othercon->sock_mutex, 2);
othercon          809 fs/dlm/lowcomms.c 		if (!othercon->sock) {
othercon          810 fs/dlm/lowcomms.c 			newcon->othercon = othercon;
othercon          811 fs/dlm/lowcomms.c 			add_sock(newsock, othercon);
othercon          812 fs/dlm/lowcomms.c 			addcon = othercon;
othercon          813 fs/dlm/lowcomms.c 			mutex_unlock(&othercon->sock_mutex);
othercon          818 fs/dlm/lowcomms.c 			mutex_unlock(&othercon->sock_mutex);
othercon          909 fs/dlm/lowcomms.c 		struct connection *othercon = newcon->othercon;
othercon          911 fs/dlm/lowcomms.c 		if (!othercon) {
othercon          912 fs/dlm/lowcomms.c 			othercon = kmem_cache_zalloc(con_cache, GFP_NOFS);
othercon          913 fs/dlm/lowcomms.c 			if (!othercon) {
othercon          919 fs/dlm/lowcomms.c 			othercon->nodeid = nodeid;
othercon          920 fs/dlm/lowcomms.c 			othercon->rx_action = receive_from_sock;
othercon          921 fs/dlm/lowcomms.c 			mutex_init(&othercon->sock_mutex);
othercon          922 fs/dlm/lowcomms.c 			INIT_LIST_HEAD(&othercon->writequeue);
othercon          923 fs/dlm/lowcomms.c 			spin_lock_init(&othercon->writequeue_lock);
othercon          924 fs/dlm/lowcomms.c 			INIT_WORK(&othercon->swork, process_send_sockets);
othercon          925 fs/dlm/lowcomms.c 			INIT_WORK(&othercon->rwork, process_recv_sockets);
othercon          926 fs/dlm/lowcomms.c 			set_bit(CF_IS_OTHERCON, &othercon->flags);
othercon          928 fs/dlm/lowcomms.c 		mutex_lock_nested(&othercon->sock_mutex, 2);
othercon          929 fs/dlm/lowcomms.c 		if (!othercon->sock) {
othercon          930 fs/dlm/lowcomms.c 			newcon->othercon = othercon;
othercon          931 fs/dlm/lowcomms.c 			add_sock(newsock, othercon);
othercon          932 fs/dlm/lowcomms.c 			addcon = othercon;
othercon          933 fs/dlm/lowcomms.c 			mutex_unlock(&othercon->sock_mutex);
othercon          937 fs/dlm/lowcomms.c 			mutex_unlock(&othercon->sock_mutex);
othercon         1668 fs/dlm/lowcomms.c 	if (con->othercon && and_other)
othercon         1669 fs/dlm/lowcomms.c 		_stop_conn(con->othercon, false);
othercon         1681 fs/dlm/lowcomms.c 	if (con->othercon)
othercon         1682 fs/dlm/lowcomms.c 		kmem_cache_free(con_cache, con->othercon);
othercon         1710 fs/dlm/lowcomms.c 				if (con->othercon) {
othercon         1712 fs/dlm/lowcomms.c 						       &con->othercon->flags);
othercon         1714 fs/dlm/lowcomms.c 						       &con->othercon->flags);