Searched refs:F_FLOCK (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h331 #define F_FLOCK 0x020 /* Use flock(2) semantics for lock */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c264 if (ap->a_flags & F_FLOCK)
555 if ((lock->lf_flags & F_FLOCK) &&
571 if ( !(lock->lf_flags & F_FLOCK))
H A Dkern_descrip.c4750 error = VNOP_ADVLOCK(vp, (caddr_t)fp->f_fglob, F_UNLCK, &lf, F_FLOCK, ctx);
4768 error = VNOP_ADVLOCK(vp, (caddr_t)fp->f_fglob, F_SETLK, &lf, F_FLOCK, ctx);
4771 error = VNOP_ADVLOCK(vp, (caddr_t)fp->f_fglob, F_SETLK, &lf, F_FLOCK|F_WAIT, ctx);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c3288 error = VNOP_ADVLOCK(xvp, (caddr_t)xvp, F_SETLK, &lf, F_FLOCK|F_WAIT, context);
3303 error = VNOP_ADVLOCK(xvp, (caddr_t)xvp, F_UNLCK, &lf, F_FLOCK, context);
H A Dvfs_vnops.c1422 (void)VNOP_ADVLOCK(vp, (caddr_t)fg, F_UNLCK, &lf, F_FLOCK, ctx);
H A Dvfs_syscalls.c3066 type = F_FLOCK;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c622 type = F_FLOCK;
H A Dnfs4_vnops.c4313 style = (flags & F_FLOCK) ? NFS_FILE_LOCK_STYLE_FLOCK : NFS_FILE_LOCK_STYLE_POSIX;

Completed in 116 milliseconds