Searched refs:GetRootID (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.h21 ino_t GetRootID() const;
H A DVolume.cpp193 // GetRootID
195 Volume::GetRootID() const function in class:Volume
H A DVolumeManager.cpp1713 if (volume->GetRootID() == st.st_ino) {
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DQueryManager.cpp72 vnode_id nodeID = iterator->GetVolume()->GetRootID();
192 vnode_id nodeID = iterator->GetVolume()->GetRootID();
231 vnode_id nodeID = volume->GetRootID();
H A DVirtualVolume.cpp154 vnode_id nodeID = volume->GetRootID();
183 vnode_id nodeID = volume->GetRootID();
285 if (vnid != GetRootID())
598 buffer->d_ino = parentVolume->GetRootID();
633 *vnid = parentVolume->GetRootID();
H A DServerConnection.cpp201 if (fVolumeManager->GetVolume(volume->GetRootID())) {
H A DVolume.h36 vnode_id GetRootID() const;
H A DVolumeManager.cpp194 fRootID = rootVolume->GetRootID();
H A DServerVolume.cpp125 fServerInfo, GetRootID());
H A DVolume.cpp86 // GetRootID
88 Volume::GetRootID() const function in class:Volume
H A Dnetfs.cpp210 *rootID = rootVolume->GetRootID();
H A DShareVolume.cpp1278 buffer->d_ino = parentVolume->GetRootID();
1331 *vnid = parentVolume->GetRootID();
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h48 inline ino_t GetRootID() const;
356 // GetRootID
358 Volume::GetRootID() const function in class:Volume
H A Dkernel_interface.cpp110 *rootVnodeID = volume->GetRootID();

Completed in 125 milliseconds