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()
700 <= LIST_NEXT(lock, lf_link)->lf_start), in lf_advlockasync()
840 return (x->lf_start <= y->lf_end && x->lf_end >= y->lf_start); in lf_overlaps()
982 * lf_start. in lf_add_outgoing()
984 if (overlap->lf_start > lock->lf_end) in lf_add_outgoing()
1079 * increasing values of lf_start.
1093 if (lf->lf_start > lock->lf_start) { in lf_insert_lock()
[all...]
/freebsd/sys/sys/
H A Dlockf.h73 off_t lf_start; /* (s) Byte # of the start of the lock */ member