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

/xnu-2422.115.4/bsd/kern/
H A Dkern_lockf.c266 lock->lf_type = fl->l_type;
379 ((*lf)->lf_type != lock->lf_type)) {
475 if (lock->lf_type == F_WRLCK)
569 lock->lf_type == F_WRLCK) {
570 lock->lf_type = F_UNLCK;
575 lock->lf_type = F_WRLCK;
703 if (lock->lf_type == F_RDLCK &&
704 overlap->lf_type == F_WRLCK)
706 overlap->lf_type
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dlockf.h94 short lf_type; /* Lock type: F_RDLCK, F_WRLCK */ member in struct:lockf
/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py1460 lockf_type = lockf.lf_type

Completed in 36 milliseconds