Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dcifsglob.h1440 #define CIFS_NEG_OP 0x0200 /* negotiate request */ macro
Dsmb2pdu.c387 int flags = CIFS_NEG_OP; in SMB2_negotiate()
763 CIFS_LOG_ERROR | CIFS_NEG_OP); in SMB2_sess_setup()
Dsmb2ops.c74 if (server->in_flight == 0 && (optype & CIFS_OP_MASK) != CIFS_NEG_OP) in smb2_add_credits()