Lines Matching defs:lf_end
76 off_t lf_end; /* The byte # of the end of the lock (-1=EOF)*/
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))) {
303 (lf->lf_end != -1 && end >= lf->lf_end))) {
312 ((lf->lf_end >= start) || (lf->lf_end == -1))) {
322 ((lf->lf_end > end) || (lf->lf_end == -1))) {
354 lock1->lf_start = lock2->lf_end + 1;
358 if (lock1->lf_end == lock2->lf_end) {
359 lock1->lf_end = lock2->lf_start - 1;
374 splitlock->lf_start = lock2->lf_end + 1;
376 lock1->lf_end = lock2->lf_start - 1;
444 overlap->lf_start = unlock->lf_end + 1;
458 overlap->lf_end = unlock->lf_start - 1;
464 overlap->lf_start = unlock->lf_end + 1;
684 overlap->lf_start = lock->lf_end + 1;
730 overlap->lf_end = lock->lf_start - 1;
744 overlap->lf_start = lock->lf_end + 1;
777 if (block->lf_end == -1)
780 fl->l_len = block->lf_end - block->lf_start + 1;
918 lock->lf_end = end;