ovh 524 kern/subr_extent.c u_long newstart, newend, exend, beststart, bestovh, ovh; ovh 709 kern/subr_extent.c ovh = rp->er_start - newstart - size; ovh 710 kern/subr_extent.c if ((flags & EX_FAST) || (ovh == 0)) ovh 717 kern/subr_extent.c if ((bestovh == 0) || (ovh < bestovh)) { ovh 718 kern/subr_extent.c bestovh = ovh; ovh 804 kern/subr_extent.c ovh = exend - newstart - (size - 1); ovh 805 kern/subr_extent.c if ((flags & EX_FAST) || (ovh == 0)) ovh 812 kern/subr_extent.c if ((bestovh == 0) || (ovh < bestovh)) { ovh 813 kern/subr_extent.c bestovh = ovh;