Lines Matching refs:ex_end
305 ex->ex_end = end; in extent_create()
498 if ((start < ex->ex_start) || (end > ex->ex_end)) { in extent_alloc_region()
501 ex->ex_name, ex->ex_start, ex->ex_end); in extent_alloc_region()
639 if ((substart < ex->ex_start) || (substart > ex->ex_end) || in extent_alloc_subregion1()
640 (subend > ex->ex_end) || (subend < ex->ex_start)) { in extent_alloc_subregion1()
642 "ex_end 0x%lx\n", ex->ex_name, ex->ex_start, ex->ex_end); in extent_alloc_subregion1()
714 exend = ex->ex_end; in extent_alloc_subregion1()
727 ex->ex_name, ex->ex_start, ex->ex_end, alignment); in extent_alloc_subregion1()
789 newstart, newend, ex->ex_start, ex->ex_end, in extent_alloc_subregion1()
795 dontcross = ex->ex_end; in extent_alloc_subregion1()
815 if (newstart + size - 1 > ex->ex_end || in extent_alloc_subregion1()
884 newstart, newend, ex->ex_start, ex->ex_end, in extent_alloc_subregion1()
890 dontcross = ex->ex_end; in extent_alloc_subregion1()
910 if (newstart + size - 1 > ex->ex_end || in extent_alloc_subregion1()
1005 return (extent_alloc_subregion1(ex, ex->ex_start, ex->ex_end, in extent_alloc()
1015 return (extent_alloc_subregion1(ex, ex->ex_start, ex->ex_end, in extent_alloc1()
1036 if ((start < ex->ex_start) || (end > ex->ex_end)) { in extent_free()
1177 ex->ex_start, ex->ex_end, ex->ex_flags); in extent_print()