Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dtransport.c1156 if ((ses->status == CifsNew) || (optype & CIFS_NEG_OP)) { in compound_send_recv()
1224 if ((ses->status == CifsNew) || (optype & CIFS_NEG_OP)) { in compound_send_recv()
H A Dcifsglob.h1793 #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.c801 int flags = CIFS_NEG_OP; in SMB2_negotiate()
1276 CIFS_LOG_ERROR | CIFS_NEG_OP, &rsp_iov); in SMB2_sess_sendreceive()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dtransport.c1197 if ((ses->ses_status == SES_NEW) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) { in compound_send_recv()
1271 if ((ses->ses_status == SES_NEW) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) { in compound_send_recv()
H A Dcifsglob.h1871 #define CIFS_NEG_OP 0x0200 /* negotiate request */ macro
H A Dsmb2ops.c81 if (((optype & CIFS_OP_MASK) == CIFS_NEG_OP) && (*val != 0)) in smb2_add_credits()
99 ((optype & CIFS_OP_MASK) != CIFS_NEG_OP) && in smb2_add_credits()
H A Dsmb2pdu.c1032 int flags = CIFS_NEG_OP; in SMB2_negotiate()

Completed in 39 milliseconds