Searched refs:udf_vat (Results 1 – 3 of 3) sorted by relevance
514 struct udf_vat { struct
2767 struct udf_vat *vat; in udf_update_vat_descriptor()2817 vat_length = sizeof(struct udf_vat); in udf_update_vat_descriptor()2818 vat = (struct udf_vat *) raw_vat; in udf_update_vat_descriptor()2907 struct udf_vat *vat; in udf_check_for_vat()3013 sizeof(struct udf_vat), 0, in udf_check_for_vat()3020 vat = (struct udf_vat *) raw_vat; in udf_check_for_vat()
2800 context.vat_start = offsetof(struct udf_vat, data); in udf_prepend_VAT_file()2801 context.vat_size = offsetof(struct udf_vat, data); in udf_prepend_VAT_file()2837 struct udf_vat *vathdr; in udf_append_VAT_file()2843 vathdr = (struct udf_vat *) context.vat_contents; in udf_append_VAT_file()2844 vathdr->header_len = udf_rw16(sizeof(struct udf_vat) - 1); in udf_append_VAT_file()