Searched refs:req_op_level (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ksmbd/ |
| A D | oplock.c | 578 else if (!opinfo->is_lease && opinfo->level <= req_op_level) in oplock_break_pending() 582 if (!opinfo->is_lease && opinfo->level <= req_op_level) { in oplock_break_pending() 870 err = oplock_break_pending(brk_opinfo, req_op_level); in oplock_break() 904 err = oplock_break_pending(brk_opinfo, req_op_level); in oplock_break() 1083 int smb_grant_oplock(struct ksmbd_work *work, int req_op_level, u64 pid, in smb_grant_oplock() argument 1117 req_op_level = SMB2_OPLOCK_LEVEL_NONE; in smb_grant_oplock() 1171 if (req_op_level != SMB2_OPLOCK_LEVEL_NONE) in smb_grant_oplock() 1172 req_op_level = SMB2_OPLOCK_LEVEL_II; in smb_grant_oplock() 1177 req_op_level = SMB2_OPLOCK_LEVEL_NONE; in smb_grant_oplock() 1180 req_op_level = SMB2_OPLOCK_LEVEL_II; in smb_grant_oplock() [all …]
|
| A D | oplock.h | 95 int smb_grant_oplock(struct ksmbd_work *work, int req_op_level,
|
| A D | smb2pdu.c | 2496 int req_op_level = 0, open_flags = 0, may_flags = 0, file_info = 0; in smb2_open() local 2575 req_op_level = req->RequestedOplockLevel; in smb2_open() 2576 if (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) in smb2_open() 3042 (req_op_level == SMB2_OPLOCK_LEVEL_LEASE && in smb2_open() 3049 if (req_op_level == SMB2_OPLOCK_LEVEL_LEASE) { in smb2_open() 3050 req_op_level = smb2_map_lease_to_oplock(lc->req_state); in smb2_open() 3053 name, req_op_level, lc->req_state); in smb2_open() 3058 (req_op_level == SMB2_OPLOCK_LEVEL_BATCH || in smb2_open() 3059 req_op_level == SMB2_OPLOCK_LEVEL_EXCLUSIVE)) in smb2_open() 3060 req_op_level = SMB2_OPLOCK_LEVEL_II; in smb2_open() [all …]
|
Completed in 18 milliseconds