Searched refs:lf_start (Results 1 – 2 of 2) sorted by relevance
561 lock->lf_start = start; in lf_advlockasync()711 KASSERT((lock->lf_start in lf_advlockasync()852 return (x->lf_start <= y->lf_end && x->lf_end >= y->lf_start); in lf_overlaps()1105 if (lf->lf_start > lock->lf_start) { in lf_insert_lock()1178 lock->lf_start = new_start; in lf_set_start()1587 fl->l_start = block->lf_start; in lf_getlock()1620 && reallock->lf_start == lock->lf_start in lf_cancel()1714 start = lock->lf_start; in lf_findoverlap()1719 if (lf->lf_start > end) in lf_findoverlap()1823 if (lock1->lf_start == lock2->lf_start) { in lf_split()[all …]
76 off_t lf_start; /* (s) Byte # of the start of the lock */ member