Searched refs:_allocation_descriptors_length (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h2039 uint32 allocation_descriptors_length() const { return B_LENDIAN_TO_HOST_INT32(_allocation_descriptors_length); }
2064 void set_allocation_descriptors_length(uint32 length) { _allocation_descriptors_length = B_HOST_TO_LENDIAN_INT32(length); }
2117 uint32 _allocation_descriptors_length; member in struct:file_icb_entry
2177 uint32 allocation_descriptors_length() const { return B_LENDIAN_TO_HOST_INT32(_allocation_descriptors_length); }
2204 void set_allocation_descriptors_length(uint32 length) { _allocation_descriptors_length = B_HOST_TO_LENDIAN_INT32(length); }
2245 uint32 _allocation_descriptors_length; member in struct:extended_file_icb_entry

Completed in 41 milliseconds