udf_subr.c | 2766 struct udf_oldvat_tail *oldvat_tl; local in function:udf_update_vat_descriptor 2805 oldvat_tl = (struct udf_oldvat_tail *) raw_vat; 2806 memset(oldvat_tl, 0, sizeof(struct udf_oldvat_tail)); 2808 udf_set_regid(&oldvat_tl->id, "*UDF Virtual Alloc Tbl"); 2809 udf_add_udf_regid(ump, &oldvat_tl->id); 2810 oldvat_tl->prev_vat = udf_rw32(0xffffffff); 2908 struct udf_oldvat_tail *oldvat_tl; local in function:udf_check_for_vat 2995 oldvat_tl = (struct udf_oldvat_tail *) raw_vat; 2996 regid_name = (char *) oldvat_tl->id.id;
|