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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c435 if ((lock->lf_flags & F_POSIX) &&
436 (block->lf_flags & F_POSIX)) {
477 if ((waitblock->lf_flags & F_POSIX) == 0)
836 if (block->lf_flags & F_POSIX)
1146 if (lock->lf_flags & F_POSIX)
1194 if (lf->lf_flags & F_POSIX)
1206 if (blk->lf_flags & F_POSIX)
H A Dkern_descrip.c589 int i, tmp, error, error2, flg = F_POSIX;
788 F_POSIX, &context);
859 error = VNOP_ADVLOCK(vp, (caddr_t)p, F_GETLK, &fl, F_POSIX, &context);
3951 (void) VNOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &lf, F_POSIX, &context);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h259 #define F_POSIX 0x040 /* Use POSIX semantics for lock */ macro

Completed in 30 milliseconds