Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_lockf.c128 #define LF_END(l) ((l)->lf_end == -1 ? OFF_MAX : (l)->lf_end)
301 lock->lf_end = end; in lf_advlock()
471 lock->lf_end = (*lf)->lf_end; in lf_coalesce_adjacent()
929 overlap->lf_end = lock->lf_start - 1; in lf_setlock()
1043 overlap->lf_end = unlock->lf_start - 1; in lf_clearlock()
1101 if (block->lf_end == -1 || in lf_getlock()
1353 lock1->lf_end = lock2->lf_start - 1; in lf_split()
1368 lock1->lf_end = lock2->lf_start - 1; in lf_split()
1480 (uint64_t)lock->lf_start, (uint64_t)lock->lf_end); in lf_print()
1486 (uint64_t)lock->lf_start, (uint64_t)lock->lf_end); in lf_print()
[all …]
/xnu-8020.101.4/bsd/sys/
H A Dlockf.h94 off_t lf_end; /* Byte # of the end of the lock (-1=EOF) */ member
/xnu-8020.101.4/tools/lldbmacros/
H A Dmemory.py1961 vnode_lock_output += ("{: #018x}\n").format(lockf.lf_end)