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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h1999 uint32 descriptor_size() const { return sizeof(*this)+extended_attributes_length()
2038 uint32 extended_attributes_length() const { return B_LENDIAN_TO_HOST_INT32(_extended_attributes_length); } function in struct:file_icb_entry
2043 uint8* allocation_descriptors() { return _end()+extended_attributes_length(); }
2044 const uint8* allocation_descriptors() const { return _end()+extended_attributes_length(); }
2130 uint32 descriptor_size() const { return sizeof(*this)+extended_attributes_length()
2176 uint32 extended_attributes_length() const { return B_LENDIAN_TO_HOST_INT32(_extended_attributes_length); } function in struct:extended_file_icb_entry
2181 uint8* allocation_descriptors() { return _end()+extended_attributes_length(); }
2182 const uint8* allocation_descriptors() const { return _end()+extended_attributes_length(); }
H A DUdfStructures.cpp1105 PRINT(("extended_attributes_length: %" B_PRIu32 "\n",
1106 extended_attributes_length()));
1184 PRINT(("extended_attributes_length: %" B_PRIu32 "\n",
1185 extended_attributes_length()));

Completed in 57 milliseconds