Searched refs:from_reconnect (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifsproto.h | 275 void cifs_put_tcp_session(struct TCP_Server_Info *server, int from_reconnect); 359 bool from_reconnect, bool disable_mchan);
|
| H A D | smb2pdu.c | 171 bool from_reconnect, bool disable_mchan) in cifs_chan_skip_or_disable() argument 198 cifs_put_tcp_session(server, from_reconnect); in cifs_chan_skip_or_disable() 228 bool from_reconnect, bool disable_mchan) in smb3_update_ses_channels() argument 238 rc = cifs_chan_skip_or_disable(ses, server, from_reconnect, disable_mchan); in smb3_update_ses_channels() 243 rc = cifs_chan_skip_or_disable(ses, server, from_reconnect, disable_mchan); in smb3_update_ses_channels() 251 struct TCP_Server_Info *server, bool from_reconnect) in smb2_reconnect() argument 391 from_reconnect, true /* disable_mchan */); in smb2_reconnect() 474 from_reconnect, in smb2_reconnect() 487 smb3_update_ses_channels(ses, server, from_reconnect, in smb2_reconnect()
|
| H A D | connect.c | 1696 cifs_put_tcp_session(struct TCP_Server_Info *server, int from_reconnect) in cifs_put_tcp_session() argument 1714 if (from_reconnect) in cifs_put_tcp_session() 1727 cifs_put_tcp_session(server->primary_server, from_reconnect); in cifs_put_tcp_session()
|