Home
last modified time | relevance | path

Searched refs:SES_NEW (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/fs/cifs/
Dtransport.c723 if (ses->ses_status == SES_NEW) { in allocate_mid()
1185 if ((ses->ses_status == SES_NEW) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) { in compound_send_recv()
1258 if ((ses->ses_status == SES_NEW) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) { in compound_send_recv()
Dsmb2transport.c772 if (ses->ses_status == SES_NEW) { in smb2_get_mid_entry()
Dmisc.c74 ret_buf->ses_status = SES_NEW; in sesInfoAlloc()
Dcifsglob.h127 SES_NEW = 0, enumerator
Dconnect.c4118 ses->ses_status != SES_NEW && in cifs_setup_session()