Home
last modified time | relevance | path

Searched refs:ses_status (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dtransport.c994 if ((ses->ses_status == SES_NEW) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) { in compound_send_recv()
1071 if ((ses->ses_status == SES_NEW) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) { in compound_send_recv()
H A Dcifsglob.h1068 enum ses_status_enum ses_status; /* updates protected by cifs_tcp_ses_lock */ member
2279 ret = ses->ses_status == SES_EXITING; in cifs_ses_exiting()
H A Dsmb2pdu.c285 if (ses->ses_status == SES_EXITING) { in smb2_reconnect()
363 ses->ses_status == SES_GOOD) { in smb2_reconnect()
1565 is_binding = (ses->ses_status == SES_GOOD); in SMB2_sess_alloc_buffer()
1739 is_binding = (ses->ses_status == SES_GOOD); in SMB2_auth_kerberos()
1876 is_binding = (ses->ses_status == SES_GOOD); in SMB2_sess_auth_rawntlmssp_negotiate()
1944 is_binding = (ses->ses_status == SES_GOOD); in SMB2_sess_auth_rawntlmssp_authenticate()
4284 if (ses->ses_status == SES_EXITING) { in smb2_reconnect_server()
H A Dmisc.c79 ret_buf->ses_status = SES_NEW; in sesInfoAlloc()