Searched refs:SMB2_OPLOCK_LEVEL_LEASE (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/smb/server/
H A Doplock.h19 #define SMB2_OPLOCK_LEVEL_LEASE 0xFF macro
H A Dsmb2pdu.c2933 } else if (req_op_level == SMB2_OPLOCK_LEVEL_LEASE)
3400 (req_op_level == SMB2_OPLOCK_LEVEL_LEASE &&
3407 if (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) {
3563 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_LEASE;
/linux-master/fs/smb/client/
H A Dcached_dir.c308 if (o_rsp->OplockLevel != SMB2_OPLOCK_LEVEL_LEASE) {
H A Dsmb2inode.c246 oplock = SMB2_OPLOCK_LEVEL_LEASE;
H A Dsmb2pdu.c2385 if (rsp->OplockLevel != SMB2_OPLOCK_LEVEL_LEASE)
2403 req->RequestedOplockLevel = SMB2_OPLOCK_LEVEL_LEASE;
/linux-master/fs/smb/common/
H A Dsmb2pdu.h1020 #define SMB2_OPLOCK_LEVEL_LEASE 0xFF macro

Completed in 151 milliseconds