Searched refs:SMB2_OPLOCK_LEVEL_NONE (Results 1 – 7 of 7) sorted by relevance
43 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in alloc_opinfo()295 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in opinfo_write_to_none()317 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in opinfo_read_to_none()468 opinfo_new->level = SMB2_OPLOCK_LEVEL_NONE; in grant_none_oplock()575 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in wait_for_break_ack()674 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_NONE; in __smb2_oplock_break_noti()734 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in smb2_oplock_break_noti()850 opinfo->level = SMB2_OPLOCK_LEVEL_NONE; in smb2_lease_break_noti()1109 if (opinfo->o_lease->state != SMB2_OPLOCK_LEVEL_NONE && in smb_send_parent_lease_break_noti()1119 oplock_break(opinfo, SMB2_OPLOCK_LEVEL_NONE); in smb_send_parent_lease_break_noti()[all …]
2286 rsp->OplockLevel = SMB2_OPLOCK_LEVEL_NONE; in create_smb2_pipe()8350 if (opinfo->level == SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8364 req_oplevel != SMB2_OPLOCK_LEVEL_NONE)) { in smb20_oplock_break_ack()8368 req_oplevel != SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8372 req_oplevel == SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8380 req_oplevel == SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8383 req_oplevel == SMB2_OPLOCK_LEVEL_NONE) { in smb20_oplock_break_ack()8399 rsp_oplevel = SMB2_OPLOCK_LEVEL_NONE; in smb20_oplock_break_ack()8403 rsp_oplevel = SMB2_OPLOCK_LEVEL_NONE; in smb20_oplock_break_ack()
345 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb3_query_mf_symlink()407 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb3_create_mf_symlink()
847 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb3_qfs_tcon()892 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_qfs_tcon()922 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_is_path_accessible()1157 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_set_ea()1169 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_set_ea()1556 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_ioctl_query_info()1567 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_ioctl_query_info()2242 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb3_notify()2322 u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_query_dir_first()2332 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_query_dir_first()[all …]
185 __u8 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_compound_op()204 oplock = SMB2_OPLOCK_LEVEL_NONE; in smb2_compound_op()
2936 req->RequestedOplockLevel = SMB2_OPLOCK_LEVEL_NONE; in smb311_posix_mkdir()3083 *oplock = SMB2_OPLOCK_LEVEL_NONE; in SMB2_open_init()3086 *oplock == SMB2_OPLOCK_LEVEL_NONE) in SMB2_open_init()
1050 #define SMB2_OPLOCK_LEVEL_NONE 0x00 macro