F_SETLEASE 26 source3/smbd/oplock_linux.c #ifndef F_SETLEASE F_SETLEASE 77 source3/smbd/oplock_linux.c ret = fcntl(fd, F_SETLEASE, leasetype); F_SETLEASE 80 source3/smbd/oplock_linux.c ret = fcntl(fd, F_SETLEASE, leasetype); F_SETLEASE 81 source4/ntvfs/sysdep/sys_lease_linux.c ret = fcntl(*fd, F_SETLEASE, F_UNLCK); F_SETLEASE 135 source4/ntvfs/sysdep/sys_lease_linux.c ret = fcntl(*fd, F_SETLEASE, F_WRLCK);