Searched refs:vat_contents (Results 1 – 2 of 2) sorted by relevance
2820 context.vat_contents = realloc(context.vat_contents, in udf_vat_update()2822 assert(context.vat_contents); in udf_vat_update()2825 vatpos = (uint32_t *) (context.vat_contents + context.vat_start); in udf_vat_update()2843 vathdr = (struct udf_vat *) context.vat_contents; in udf_append_VAT_file()2865 context.vat_contents = realloc(context.vat_contents, in udf_append_VAT_file()2867 assert(context.vat_contents); in udf_append_VAT_file()2871 oldvat_tail = (struct udf_oldvat_tail *) (context.vat_contents + in udf_append_VAT_file()3049 error = udf_write_phys(context.vat_contents, phys, sects); in udf_writeout_VAT()3922 vat_pos = context.vat_contents + vat_off; in udf_translate_vtop()4992 context.vat_contents = malloc(context.vat_allocated); in udf_do_newfs_prefix()[all …]
235 uint8_t *vat_contents; /* the VAT */ member