Home
last modified time | relevance | path

Searched refs:GetRootNode (Results 1 – 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DTree.h51 Node *GetRootNode() const;
H A DTree.cpp116 Tree::GetRootNode() const in GetRootNode() function in Tree
H A DIterators.cpp192 fCurrentNode = fTree->GetRootNode(); in SetTo()
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp77 VirtualVolume::GetRootNode() const in GetRootNode() function in VirtualVolume
144 status_t error = fRootNode->AddEntry(name, volume->GetRootNode()); in AddChildVolume()
174 if (node != volume->GetRootNode()) in RemoveChildVolume()
215 if (volume->GetRootNode() != node) in GetChildVolume()
H A DVirtualVolume.h22 virtual Node* GetRootNode() const;
H A DVolume.h37 virtual Node* GetRootNode() const = 0;
H A DShareVolume.h51 virtual Node* GetRootNode() const;
H A DVolume.cpp90 return GetRootNode()->GetID(); in GetRootID()
H A DShareVolume.cpp324 ShareVolume::GetRootNode() const in GetRootNode() function in ShareVolume