Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb2misc.c498 if (command == SMB2_LOCK_HE) in ksmbd_smb2_check_message()
H A Dsmb2pdu.c908 if (cmd != SMB2_LOCK_HE) in smb2_session_expired_cmd_allowed()
/linux/fs/smb/common/
H A Dsmb2pdu.h31 #define SMB2_LOCK_HE 0x000A macro
53 #define SMB2_LOCK cpu_to_le16(SMB2_LOCK_HE)
/linux/fs/smb/client/
H A Dsmb2ops.c1456 atomic_read(&sent[SMB2_LOCK_HE]), in smb2_print_stats()
1457 atomic_read(&failed[SMB2_LOCK_HE])); in smb2_print_stats()
H A Dsmb2pdu.c6380 cifs_stats_fail_inc(tcon, SMB2_LOCK_HE); in smb2_lockv()