Lines Matching refs:mark_smb_session
207 bool mark_smb_session) in cifs_mark_tcp_ses_conns_for_reconnect() argument
231 mark_smb_session = true; in cifs_mark_tcp_ses_conns_for_reconnect()
257 if (!mark_smb_session && cifs_chan_needs_reconnect(ses, server)) { in cifs_mark_tcp_ses_conns_for_reconnect()
262 if (mark_smb_session) in cifs_mark_tcp_ses_conns_for_reconnect()
271 if (!mark_smb_session && !CIFS_ALL_CHANS_NEED_RECONNECT(ses)) { in cifs_mark_tcp_ses_conns_for_reconnect()
389 bool mark_smb_session) in __cifs_reconnect() argument
396 cifs_mark_tcp_ses_conns_for_reconnect(server, mark_smb_session); in __cifs_reconnect()
576 int cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session) in cifs_reconnect() argument
581 return __cifs_reconnect(server, mark_smb_session); in cifs_reconnect()
588 int cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session) in cifs_reconnect() argument
590 return __cifs_reconnect(server, mark_smb_session); in cifs_reconnect()