Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2pdu.h569 #define SMB2_OPLOCK_LEVEL_LEASE 0xFF macro
Dsmb2pdu.c1932 if (rsp->OplockLevel != SMB2_OPLOCK_LEVEL_LEASE) in smb2_parse_contexts()
1949 req->RequestedOplockLevel = SMB2_OPLOCK_LEVEL_LEASE; in add_lease_context()
Dsmb2ops.c769 if (o_rsp->OplockLevel == SMB2_OPLOCK_LEVEL_LEASE) { in open_shroot()