PhysicalPartition
PhysicalPartition::~PhysicalPartition()
PhysicalPartition::MapBlock(uint32 logicalBlock, off_t &physicalBlock)
PhysicalPartition::PhysicalPartition(uint16 number, uint32 start, uint32 length)
class PhysicalPartition : public Partition {
PhysicalPartition(uint16 number, uint32 start, uint32 length);
virtual ~PhysicalPartition();
VirtualPartition::VirtualPartition(PhysicalPartition &physicalPartition)
VirtualPartition(PhysicalPartition &physicalPartition);
PhysicalPartition fPhysicalPartition;
PhysicalPartition *partition
= new(nothrow) PhysicalPartition(map->partition_number(),