HomeSort by: relevance | last modified time | path
    Searched defs:first_possible_vat_location (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/udf/
udf.h 313 uint32_t first_possible_vat_location; member in struct:udf_mount
  /src/sbin/fsck_udf/
main.c 2008 uint32_t first_possible_vat_location, last_possible_vat_location; local in function:udf_search_vat
2044 first_possible_vat_location = context.first_ti_partition.track_start;
2051 early_vat_loc = MAX(late_vat_loc - 16, first_possible_vat_location);
2055 first_possible_vat_location,
2154 if (early_vat_loc == first_possible_vat_location)
2156 early_vat_loc = first_possible_vat_location;
2159 } while (late_vat_loc > first_possible_vat_location);

Completed in 15 milliseconds