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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h2031 long_address& extended_attribute_icb() { return _extended_attribute_icb; } function in struct:file_icb_entry
2032 const long_address& extended_attribute_icb() const { return _extended_attribute_icb; } function in struct:file_icb_entry
2166 long_address& extended_attribute_icb() { return _extended_attribute_icb; } function in struct:extended_file_icb_entry
2167 const long_address& extended_attribute_icb() const { return _extended_attribute_icb; } function in struct:extended_file_icb_entry
H A DUdfStructures.cpp1099 PRINT(("extended_attribute_icb:\n"));
1100 DUMP(extended_attribute_icb());
1176 PRINT(("extended_attribute_icb:\n"));
1177 DUMP(extended_attribute_icb());

Completed in 168 milliseconds