Searched refs:F_GETLK (Results 1 – 11 of 11) sorted by relevance
69 if (fcntl(filedes, F_GETLK, &fl) == -1) in lockf()
150 #define F_GETLK 7 /* get record locking information */ macro
17 F_FSYNC64 F_GETFD F_GETFL F_GETLEASE F_GETLK F_GETLK64
37 F_GETFL F_GETLK F_OK F_RDLCK F_SETFD F_SETFL F_SETLK F_SETLKW F_UNLCK
1955 FD_CLOEXEC F_DUPFD F_GETFD F_GETFL F_GETLK F_OK F_RDLCK F_SETFD F_SETFL F_SETLK F_SETLKW F_UNLCK F_…
331 SCARG(&fca, cmd) = F_GETLK;
360 SCARG(&fca, cmd) = F_GETLK;
412 case F_GETLK: in print_fcntlcmd()
472 case F_GETLK:498 error = VOP_ADVLOCK(vp, (caddr_t)p, F_GETLK, &fl, F_POSIX);
213 case F_GETLK:
457 File locking using the C<F_GETLK> command to C<fcntl()> is a stub that