Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dtransport.c894 if ((ses->status == CifsNew) || (optype & CIFS_NEG_OP)) { in compound_send_recv()
965 if ((ses->status == CifsNew) || (optype & CIFS_NEG_OP)) { in compound_send_recv()
Dcifsglob.h1625 #define CIFS_NEG_OP 0x0200 /* negotiate request */ macro
Dsmb2pdu.c644 int flags = CIFS_NEG_OP; in SMB2_negotiate()
1094 CIFS_LOG_ERROR | CIFS_NEG_OP, &rsp_iov); in SMB2_sess_sendreceive()
Dsmb2ops.c84 if (server->in_flight == 0 && (optype & CIFS_OP_MASK) != CIFS_NEG_OP) in smb2_add_credits()