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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h1158 entity_id& partition_type_id() function in struct:partition_map_header
1160 const entity_id& partition_type_id() const function in struct:partition_map_header
1219 entity_id partition_type_id; member in struct:virtual_partition_map
1249 entity_id& partition_type_id() { return _partition_type_id; } function in struct:sparable_partition_map
1250 const entity_id& partition_type_id() const { return _partition_type_id; } function in struct:sparable_partition_map
1311 entity_id& partition_type_id() { return _partition_type_id; } function in struct:metadata_partition_map
1312 const entity_id& partition_type_id() const { return _partition_type_id; } function in struct:metadata_partition_map
H A DVolume.cpp151 const entity_id &typeId = header->partition_type_id();
H A DUdfStructures.cpp828 PRINT(("partition_type_id:"));
829 DUMP(partition_type_id());

Completed in 65 milliseconds