Searched refs:F_POSIX (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c488 if ((lock->lf_flags & F_POSIX) &&
489 (block->lf_flags & F_POSIX)) {
530 if ((waitblock->lf_flags & F_POSIX) == 0)
889 if (block->lf_flags & F_POSIX)
930 (overlap->lf_flags & F_POSIX) != 0 &&
1233 if (lock->lf_flags & F_POSIX)
1281 if (lf->lf_flags & F_POSIX)
1293 if (blk->lf_flags & F_POSIX)
H A Dkern_descrip.c679 int i, tmp, error, error2, flg = F_POSIX;
915 F_POSIX, &context);
991 error = VNOP_ADVLOCK(vp, (caddr_t)p, uap->cmd, &fl, F_POSIX, &context);
4579 (void) VNOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &lf, F_POSIX, &context);
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h332 #define F_POSIX 0x040 /* Use POSIX semantics for lock */ macro

Completed in 84 milliseconds