Searched refs:SMB2_OPLOCK_LEVEL_NONE (Results 1 – 9 of 9) sorted by relevance
42 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in alloc_opinfo()299 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in opinfo_write_to_none()321 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in opinfo_read_to_none()472 opinfo_new->level = SMB2_OPLOCK_LEVEL_NONE; in grant_none_oplock()579 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in wait_for_break_ack()679 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_NONE; in __smb2_oplock_break_noti()741 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in smb2_oplock_break_noti()849 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in smb2_lease_break_noti()1108 if (opinfo->o_lease->state != SMB2_OPLOCK_LEVEL_NONE && in smb_send_parent_lease_break_noti()1120 oplock_break(opinfo, SMB2_OPLOCK_LEVEL_NONE, NULL); in smb_send_parent_lease_break_noti()[all …]
2327 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_NONE; in create_smb2_pipe()8642 if (opinfo->level == SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8656 req_oplevel != SMB2_OPLOCK_LEVEL_NONE)) { in smb20_oplock_break_ack()8660 req_oplevel != SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8664 req_oplevel == SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8672 req_oplevel == SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8675 req_oplevel == SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8691 rsp_oplevel = SMB2_OPLOCK_LEVEL_NONE; in smb20_oplock_break_ack()8695 rsp_oplevel = SMB2_OPLOCK_LEVEL_NONE; in smb20_oplock_break_ack()
64 {SMB2_OPLOCK_LEVEL_NONE, "OPLOCK_NONE"},
322 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb3_query_mf_symlink()384 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb3_create_mf_symlink()
888 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb3_qfs_tcon()933 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_qfs_tcon()963 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_is_path_accessible()1197 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_set_ea()1210 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_set_ea()1598 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_ioctl_query_info()1610 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_ioctl_query_info()2385 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb3_notify()2465 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_query_dir_first()2475 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_query_dir_first()[all …]
210 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_compound_op()233 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_compound_op()1101 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_unlink()
724 rsp->OplockLevel == SMB2_OPLOCK_LEVEL_NONE) in smb2_is_valid_oplock_break()
3005 req->RequestedOplockLevel = SMB2_OPLOCK_LEVEL_NONE; in smb311_posix_mkdir()3158 *oplock = SMB2_OPLOCK_LEVEL_NONE; in SMB2_open_init()3161 *oplock == SMB2_OPLOCK_LEVEL_NONE) in SMB2_open_init()
1050 #define SMB2_OPLOCK_LEVEL_NONE 0x00 macro