Home
last modified time | relevance | path

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

/fs/cifs/
Dtransport.c736 if (ses->status == CifsNew) { in allocate_mid()
1188 if ((ses->status == CifsNew) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) { in compound_send_recv()
1256 if ((ses->status == CifsNew) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) { in compound_send_recv()
1546 (server->tcpStatus != CifsNew))); in SendReceiveBlockingLock()
1552 (server->tcpStatus == CifsNew))) { in SendReceiveBlockingLock()
Dmisc.c72 ret_buf->status = CifsNew; in sesInfoAlloc()
118 ret_buf->tidStatus = CifsNew; in tconInfoAlloc()
Dsmb2transport.c757 if (ses->status == CifsNew) { in smb2_get_mid_entry()
Dcifsglob.h111 CifsNew = 0, enumerator
Dconnect.c474 server->tcpStatus == CifsNew || in cifs_echo_request()
1480 tcp_ses->tcpStatus = CifsNew; in cifs_get_tcp_session()