Home | History | Annotate | Download | only in kern

Lines Matching defs:lf_start

75 	off_t	lf_start;	 /* The byte # of the start of the lock */
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 &&
311 if ((lf->lf_start < start) &&
320 if ((lf->lf_start > start) &&
353 if (lock1->lf_start == lock2->lf_start) {
354 lock1->lf_start = lock2->lf_end + 1;
359 lock1->lf_end = lock2->lf_start - 1;
374 splitlock->lf_start = lock2->lf_end + 1;
376 lock1->lf_end = lock2->lf_start - 1;
443 if (overlap->lf_start == unlock->lf_start) {
444 overlap->lf_start = unlock->lf_end + 1;
458 overlap->lf_end = unlock->lf_start - 1;
464 overlap->lf_start = unlock->lf_end + 1;
681 if (overlap->lf_start == lock->lf_start) {
684 overlap->lf_start = lock->lf_end + 1;
730 overlap->lf_end = lock->lf_start - 1;
744 overlap->lf_start = lock->lf_end + 1;
776 fl->l_start = block->lf_start;
780 fl->l_len = block->lf_end - block->lf_start + 1;
917 lock->lf_start = start;