Home
last modified time | relevance | path

Searched refs:SMB2_OPLOCK_BREAK_HE (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/fs/cifs/
Dsmb2misc.c212 if (command != SMB2_OPLOCK_BREAK_HE && (shdr->Status == 0 || in smb2_check_message()
218 } else if (command == SMB2_OPLOCK_BREAK_HE in smb2_check_message()
245 if (calc_len + 24 == len && command == SMB2_OPLOCK_BREAK_HE) in smb2_check_message()
691 smb2_rsp_struct_sizes[SMB2_OPLOCK_BREAK_HE]) { in smb2_is_valid_oplock_break()
Dsmb2pdu.c5266 cifs_stats_fail_inc(tcon, SMB2_OPLOCK_BREAK_HE); in SMB2_oplock_break()
5651 cifs_stats_fail_inc(tcon, SMB2_OPLOCK_BREAK_HE); in SMB2_lease_break()
Dsmb2ops.c1259 atomic_read(&sent[SMB2_OPLOCK_BREAK_HE]), in smb2_print_stats()
1260 atomic_read(&failed[SMB2_OPLOCK_BREAK_HE])); in smb2_print_stats()
/Linux-v6.1/fs/ksmbd/
Dsmb2misc.c380 if (command != SMB2_OPLOCK_BREAK_HE && in ksmbd_smb2_check_message()
387 } else if (command == SMB2_OPLOCK_BREAK_HE && in ksmbd_smb2_check_message()
Dsmb2ops.c189 [SMB2_OPLOCK_BREAK_HE] = { .proc = smb2_oplock_break},
Dsmb2pdu.c8269 command != SMB2_OPLOCK_BREAK_HE) in smb2_is_sign_req()
/Linux-v6.1/fs/smbfs_common/
Dsmb2pdu.h36 #define SMB2_OPLOCK_BREAK_HE 0x0012 macro
57 #define SMB2_OPLOCK_BREAK cpu_to_le16(SMB2_OPLOCK_BREAK_HE)