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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c410 if (lock->lf_type == F_WRLCK)
503 lock->lf_type == F_WRLCK) {
509 lock->lf_type = F_WRLCK;
602 overlap->lf_type == F_WRLCK)
642 overlap->lf_type == F_WRLCK) {
873 if ((lock->lf_type == F_WRLCK || overlap->lf_type == F_WRLCK))
1154 lock->lf_type == F_WRLCK ? "exclusive" :
1160 lock->lf_type == F_WRLCK ? "exclusive" :
1201 lf->lf_type == F_WRLCK
[all...]
H A Dkern_descrip.c774 case F_WRLCK:
833 case F_WRLCK:
4120 lf.l_type = F_WRLCK;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h255 #define F_WRLCK 3 /* exclusive or write lock */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_lock.c1062 msgreq->lmr_msg.lm_fl.l_type = F_WRLCK;
H A Dnfs_syscalls.c585 lf.l_type = F_WRLCK;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c2369 locktype = (fileflags & O_EXLOCK) ? F_WRLCK : F_RDLCK;
3072 lf.l_type = locktype; /* F_WRLCK or F_RDLCK */
H A Dvfs_syscalls.c2179 lf.l_type = F_WRLCK;

Completed in 38 milliseconds