Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ksmbd/
Doplock.h19 #define SMB2_OPLOCK_LEVEL_LEASE 0xFF macro
Dsmb2pdu.c2581 if (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) in smb2_open()
3046 (req_op_level == SMB2_OPLOCK_LEVEL_LEASE && in smb2_open()
3053 if (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) { in smb2_open()
3176 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_LEASE; in smb2_open()
/linux-5.19.10/fs/smbfs_common/
Dsmb2pdu.h967 #define SMB2_OPLOCK_LEVEL_LEASE 0xFF macro
/linux-5.19.10/fs/cifs/
Dsmb2pdu.c2160 if (rsp->OplockLevel != SMB2_OPLOCK_LEVEL_LEASE) in smb2_parse_contexts()
2177 req->RequestedOplockLevel = SMB2_OPLOCK_LEVEL_LEASE; in add_lease_context()
Dsmb2ops.c944 if (o_rsp->OplockLevel == SMB2_OPLOCK_LEVEL_LEASE) { in open_cached_dir()