Home
last modified time | relevance | path

Searched refs:SMB_COM_LOCKING_ANDX (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/fs/cifs/
Dmisc.c306 if (smb->Command == SMB_COM_LOCKING_ANDX) in check_smb_hdr()
442 if (pSMB->hdr.Command != SMB_COM_LOCKING_ANDX) in is_valid_oplock_break()
Dcifsencrypt.c213 if (cifs_pdu->Command == SMB_COM_LOCKING_ANDX) { in cifs_verify_signature()
Dsmb1ops.c1262 .lock_cmd = cpu_to_le16(SMB_COM_LOCKING_ANDX),
Dcifssmb.c227 case SMB_COM_LOCKING_ANDX: in cifs_reconnect_tcon()
1897 rc = small_smb_init(SMB_COM_LOCKING_ANDX, 8, tcon, (void **) &pSMB); in cifs_lockv()
1944 rc = small_smb_init(SMB_COM_LOCKING_ANDX, 8, tcon, (void **) &pSMB); in CIFSSMBLock()
Dcifspdu.h33 #define SMB_COM_LOCKING_ANDX 0x24 /* trivial response */ macro