Home
last modified time | relevance | path

Searched refs:vat_table_alloc_len (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/fs/udf/
H A Dudf.h319 uint32_t vat_table_alloc_len; member
H A Dudf_subr.c2739 if (offset_high >= ump->vat_table_alloc_len) { in udf_vat_write()
2742 ump->vat_table_alloc_len + UDF_VAT_CHUNKSIZE, in udf_vat_write()
2749 ump->vat_table_alloc_len += UDF_VAT_CHUNKSIZE; in udf_vat_write()
2912 uint32_t vat_offset, vat_entries, vat_table_alloc_len; in udf_check_for_vat() local
2957 vat_table_alloc_len = in udf_check_for_vat()
2961 vat_table = malloc(vat_table_alloc_len, M_UDFVOLD, M_WAITOK); in udf_check_for_vat()
2964 vat_table_alloc_len); in udf_check_for_vat()
3056 ump->vat_table_alloc_len = vat_table_alloc_len; in udf_check_for_vat()