Searched refs:SMB2_OPLOCK_BREAK (Results 1 – 5 of 5) sorted by relevance
92 {le16_to_cpu(SMB2_OPLOCK_BREAK), "SMB2_OPLOCK_BREAK"},
887 rsp_hdr->Command = SMB2_OPLOCK_BREAK; in __smb2_oplock_break_noti()1040 rsp_hdr->Command = SMB2_OPLOCK_BREAK; in __smb2_lease_break_noti()
40 if (shdr->Command == SMB2_OPLOCK_BREAK) in check_smb2_hdr()736 if (rsp->hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break()
307 case SMB2_OPLOCK_BREAK: in smb2_reconnect()6025 rc = smb2_plain_req_init(SMB2_OPLOCK_BREAK, tcon, server, in SMB2_oplock_break()6436 rc = smb2_plain_req_init(SMB2_OPLOCK_BREAK, tcon, server, in SMB2_lease_break()
61 #define SMB2_OPLOCK_BREAK cpu_to_le16(SMB2_OPLOCK_BREAK_HE) macro