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

  /src/sys/fs/udf/
udf.h 129 #define UDF_VAT_CHUNKSIZE (64*1024) /* picked */
udf_subr.c 2742 ump->vat_table_alloc_len + UDF_VAT_CHUNKSIZE,
2749 ump->vat_table_alloc_len += UDF_VAT_CHUNKSIZE;
2958 ((vat_length + UDF_VAT_CHUNKSIZE-1) / UDF_VAT_CHUNKSIZE)
2959 * UDF_VAT_CHUNKSIZE;

Completed in 41 milliseconds