Home | History | Annotate | Download | only in fsck_udf

Lines Matching defs:shadow_vat_contents

185 uint8_t *shadow_vat_contents;
3786 shadow_vat_pos = shadow_vat_contents + context.vat_start + i*4;
3802 shadow_vat_contents = calloc(1, context.vat_allocated);
3803 assert(shadow_vat_contents);
3804 memcpy(shadow_vat_contents, context.vat_contents, context.vat_size);
3808 vat_pos = shadow_vat_contents + context.vat_start + i*4;
3835 shadow_vat_pos = shadow_vat_contents + context.vat_start + i*4;
3840 memcpy(context.vat_contents, shadow_vat_contents, context.vat_size);
4181 free(shadow_vat_contents);
4182 shadow_vat_contents = NULL;