Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dkern_lockf.c305 lock->lf_type = fl->l_type; in lf_advlock()
454 ((*lf)->lf_type != lock->lf_type)) { in lf_coalesce_adjacent()
547 if (lock->lf_type == F_WRLCK) { in lf_setlock()
715 lock->lf_type == F_WRLCK) { in lf_setlock()
716 lock->lf_type = F_UNLCK; in lf_setlock()
721 lock->lf_type = F_WRLCK; in lf_setlock()
870 if (lock->lf_type == F_RDLCK && in lf_setlock()
871 overlap->lf_type == F_WRLCK) { in lf_setlock()
874 overlap->lf_type = lock->lf_type; in lf_setlock()
884 if (overlap->lf_type == lock->lf_type) { in lf_setlock()
[all …]
/xnu-8792.61.2/bsd/sys/
H A Dlockf.h89 short lf_type; /* Lock type: F_RDLCK, F_WRLCK */ member
/xnu-8792.61.2/tools/lldbmacros/
H A Dmemory.py2011 lockf_type = lockf.lf_type