HomeSort by: relevance | last modified time | path
    Searched defs:lf_end (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
vfs_lockf.c 76 off_t lf_end; /* The byte # of the end of the lock (-1=EOF)*/ member in struct:lockf
147 "unknown", (intmax_t)lock->lf_start, (intmax_t)lock->lf_end);
170 "unknown", (intmax_t)lf->lf_start, (intmax_t)lf->lf_end);
182 (intmax_t)blk->lf_start, (intmax_t)blk->lf_end);
247 end = lock->lf_end;
270 if ((lf->lf_end != -1 && start > lf->lf_end) ||
283 if ((lf->lf_start == start) && (lf->lf_end == end)) {
293 ((lf->lf_end >= end) || (lf->lf_end == -1)))
    [all...]

Completed in 11 milliseconds