Home
last modified time | relevance | path

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

/xnu-12377.61.12/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()
480 lock->lf_end = (*lf)->lf_end; in lf_coalesce_adjacent()
938 overlap->lf_end = lock->lf_start - 1; in lf_setlock()
1052 overlap->lf_end = unlock->lf_start - 1; in lf_clearlock()
1166 if (block->lf_end == -1 || in lf_getlock()
1418 lock1->lf_end = lock2->lf_start - 1; in lf_split()
1433 lock1->lf_end = lock2->lf_start - 1; in lf_split()
1545 (uint64_t)lock->lf_start, (uint64_t)lock->lf_end); in lf_print()
1551 (uint64_t)lock->lf_start, (uint64_t)lock->lf_end); in lf_print()
[all …]
/xnu-12377.61.12/bsd/sys/
H A Dlockf.h94 off_t lf_end; /* Byte # of the end of the lock (-1=EOF) */ member
/xnu-12377.61.12/tools/lldbmacros/
H A Dmemory.py1907 vnode_lock_output += ("{: #018x}\n").format(lockf.lf_end)