Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lockf.c562 lock->lf_end = end; in lf_advlockasync()
852 return (x->lf_start <= y->lf_end && x->lf_end >= y->lf_start); in lf_overlaps()
1194 lock->lf_end = new_end; in lf_set_end()
1621 && reallock->lf_end == lock->lf_end)) { in lf_cancel()
1715 end = lock->lf_end; in lf_findoverlap()
1741 if (start > lf->lf_end) { in lf_findoverlap()
1827 if (lock1->lf_end == lock2->lf_end) { in lf_split()
1898 if (lf->lf_end == OFF_MAX) in lf_iteratelocks_sysid()
1965 if (lf->lf_end == OFF_MAX) in lf_iteratelocks_vnode()
2510 if (lock->lf_end == OFF_MAX) in lf_print()
[all …]
/f-stack/freebsd/sys/
H A Dlockf.h77 off_t lf_end; /* (s) Byte # of the end of the lock (OFF_MAX=EOF) */ member