Changes in uspace/srv/fs/udf/udf_file.h [c477c80:b1834a01] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_file.h
rc477c80 rb1834a01 99 99 uint16_t file_version_number; 100 100 uint8_t file_characteristics; 101 uint8_t leng th_file_id;101 uint8_t lenght_file_id; 102 102 udf_long_ad_t icb; 103 uint16_t leng th_iu;103 uint16_t lenght_iu; 104 104 uint8_t implementation_use[0]; 105 105 udf_dstring file_id[0]; … … 128 128 uint8_t record_format; 129 129 uint8_t record_display_attributes; 130 uint32_t record_leng th;131 uint64_t info_leng th;130 uint32_t record_lenght; 131 uint64_t info_lenght; 132 132 uint64_t lblocks_recorded; 133 133 udf_timestamp_t access_data_and_time; … … 138 138 udf_regid_t implementation_id; 139 139 uint64_t unique_id; 140 uint32_t ea_leng th;141 uint32_t ad_leng th;140 uint32_t ea_lenght; 141 uint32_t ad_lenght; 142 142 uint8_t extended_attributes [0]; 143 143 uint8_t allocation_descriptors[0]; … … 154 154 uint8_t record_format; 155 155 uint8_t record_display_attributes; 156 uint32_t record_leng th;157 uint64_t info_leng th;156 uint32_t record_lenght; 157 uint64_t info_lenght; 158 158 uint64_t object_size; 159 159 uint64_t lblocks_recorded; … … 166 166 udf_regid_t implementation_id; 167 167 uint64_t unique_id; 168 uint32_t ea_leng th;169 uint32_t ad_leng th;168 uint32_t ea_lenght; 169 uint32_t ad_lenght; 170 170 uint8_t extended_attributes [0]; 171 171 uint8_t allocation_descriptors[0]; … … 182 182 udf_descriptor_tag_t tag; 183 183 udf_icbtag_t icbtag; 184 uint32_t ad_leng th;184 uint32_t ad_lenght; 185 185 uint8_t allocation_descriptors[0]; 186 186 } __attribute__((packed)) udf_unallocated_space_entry_descriptor_t;
Note:
See TracChangeset
for help on using the changeset viewer.