Home
last modified time | relevance | path

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

/fs/dlm/
Dlowcomms.c104 struct connection { struct
118 int (*rx_action) (struct connection *); /* What to do when active */ argument
119 void (*connect_action) (struct connection *); /* What to do to connect */ argument
126 struct connection *othercon; argument
130 #define sock2con(x) ((struct connection *)(x)->sk_user_data) argument
140 struct connection *con;
166 static struct connection *__find_con(int nodeid) in __find_con()
170 struct connection *con; in __find_con()
185 static struct connection *__nodeid2con(int nodeid, gfp_t alloc) in __nodeid2con()
187 struct connection *con = NULL; in __nodeid2con()
[all …]
/fs/ncpfs/
Dioctl.c49 info.connection = server->connection; in ncp_get_fs_info()
73 info2.connection = server->connection; in ncp_get_fs_info_v2()
95 u32 connection; member
139 info2.connection = server->connection; in ncp_get_compat_fs_info_v2()
Dsock.c258 h->conn_low = server->connection; in ncp_init_header()
259 h->conn_high = server->connection >> 8; in ncp_init_header()
403 if (server->connection != get_conn_number(&reply)) { in ncpdgram_rcv_proc()
434 server->connection == get_conn_number(&reply)))) { in ncpdgram_rcv_proc()
645 …)->conn_low | (((struct ncp_reply_header*)server->rxbuf)->conn_high << 8)) != server->connection) { in __ncptcp_rcv_proc()
835 server->connection = 0xFFFF; in ncp_connect()
846 server->connection = h->conn_low + (h->conn_high * 256); in ncp_connect()
Dncp_fs_sb.h55 u16 connection; /* Remote connection number */ member
/fs/cifs/
DTODO108 a few fields in the tree connection but we do do not know which
DCHANGES189 mount override username (so that null user connection is attempted)
869 Finish reconnection logic, so connection with server can be dropped
922 the smb session and tree connection and mid related global variables.
1006 Rewrote much of connection and mount/unmount logic to handle bugs with
DREADME493 connection). This is rarely needed, but it may be useful
574 none attempt to connection as a null user (no name)