Home | History | Annotate | Download | only in newfs_udf

Lines Matching refs:vat

1448 		/* add VAT virtual mapping; reflects on datapart */
2793 /* old style VAT has no prepend */
2840 /* new style VAT has VAT LVInt analog in front */
2858 /* old style VAT has identifier appended */
2860 /* append "*UDF Virtual Alloc Tbl" id and prev. VAT location */
2900 /* old style VAT */
2906 /* append VAT LVExtension attribute */
2915 implext->hdr.a_l = udf_rw32(ea_len); /* VAT LVext EA size */
2918 udf_set_regid(&implext->imp_id, "*UDF VAT LVExtension");
2921 /* VAT LVExtension data follows UDF IU space */
2949 /* update vat descriptor's CRC length */
2956 /* the choice is between an EFE or an FE as VAT */
2960 /* new style VAT on FE */
2990 /* new style VAT on EFE */
3039 /* write out VAT data */
3042 layout.vat = context.alloc_pos[context.data_part];
3044 //printf("layout.vat %d\n", layout.vat + udf_rw32(context.partitions[context.data_part]->start_loc));
3054 /* create new VAT descriptor */
3059 //printf("VAT data at %d\n", vatdata.loc.lb_num);
3060 //printf("VAT itself at %d\n", loc + udf_rw32(context.partitions[context.data_part]->start_loc));
3918 /* only maps one logical block, lookup in VAT */
4410 /* have to use VAT for overwriting */
4570 * VAT
4989 /* create VAT if needed */
5106 /* create and writeout a VAT */