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

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp188 fChunkTree->SetRoot(fSuperBlock.ChunkRoot(), NULL);
195 fRootTree->SetRoot(fSuperBlock.Root(), NULL);
217 fExtentTree->SetRoot(root->LogicalAddress(), NULL);
233 fFSTree->SetRoot(root->LogicalAddress(), NULL);
249 fDevTree->SetRoot(root->LogicalAddress(), NULL);
265 fChecksumTree->SetRoot(root->LogicalAddress(), NULL);
H A DBTree.h101 status_t SetRoot(off_t logical, fsblock_t* block);
102 void SetRoot(Node* root);
H A DBTree.cpp467 fTree->SetRoot(fNodes[level]);
840 BTree::SetRoot(off_t logical, fsblock_t* block) function in class:BTree
846 ERROR("SetRoot() unmapped block %" B_PRId64 " %" B_PRId64 "\n",
862 BTree::SetRoot(Node* root) function in class:BTree
H A DExtentAllocator.cpp376 status_t status = fCurrentExtentTree->SetRoot(rootAddress, NULL);
/haiku/src/servers/package/
H A DVolume.h112 void SetRoot(Root* root) function in class:Volume
H A DRoot.cpp238 volume->SetRoot(this);
244 volume->SetRoot(NULL);

Completed in 75 milliseconds