Searched refs:lf_type (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dlockf.h89 short lf_type; /* Lock type: F_RDLCK, F_WRLCK */ member in struct:lockf
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c267 lock->lf_type = fl->l_type;
330 ((*lf)->lf_type != lock->lf_type)) {
410 if (lock->lf_type == F_WRLCK)
503 lock->lf_type == F_WRLCK) {
504 lock->lf_type = F_UNLCK;
509 lock->lf_type = F_WRLCK;
601 if (lock->lf_type == F_RDLCK &&
602 overlap->lf_type == F_WRLCK)
604 overlap->lf_type
[all...]

Completed in 23 milliseconds