Searched defs:partition_type_id (Results 1 - 1 of 1) 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

Completed in 57 milliseconds