/src/sbin/fsck_udf/ |
main.c | 2007 uint32_t vat_loc, early_vat_loc, late_vat_loc, accepted_vat_loc; local in function:udf_search_vat 2051 early_vat_loc = MAX(late_vat_loc - 16, first_possible_vat_location); 2063 vat_loc = early_vat_loc; 2066 early_vat_loc, late_vat_loc); 2152 late_vat_loc = early_vat_loc - 1; 2154 if (early_vat_loc == first_possible_vat_location) 2156 early_vat_loc = first_possible_vat_location; 2158 early_vat_loc = MAX(early_vat_loc, late_vat_loc - VAT_BLK);
|
main.c | 2007 uint32_t vat_loc, early_vat_loc, late_vat_loc, accepted_vat_loc; local in function:udf_search_vat 2051 early_vat_loc = MAX(late_vat_loc - 16, first_possible_vat_location); 2063 vat_loc = early_vat_loc; 2066 early_vat_loc, late_vat_loc); 2152 late_vat_loc = early_vat_loc - 1; 2154 if (early_vat_loc == first_possible_vat_location) 2156 early_vat_loc = first_possible_vat_location; 2158 early_vat_loc = MAX(early_vat_loc, late_vat_loc - VAT_BLK);
|
/src/sys/fs/udf/ |
udf_subr.c | 3079 uint32_t early_vat_loc, late_vat_loc, vat_loc; local in function:udf_search_vat 3093 early_vat_loc = MAX(late_vat_loc - 64, ump->first_possible_vat_location); 3095 DPRINTF(VOLUMES, ("\tfull range %d to %d\n", early_vat_loc, late_vat_loc)); 3098 vat_loc = early_vat_loc; 3100 early_vat_loc, late_vat_loc)); 3130 early_vat_loc = MAX(early_vat_loc - 64, ump->first_possible_vat_location); 3131 late_vat_loc = MIN(early_vat_loc + 64, ump->last_possible_vat_location);
|
udf_subr.c | 3079 uint32_t early_vat_loc, late_vat_loc, vat_loc; local in function:udf_search_vat 3093 early_vat_loc = MAX(late_vat_loc - 64, ump->first_possible_vat_location); 3095 DPRINTF(VOLUMES, ("\tfull range %d to %d\n", early_vat_loc, late_vat_loc)); 3098 vat_loc = early_vat_loc; 3100 early_vat_loc, late_vat_loc)); 3130 early_vat_loc = MAX(early_vat_loc - 64, ump->first_possible_vat_location); 3131 late_vat_loc = MIN(early_vat_loc + 64, ump->last_possible_vat_location);
|