Home
last modified time | relevance | path

Searched refs:mark_smb_session (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/cifs/
Dconnect.c241 bool mark_smb_session) in cifs_mark_tcp_ses_conns_for_reconnect() argument
264 if (!mark_smb_session && cifs_chan_needs_reconnect(ses, server)) in cifs_mark_tcp_ses_conns_for_reconnect()
267 if (mark_smb_session) in cifs_mark_tcp_ses_conns_for_reconnect()
273 if (!mark_smb_session && !CIFS_ALL_CHANS_NEED_RECONNECT(ses)) in cifs_mark_tcp_ses_conns_for_reconnect()
383 bool mark_smb_session) in __cifs_reconnect() argument
390 cifs_mark_tcp_ses_conns_for_reconnect(server, mark_smb_session); in __cifs_reconnect()
566 int cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session) in cifs_reconnect() argument
572 return __cifs_reconnect(server, mark_smb_session); in cifs_reconnect()
579 return __cifs_reconnect(server, mark_smb_session); in cifs_reconnect()
586 int cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session) in cifs_reconnect() argument
[all …]
Dcifsproto.h135 bool mark_smb_session);
137 bool mark_smb_session);