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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h188 return descriptor ? descriptor->allocation_descriptors_length() : 0;
H A DUdfStructures.cpp1107 PRINT(("allocation_descriptors_length: %" B_PRIu32 "\n",
1108 allocation_descriptors_length()));
1118 for (uint32 length = allocation_descriptors_length();
1186 PRINT(("allocation_descriptors_length: %" B_PRIu32 "\n",
1187 allocation_descriptors_length()));
1197 for (uint32 length = allocation_descriptors_length();
H A DUdfStructures.h2000 +allocation_descriptors_length(); }
2039 uint32 allocation_descriptors_length() const { return B_LENDIAN_TO_HOST_INT32(_allocation_descriptors_length); } function in struct:file_icb_entry
2131 +allocation_descriptors_length(); }
2177 uint32 allocation_descriptors_length() const { return B_LENDIAN_TO_HOST_INT32(_allocation_descriptors_length); } function in struct:extended_file_icb_entry

Completed in 54 milliseconds