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

/xnu-2422.115.4/bsd/kern/
H A Dkern_lockf.c262 lock->lf_start = start;
389 ((*lf)->lf_end + 1) == lock->lf_start) {
393 lock->lf_start = (*lf)->lf_start;
404 (lock->lf_end + 1) == (*lf)->lf_start) {
720 if (overlap->lf_start == lock->lf_start) {
723 overlap->lf_start = lock->lf_end + 1;
775 overlap->lf_end = lock->lf_start - 1;
789 overlap->lf_start
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dlockf.h95 off_t lf_start; /* Byte # of the start of the lock */ member in struct:lockf
/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py1492 vnode_lock_output += ("{: #018x} ..").format(lockf.lf_start)

Completed in 25 milliseconds