Searched refs:SMB2_OPLOCK_LEVEL_LEASE (Results 1 – 6 of 6) sorted by relevance
19 #define SMB2_OPLOCK_LEVEL_LEASE 0xFF macro
502 #define SMB2_OPLOCK_LEVEL_LEASE 0xFF macro
2559 if (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) in smb2_open()3021 (req_op_level == SMB2_OPLOCK_LEVEL_LEASE && in smb2_open()3028 if (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) { in smb2_open()3151 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_LEASE; in smb2_open()
705 #define SMB2_OPLOCK_LEVEL_LEASE 0xFF macro
2099 if (rsp->OplockLevel != SMB2_OPLOCK_LEVEL_LEASE) in smb2_parse_contexts()2116 req->RequestedOplockLevel = SMB2_OPLOCK_LEVEL_LEASE; in add_lease_context()
901 if (o_rsp->OplockLevel == SMB2_OPLOCK_LEVEL_LEASE) { in open_cached_dir()