Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcached_dir.c308 if (o_rsp->OplockLevel != SMB2_OPLOCK_LEVEL_LEASE) { in open_cached_dir()
H A Dsmb2inode.c246 oplock = SMB2_OPLOCK_LEVEL_LEASE; in smb2_compound_op()
H A Dsmb2pdu.c2407 if (rsp->OplockLevel != SMB2_OPLOCK_LEVEL_LEASE) in smb2_parse_contexts()
2425 req->RequestedOplockLevel = SMB2_OPLOCK_LEVEL_LEASE; in add_lease_context()
/linux/fs/smb/common/
H A Dsmb2pdu.h1054 #define SMB2_OPLOCK_LEVEL_LEASE 0xFF macro
/linux/fs/smb/server/
H A Dsmb2pdu.c2947 } else if (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) in smb2_open()
3415 (req_op_level == SMB2_OPLOCK_LEVEL_LEASE && in smb2_open()
3422 if (req_op_level == SMB2_OPLOCK_LEVEL_LEASE && lc) { in smb2_open()
3579 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_LEASE; in smb2_open()