Lines Matching refs:lo_first
990 ldumpp[cnt].ndlck_first = lop->lo_first;
1414 first = lop->lo_first;
1635 new_lop->lo_first, new_lop->lo_end, cfp, p);
2041 first = new_lop->lo_first;
2074 if (new_lop->lo_end > lop->lo_first &&
2075 new_lop->lo_first < lop->lo_end &&
2125 cfp->cl_first = lop->lo_first;
2173 first = new_lop->lo_first;
3625 /* Insert in increasing lo_first order */
3628 new_lop->lo_first <= lop->lo_first) {
3633 nlop->lo_first < new_lop->lo_first) {
3695 if (lop->lo_end >= new_lop->lo_first) {
3696 if (new_lop->lo_end < lop->lo_first) {
3705 (new_lop->lo_first <= lop->lo_first &&
3714 if (lop->lo_first < new_lop->lo_first)
3715 new_lop->lo_first = lop->lo_first;
3728 if (new_lop->lo_first <= lop->lo_first) {
3736 lop->lo_first = new_lop->lo_end;
3748 lop->lo_end = new_lop->lo_first;
3763 tmp = new_lop->lo_first;
3770 other_lop->lo_first = new_lop->lo_end;
5218 lop->lo_first = nvap->na_size;
5221 lop->lo_first = 0;
5489 } else if (first < lop->lo_first) {
5491 if (end <= lop->lo_first) {
5501 NFSLCK_UNLOCK, first, lop->lo_first, cfp,
5505 first = lop->lo_first;
5542 * lo_first value, but may have entries that overlap each other, for
5558 KASSERT(prevfirst <= lop->lo_first,
5560 KASSERT(lop->lo_first < lop->lo_end,
5562 prevfirst = lop->lo_first;
5563 if (first >= lop->lo_first &&
5571 else if (end > lop->lo_first &&
5572 lop->lo_first > first) {
5578 end = lop->lo_first;
5692 new_lop->lo_first = first;