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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h360 #define F_WAIT 0x010 /* Wait until lock is granted */ macro
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_lockf.c485 if ((lock->lf_flags & F_WAIT) == 0) {
H A Dkern_descrip.c947 flg |= F_WAIT;
5149 error = VNOP_ADVLOCK(vp, (caddr_t)fp->f_fglob, F_SETLK, &lf, F_FLOCK|F_WAIT, ctx, NULL);
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_syscalls.c702 type |= F_WAIT;
H A Dnfs4_vnops.c4364 if ((op == F_SETLK) && (flags & F_WAIT))
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c3316 error = VNOP_ADVLOCK(xvp, (caddr_t)xvp, F_SETLK, &lf, F_FLOCK|F_WAIT, context, NULL);
H A Dvfs_syscalls.c3377 type |= F_WAIT;
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_vnops.c5860 timo = (flags & F_WAIT) ? -1 : 0;
5915 * F_WAIT is set we should sleep until the other flock

Completed in 233 milliseconds