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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h179 return descriptor ? descriptor->allocation_descriptors() : NULL;
H A DUdfStructures.h1390 extent_address* allocation_descriptors() { return _allocation_descriptors; } function in struct:unallocated_space_descriptor
1807 uint8* allocation_descriptors() { return (uint8*)(reinterpret_cast<uint8*>(this)+sizeof(allocation_extent_descriptor)); } function in struct:allocation_extent_descriptor
2043 uint8* allocation_descriptors() { return _end()+extended_attributes_length(); } function in struct:file_icb_entry
2044 const uint8* allocation_descriptors() const { return _end()+extended_attributes_length(); } function in struct:file_icb_entry
2181 uint8* allocation_descriptors() { return _end()+extended_attributes_length(); } function in struct:extended_file_icb_entry
2182 const uint8* allocation_descriptors() const { return _end()+extended_attributes_length(); } function in struct:extended_file_icb_entry
H A DUdfStructures.cpp1110 PRINT(("allocation_descriptors:\n"));
1117 const long_address *address = reinterpret_cast<const long_address*>(allocation_descriptors());
1189 PRINT(("allocation_descriptors:\n"));
1196 const long_address *address = reinterpret_cast<const long_address*>(allocation_descriptors());

Completed in 45 milliseconds