Searched refs:F_WAIT (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h330 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c473 if ((lock->lf_flags & F_WAIT) == 0) {
H A Dkern_descrip.c846 flg |= F_WAIT;
4771 error = VNOP_ADVLOCK(vp, (caddr_t)fp->f_fglob, F_SETLK, &lf, F_FLOCK|F_WAIT, ctx);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c624 type |= F_WAIT;
H A Dnfs4_vnops.c4358 if ((op == F_SETLK) && (flags & F_WAIT))
/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);
H A Dvfs_syscalls.c3068 type |= F_WAIT;

Completed in 199 milliseconds