Searched refs:SMB2_OPLOCK_LEVEL_LEASE (Results 1 – 5 of 5) sorted by relevance
19 #define SMB2_OPLOCK_LEVEL_LEASE 0xFF macro
2602 if (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) in smb2_open()3062 (req_op_level == SMB2_OPLOCK_LEVEL_LEASE && in smb2_open()3069 if (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) { in smb2_open()3193 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_LEASE; in smb2_open()
233 if (o_rsp->OplockLevel != SMB2_OPLOCK_LEVEL_LEASE) in open_cached_dir()
2176 if (rsp->OplockLevel != SMB2_OPLOCK_LEVEL_LEASE) in smb2_parse_contexts()2193 req->RequestedOplockLevel = SMB2_OPLOCK_LEVEL_LEASE; in add_lease_context()
967 #define SMB2_OPLOCK_LEVEL_LEASE 0xFF macro