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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c601 if (lock->lf_type == F_RDLCK &&
641 if (lock->lf_type == F_RDLCK &&
1153 lock->lf_type == F_RDLCK ? "shared" :
1159 lock->lf_type == F_RDLCK ? "shared" :
1200 lf->lf_type == F_RDLCK ? "shared" :
1212 blk->lf_type == F_RDLCK ? "shared" :
H A Dkern_descrip.c762 case F_RDLCK:
831 case F_RDLCK:
4122 lf.l_type = F_RDLCK;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfcntl.h253 #define F_RDLCK 1 /* shared or read lock */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_lock.c1064 msgreq->lmr_msg.lm_fl.l_type = F_RDLCK;
H A Dnfs_syscalls.c587 lf.l_type = F_RDLCK;
/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.c2181 lf.l_type = F_RDLCK;

Completed in 65 milliseconds