Searched refs:CIFS_NEG_OP (Results 1 – 4 of 4) sorted by relevance
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()
1722 #define CIFS_NEG_OP 0x0200 /* negotiate request */ macro
76 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0)) in smb2_add_credits()90 ((optype & CIFS_OP_MASK) != CIFS_NEG_OP) && in smb2_add_credits()
845 int flags = CIFS_NEG_OP; in SMB2_negotiate()