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

  /src/sys/fs/udf/
udf.h 314 uint32_t last_possible_vat_location; member in struct:udf_mount
udf_subr.c 947 ump->last_possible_vat_location = track_end;
3092 late_vat_loc = ump->last_possible_vat_location;
3131 late_vat_loc = MIN(early_vat_loc + 64, ump->last_possible_vat_location);
  /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 19 milliseconds