Home
last modified time | relevance | path

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

/netbsd-src/sbin/newfs_udf/
H A Dudf_core.c2836 struct udf_oldvat_tail *oldvat_tail; in udf_append_VAT_file() local
2871 oldvat_tail = (struct udf_oldvat_tail *) (context.vat_contents + in udf_append_VAT_file()
2874 udf_set_regid(&oldvat_tail->id, "*UDF Virtual Alloc Tbl"); in udf_append_VAT_file()
2875 udf_add_udf_regid(&oldvat_tail->id); in udf_append_VAT_file()
2876 oldvat_tail->prev_vat = udf_rw32(UDF_NO_PREV_VAT); in udf_append_VAT_file()