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

  /src/sys/kern/
vfs_lockf.c 75 off_t lf_start; /* The byte # of the start of the lock */ 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);
246 start = lock->lf_start;
271 (end != -1 && lf->lf_start > end)) {
277 if ((type & SELF) && end != -1 && lf->lf_start > end)
283 if ((lf->lf_start == start) && (lf->lf_end == end)) {
291 if ((lf->lf_start <= start) &&
301 if (start <= lf->lf_start &
    [all...]

Completed in 11 milliseconds