Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dtransport.c1185 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()
Dcifsglob.h1837 #define CIFS_NEG_OP 0x0200 /* negotiate request */ macro
Dsmb2ops.c79 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0)) in smb2_add_credits()
96 ((optype & CIFS_OP_MASK) != CIFS_NEG_OP) && in smb2_add_credits()
Dsmb2pdu.c879 int flags = CIFS_NEG_OP; in SMB2_negotiate()