Changeset c477c80 in mainline for uspace/srv/fs/udf/udf_file.h
- Timestamp:
- 2019-01-03T22:23:00Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06412ba
- Parents:
- 7acd787
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_file.h
r7acd787 rc477c80 99 99 uint16_t file_version_number; 100 100 uint8_t file_characteristics; 101 uint8_t leng ht_file_id;101 uint8_t length_file_id; 102 102 udf_long_ad_t icb; 103 uint16_t leng ht_iu;103 uint16_t length_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 ht;131 uint64_t info_leng ht;130 uint32_t record_length; 131 uint64_t info_length; 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 ht;141 uint32_t ad_leng ht;140 uint32_t ea_length; 141 uint32_t ad_length; 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 ht;157 uint64_t info_leng ht;156 uint32_t record_length; 157 uint64_t info_length; 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 ht;169 uint32_t ad_leng ht;168 uint32_t ea_length; 169 uint32_t ad_length; 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 ht;184 uint32_t ad_length; 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.