Home
last modified time | relevance | path

Searched refs:late_vat_loc (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/udf/
H A Dudf_subr.c3023 uint32_t early_vat_loc, late_vat_loc, vat_loc; in udf_search_vat() local
3036 late_vat_loc = ump->last_possible_vat_location; in udf_search_vat()
3037 early_vat_loc = MAX(late_vat_loc - 64, ump->first_possible_vat_location); in udf_search_vat()
3039 DPRINTF(VOLUMES, ("\tfull range %d to %d\n", early_vat_loc, late_vat_loc)); in udf_search_vat()
3044 early_vat_loc, late_vat_loc)); in udf_search_vat()
3069 } while (vat_loc < late_vat_loc); in udf_search_vat()
3074 late_vat_loc = MIN(early_vat_loc + 64, ump->last_possible_vat_location); in udf_search_vat()
3075 } while (late_vat_loc > ump->first_possible_vat_location); in udf_search_vat()