Searched refs:SMB2_OPLOCK_LEVEL_NONE (Results 1 – 9 of 9) sorted by relevance
43 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in alloc_opinfo()294 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in opinfo_write_to_none()316 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in opinfo_read_to_none()467 opinfo_new->level = SMB2_OPLOCK_LEVEL_NONE; in grant_none_oplock()574 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in wait_for_break_ack()674 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_NONE; in __smb2_oplock_break_noti()736 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in smb2_oplock_break_noti()844 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in smb2_lease_break_noti()1110 if (opinfo->o_lease->state != SMB2_OPLOCK_LEVEL_NONE && in smb_send_parent_lease_break_noti()1122 oplock_break(opinfo, SMB2_OPLOCK_LEVEL_NONE, NULL); in smb_send_parent_lease_break_noti()[all …]
2322 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_NONE; in create_smb2_pipe()8547 if (opinfo->level == SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8561 req_oplevel != SMB2_OPLOCK_LEVEL_NONE)) { in smb20_oplock_break_ack()8565 req_oplevel != SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8569 req_oplevel == SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8577 req_oplevel == SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8580 req_oplevel == SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8596 rsp_oplevel = SMB2_OPLOCK_LEVEL_NONE; in smb20_oplock_break_ack()8600 rsp_oplevel = SMB2_OPLOCK_LEVEL_NONE; in smb20_oplock_break_ack()
63 {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()
877 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb3_qfs_tcon()922 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_qfs_tcon()952 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_is_path_accessible()1186 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_set_ea()1199 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_set_ea()1587 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_ioctl_query_info()1599 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_ioctl_query_info()2368 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb3_notify()2448 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_query_dir_first()2458 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_query_dir_first()[all …]
185 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_compound_op()208 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_compound_op()1212 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_unlink()
723 rsp->OplockLevel == SMB2_OPLOCK_LEVEL_NONE) in smb2_is_valid_oplock_break()
2993 req->RequestedOplockLevel = SMB2_OPLOCK_LEVEL_NONE; in smb311_posix_mkdir()3145 *oplock = SMB2_OPLOCK_LEVEL_NONE; in SMB2_open_init()3148 *oplock == SMB2_OPLOCK_LEVEL_NONE) in SMB2_open_init()
1064 #define SMB2_OPLOCK_LEVEL_NONE 0x00 macro