Home
last modified time | relevance | path

Searched refs:lf_start (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_lockf.c556 lock->lf_start = start; in lf_advlockasync()
699 KASSERT((lock->lf_start in lf_advlockasync()
839 return (x->lf_start <= y->lf_end && x->lf_end >= y->lf_start); in lf_overlaps()
1092 if (lf->lf_start > lock->lf_start) { in lf_insert_lock()
1165 lock->lf_start = new_start; in lf_set_start()
1574 fl->l_start = block->lf_start; in lf_getlock()
1607 && reallock->lf_start == lock->lf_start in lf_cancel()
1701 start = lock->lf_start; in lf_findoverlap()
1706 if (lf->lf_start > end) in lf_findoverlap()
1810 if (lock1->lf_start == lock2->lf_start) { in lf_split()
[all …]
/freebsd/sys/sys/
H A Dlockf.h73 off_t lf_start; /* (s) Byte # of the start of the lock */ member