Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2pdu.h681 #define SMB2_OPLOCK_LEVEL_LEASE 0xFF macro
H A Dsmb2pdu.c2044 if (rsp->OplockLevel != SMB2_OPLOCK_LEVEL_LEASE) in smb2_parse_contexts()
2061 req->RequestedOplockLevel = SMB2_OPLOCK_LEVEL_LEASE; in add_lease_context()
H A Dsmb2ops.c818 if (o_rsp->OplockLevel == SMB2_OPLOCK_LEVEL_LEASE) { in open_shroot()