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.cpp114 // GetRootNode
116 Tree::GetRootNode() const function in class:Tree
H A DIterators.cpp192 fCurrentNode = fTree->GetRootNode();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp75 // GetRootNode
77 VirtualVolume::GetRootNode() const function in class:VirtualVolume
144 status_t error = fRootNode->AddEntry(name, volume->GetRootNode());
174 if (node != volume->GetRootNode())
215 if (volume->GetRootNode() != node)
H A DVirtualVolume.h22 virtual Node* GetRootNode() const;
H A DVolume.h37 virtual Node* GetRootNode() const = 0;
H A DVolume.cpp90 return GetRootNode()->GetID();
H A DShareVolume.h51 virtual Node* GetRootNode() const;
H A DShareVolume.cpp322 // GetRootNode
324 ShareVolume::GetRootNode() const function in class:ShareVolume

Completed in 114 milliseconds