Lines Matching refs:lf_start
556 lock->lf_start = start; in lf_advlockasync()
699 KASSERT((lock->lf_start in lf_advlockasync()
700 <= LIST_NEXT(lock, lf_link)->lf_start), in lf_advlockasync()
839 return (x->lf_start <= y->lf_end && x->lf_end >= y->lf_start); in lf_overlaps()
983 if (overlap->lf_start > lock->lf_end) in lf_add_outgoing()
1092 if (lf->lf_start > lock->lf_start) { in lf_insert_lock()
1164 KASSERT(new_start >= lock->lf_start, ("can't increase lock")); in lf_set_start()
1165 lock->lf_start = new_start; in lf_set_start()
1279 lf_set_end(state, overlap, lock->lf_start - 1, in lf_activate_lock()
1574 fl->l_start = block->lf_start; in lf_getlock()
1578 fl->l_len = block->lf_end - block->lf_start + 1; in lf_getlock()
1607 && reallock->lf_start == lock->lf_start in lf_cancel()
1653 if (overlap->lf_start > lock->lf_end) in lf_getblock()
1701 start = lock->lf_start; in lf_findoverlap()
1706 if (lf->lf_start > end) in lf_findoverlap()
1737 if (lf->lf_start == start && lf->lf_end == end) { in lf_findoverlap()
1746 if (lf->lf_start <= start && lf->lf_end >= end) { in lf_findoverlap()
1755 if (start <= lf->lf_start && end >= lf->lf_end) { in lf_findoverlap()
1764 if (lf->lf_start < start && lf->lf_end >= start) { in lf_findoverlap()
1773 if (lf->lf_start > start && lf->lf_end > end) { in lf_findoverlap()
1810 if (lock1->lf_start == lock2->lf_start) { in lf_split()
1815 lf_set_end(state, lock1, lock2->lf_start - 1, granted); in lf_split()
1835 splitlock->lf_start = lock2->lf_end + 1; in lf_split()
1840 lf_set_end(state, lock1, lock2->lf_start - 1, granted); in lf_split()
1884 ldesc->fl.l_start = lf->lf_start; in lf_iteratelocks_sysid()
1889 lf->lf_end - lf->lf_start + 1; in lf_iteratelocks_sysid()
1951 ldesc->fl.l_start = lf->lf_start; in lf_iteratelocks_vnode()
1956 lf->lf_end - lf->lf_start + 1; in lf_iteratelocks_vnode()
2493 klf->kl.kl_start = lf->lf_start; in vfs_report_lockf()
2495 lf->lf_end - lf->lf_start + 1; in vfs_report_lockf()
2624 (intmax_t)lock->lf_start); in lf_print()
2650 "unknown", (intmax_t)lf->lf_start, (intmax_t)lf->lf_end); in lf_printlist()
2659 "unknown", (intmax_t)blk->lf_start, in lf_printlist()