Searched refs:SystemVolume (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.h51 Volume* SystemVolume() const;
H A DPackageFSRoot.cpp200 PackageFSRoot::SystemVolume() const function in class:PackageFSRoot
H A DVolume.cpp214 if (this == fPackageFSRoot->SystemVolume())
415 if (this == fPackageFSRoot->SystemVolume()) {
1918 if (Volume* systemVolume = fPackageFSRoot->SystemVolume())
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp333 Node node(fTree->SystemVolume(), block);
343 fNodes[level] = new Node(fTree->SystemVolume(), node->BlockNum());
437 status = fTree->SystemVolume()->GetNewBlock(address, block);
441 fNodes[level] = new(std::nothrow) BTree::Node(fTree->SystemVolume());
H A DExtentAllocator.cpp356 fCurrentExtentTree = new(std::nothrow) BTree(extentTree->SystemVolume(),
443 uint64 extentSize = fCurrentExtentTree->SystemVolume()->BlockSize();
H A DBTree.h100 Volume* SystemVolume() const { return fVolume; } function in class:BTree

Completed in 58 milliseconds