Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dtransport.c1202 if ((ses->ses_status == SES_NEW) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) { in compound_send_recv()
1276 if ((ses->ses_status == SES_NEW) || (optype & CIFS_NEG_OP) || (optype & CIFS_SESS_OP)) { in compound_send_recv()
H A Dcifsglob.h1892 #define CIFS_SESS_OP 0x2000 /* session setup request */ macro
H A Dsmb2ops.c101 ((optype & CIFS_OP_MASK) != CIFS_SESS_OP)) in smb2_add_credits()
H A Dsmb2pdu.c1561 CIFS_LOG_ERROR | CIFS_SESS_OP, &rsp_iov); in SMB2_sess_sendreceive()