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

/haiku/src/add-ons/kernel/file_systems/udf/
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

Completed in 76 milliseconds