Searched refs:from_reconnect (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsproto.h | 263 int from_reconnect);
|
H A D | connect.c | 2485 cifs_put_tcp_session(struct TCP_Server_Info *server, int from_reconnect) in cifs_put_tcp_session() argument 2502 if (from_reconnect) in cifs_put_tcp_session()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsproto.h | 301 int from_reconnect);
|
H A D | smb2pdu.c | 163 bool from_reconnect) in cifs_chan_skip_or_disable() 190 cifs_put_tcp_session(server, from_reconnect); in cifs_chan_skip_or_disable() 211 struct TCP_Server_Info *server, bool from_reconnect) in smb2_reconnect() 362 from_reconnect); in smb2_reconnect() 431 from_reconnect); in smb2_reconnect() 161 cifs_chan_skip_or_disable(struct cifs_ses *ses, struct TCP_Server_Info *server, bool from_reconnect) cifs_chan_skip_or_disable() argument 210 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, struct TCP_Server_Info *server, bool from_reconnect) smb2_reconnect() argument
|
H A D | connect.c | 1607 cifs_put_tcp_session(struct TCP_Server_Info *server, int from_reconnect) in cifs_put_tcp_session() argument 1627 if (from_reconnect) in cifs_put_tcp_session() 1640 cifs_put_tcp_session(server->primary_server, from_reconnect); in cifs_put_tcp_session()
|
Completed in 19 milliseconds