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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h97 uint64 Length() { return _FileEntry()->information_length(); }
H A DUdfStructures.cpp1087 PRINT(("information_length: %" B_PRIu64 "\n",
1088 information_length()));
1162 PRINT(("information_length: %" B_PRIu64 "\n",
1163 information_length()));
H A DUdfStructures.h2017 uint64 information_length() const { return B_LENDIAN_TO_HOST_INT64(_information_length); } function in struct:file_icb_entry
2148 uint64 information_length() const { return B_LENDIAN_TO_HOST_INT64(_information_length); } function in struct:extended_file_icb_entry

Completed in 101 milliseconds