search for: oplock_typ

Displaying 2 results from an estimated 2 matches for "oplock_typ".

Did you mean: oplock_type
2002 Mar 15
1
W2K and XP Offline files stopped working with 2.2.3a
Hi - It appears that Samba 2.2.3a broke Windows ability to use offline files from a Samba share. This used to work fine under 2.2.2. When a user syncs an offline folder, everything appears to work properly, but once disconnected, only a small portion of the files are visible in the offline folder, and the files are not accessible - they give strange error messages about files being read-only or
2023 Jan 24
2
oplocks, kernel oplocks, kernel share modes, .. - how it all works?
...oplock_request == LEASE_OPLOCK, granted=SMB2_LEASE_NONE. then further down is: 2781 if (oplock_request == LEASE_OPLOCK) { 2782 if (state.got_oplock) { 2783 granted &= ~SMB2_LEASE_HANDLE; 2784 } 2785 2786 fsp->oplock_type = LEASE_OPLOCK; 2787 2788 status = grant_fsp_lease(fsp, lck, lease, granted); 2789 if (!NT_STATUS_IS_OK(status)) { 2790 return status; 2791 2792 } 2793 2794 DBG_DEBUG("lease_state=%d\n", fsp->le...