Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_lockf.c128 #define LF_END(l) ((l)->lf_end == -1 ? OFF_MAX : (l)->lf_end)
302 lock->lf_end = end; in lf_advlock()
483 lock->lf_end = (*lf)->lf_end; in lf_coalesce_adjacent()
941 overlap->lf_end = lock->lf_start - 1; in lf_setlock()
1055 overlap->lf_end = unlock->lf_start - 1; in lf_clearlock()
1169 if (block->lf_end == -1 || in lf_getlock()
1421 lock1->lf_end = lock2->lf_start - 1; in lf_split()
1436 lock1->lf_end = lock2->lf_start - 1; in lf_split()
1548 (uint64_t)lock->lf_start, (uint64_t)lock->lf_end); in lf_print()
1554 (uint64_t)lock->lf_start, (uint64_t)lock->lf_end); in lf_print()
[all …]
/xnu-8792.41.9/bsd/sys/
H A Dlockf.h94 off_t lf_end; /* Byte # of the end of the lock (-1=EOF) */ member
/xnu-8792.41.9/tools/lldbmacros/
H A Dmemory.py2046 vnode_lock_output += ("{: #018x}\n").format(lockf.lf_end)