Searched refs:udf_oldvat_tail (Results 1 – 3 of 3) sorted by relevance
507 struct udf_oldvat_tail { struct
2766 struct udf_oldvat_tail *oldvat_tl; in udf_update_vat_descriptor()2805 oldvat_tl = (struct udf_oldvat_tail *) raw_vat; in udf_update_vat_descriptor()2806 memset(oldvat_tl, 0, sizeof(struct udf_oldvat_tail)); in udf_update_vat_descriptor()2814 sizeof(struct udf_oldvat_tail), ump->vat_entries * 4); in udf_update_vat_descriptor()2908 struct udf_oldvat_tail *oldvat_tl; in udf_check_for_vat()2987 sizeof(struct udf_oldvat_tail), in udf_check_for_vat()2995 oldvat_tl = (struct udf_oldvat_tail *) raw_vat; in udf_check_for_vat()
2836 struct udf_oldvat_tail *oldvat_tail; in udf_append_VAT_file()2863 if (len_diff < (int32_t) sizeof(struct udf_oldvat_tail)) { in udf_append_VAT_file()2871 oldvat_tail = (struct udf_oldvat_tail *) (context.vat_contents + in udf_append_VAT_file()2878 context.vat_size += sizeof(struct udf_oldvat_tail); in udf_append_VAT_file()