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

/xnu-2782.1.97/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) {
722 if (overlap->lf_start == lock->lf_start) {
725 overlap->lf_start = lock->lf_end + 1;
777 overlap->lf_end = lock->lf_start - 1;
791 overlap->lf_start
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dlockf.h95 off_t lf_start; /* Byte # of the start of the lock */ member in struct:lockf
/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py1535 vnode_lock_output += ("{: #018x} ..").format(lockf.lf_start)

Completed in 85 milliseconds