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

  /src/sys/fs/udf/
udf.h 314 uint32_t last_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
2045 last_possible_vat_location = context.last_ti.track_start +
2050 late_vat_loc = last_possible_vat_location;
2056 last_possible_vat_location);
2179 if (last_possible_vat_location - accepted_vat_loc > 16) {

Completed in 14 milliseconds