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

/xnu-2782.1.97/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;
705 if (lock->lf_type == F_RDLCK &&
706 overlap->lf_type == F_WRLCK)
708 overlap->lf_type
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dlockf.h94 short lf_type; /* Lock type: F_RDLCK, F_WRLCK */ member in struct:lockf
/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py1503 lockf_type = lockf.lf_type

Completed in 82 milliseconds