Searched defs:PartitionType (Results 1 – 4 of 4) sorted by relevance
23 enum PartitionType { enum
30 partition_type: PartitionType, in command_create_partition()
232 fn parse_partition_type(s: &str) -> Result<PartitionType, String> { in parse_partition_type()
189 partition_type: PartitionType, in initializeWritablePartition()