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); 356 bool from_reconnect, bool disable_mchan);
|
| H A D | smb2pdu.c | 170 bool from_reconnect, bool disable_mchan) in cifs_chan_skip_or_disable() argument 197 cifs_put_tcp_session(server, from_reconnect); in cifs_chan_skip_or_disable() 227 bool from_reconnect, bool disable_mchan) in smb3_update_ses_channels() argument 237 rc = cifs_chan_skip_or_disable(ses, server, from_reconnect, disable_mchan); in smb3_update_ses_channels() 242 rc = cifs_chan_skip_or_disable(ses, server, from_reconnect, disable_mchan); in smb3_update_ses_channels() 250 struct TCP_Server_Info *server, bool from_reconnect) in smb2_reconnect() argument 390 from_reconnect, true /* disable_mchan */); in smb2_reconnect() 473 from_reconnect, in smb2_reconnect() 486 smb3_update_ses_channels(ses, server, from_reconnect, in smb2_reconnect()
|
| H A D | connect.c | 1695 cifs_put_tcp_session(struct TCP_Server_Info *server, int from_reconnect) in cifs_put_tcp_session() argument 1713 if (from_reconnect) in cifs_put_tcp_session() 1726 cifs_put_tcp_session(server->primary_server, from_reconnect); in cifs_put_tcp_session()
|