Searched refs:lf_start (Results 1 – 2 of 2) sorted by relevance
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()[all …]
73 off_t lf_start; /* (s) Byte # of the start of the lock */ member