Searched refs:PhysicalPartition (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DPhysicalPartition.cpp1 #include "PhysicalPartition.h"
7 /*! \brief Creates a new PhysicalPartition object.
9 PhysicalPartition::PhysicalPartition(uint16 number, uint32 start, uint32 length) function in class:PhysicalPartition
16 /*! \brief Destroys the PhysicalPartition object.
18 PhysicalPartition::~PhysicalPartition()
28 PhysicalPartition::MapBlock(uint32 logicalBlock, off_t &physicalBlock)
30 DEBUG_INIT_ETC("PhysicalPartition", ("%ld", logicalBlock));
H A DVirtualPartition.h16 #include "PhysicalPartition.h"
35 VirtualPartition(PhysicalPartition &physicalPartition);
41 PhysicalPartition fPhysicalPartition;
H A DPhysicalPartition.h10 /*! \file PhysicalPartition.h
27 class PhysicalPartition : public Partition { class in namespace:Udf
29 PhysicalPartition(uint16 number, uint32 start, uint32 length);
30 virtual ~PhysicalPartition();
H A DVirtualPartition.cpp14 VirtualPartition::VirtualPartition(PhysicalPartition &physicalPartition)
H A DVolume.cpp13 #include "PhysicalPartition.h"
124 PhysicalPartition *partition = new(nothrow) PhysicalPartition(
130 PRINT(("Adding PhysicalPartition(number: %d, start: %ld, "
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DPhysicalPartition.cpp1 #include "PhysicalPartition.h"
6 /*! \brief Creates a new PhysicalPartition object.
8 PhysicalPartition::PhysicalPartition(uint16 number, uint32 start, uint32 length) function in class:PhysicalPartition
14 TRACE(("PhysicalPartition::PhysicalPartition: number = %d, start = %lu,"
19 /*! \brief Destroys the PhysicalPartition object.
21 PhysicalPartition::~PhysicalPartition()
32 PhysicalPartition
[all...]
H A DVirtualPartition.h16 #include "PhysicalPartition.h"
33 VirtualPartition(PhysicalPartition &physicalPartition);
39 PhysicalPartition fPhysicalPartition;
H A DPhysicalPartition.h10 /*! \file PhysicalPartition.h
25 class PhysicalPartition : public Partition { class in inherits:Partition
27 PhysicalPartition(uint16 number, uint32 start, uint32 length);
28 virtual ~PhysicalPartition();
H A DVirtualPartition.cpp13 VirtualPartition::VirtualPartition(PhysicalPartition &physicalPartition)
H A DVolume.cpp13 #include "PhysicalPartition.h"
131 PhysicalPartition *partition
132 = new(nothrow) PhysicalPartition(map->partition_number(),
136 TRACE(("Volume::Mount: adding PhysicalPartition(number: %d, "

Completed in 46 milliseconds