Home
last modified time | relevance | path

Searched refs:fRootDir (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp91 fRootDir(NULL), in Volume()
113 if (fRootDir) in ~Volume()
114 RemoveNode(fRootDir); in ~Volume()
126 delete fRootDir; in ~Volume()
170 fRootDir = new(std::nothrow) Directory(this, st); in Init()
171 if (!fRootDir) in Init()
190 return fRootDir; in GetRootDirectory()
197 return fRootDir->GetID(); in GetRootID()
H A DVolume.h41 Directory* fRootDir; variable