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

/linux-master/fs/smb/client/
H A Dtransport.c1202 if ((ses->ses_status == SES_NEW) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) {
1276 if ((ses->ses_status == SES_NEW) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) {
H A Dcifsglob.h1910 #define CIFS_NEG_OP 0x0200 /* negotiate request */ macro
H A Dsmb2ops.c82 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0))
100 ((optype & CIFS_OP_MASK) != CIFS_NEG_OP) &&
H A Dsmb2pdu.c1054 int flags = CIFS_NEG_OP;

Completed in 212 milliseconds