Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dtransport.c1155 if ((ses->status == CifsNew) || (optype & CIFS_NEG_OP)) { in compound_send_recv()
1223 if ((ses->status == CifsNew) || (optype & CIFS_NEG_OP)) { in compound_send_recv()
H A Dcifsglob.h1790 #define CIFS_NEG_OP 0x0200 /* negotiate request */ macro
H A Dsmb2ops.c73 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0)) in smb2_add_credits()
86 if (server->in_flight == 0 && (optype & CIFS_OP_MASK) != CIFS_NEG_OP) in smb2_add_credits()
H A Dsmb2pdu.c796 int flags = CIFS_NEG_OP; in SMB2_negotiate()
1271 CIFS_LOG_ERROR | CIFS_NEG_OP, &rsp_iov); in SMB2_sess_sendreceive()