Searched refs:GetVolumeID (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DEntry.cpp59 // GetVolumeID
61 Entry::GetVolumeID() const function in class:Entry
H A DEntry.h28 dev_t GetVolumeID() const;
H A DNode.h29 dev_t GetVolumeID() const;
H A DClientVolume.cpp88 dev_t volumeID = share->GetVolumeID();
351 return GetEntry(directory->GetVolumeID(), directory->GetID(), name);
386 return LoadEntry(directory->GetVolumeID(), directory->GetID(), name, entry);
H A DNode.cpp51 // GetVolumeID
53 Node::GetVolumeID() const function in class:Node
156 GetVolumeID(), GetID(), path.GetPath());
H A DSecurityContext.h63 dev_t GetVolumeID() const;
H A DVolumeManager.cpp580 if (LoadEntry(directory->GetVolumeID(), directory->GetID(), "..", true,
650 //"entry count: %ld\n", entry->GetVolumeID(), entry->GetDirectoryID(),
671 //"entry count: %ld\n", entry->GetVolumeID(), entry->GetDirectoryID(),
882 entry_ref entryRef(directory->GetVolumeID(), directory->GetID(), ".");
1129 entry = GetEntry(directory->GetVolumeID(), directory->GetID(),
1647 event->volumeID = entry->GetVolumeID();
1678 event->volumeID = entry->GetVolumeID();
1680 event->nodeVolumeID = entry->GetNode()->GetVolumeID();
H A DClientConnection.cpp813 entry = volumeManager->GetEntry(directory->GetVolumeID(),
1615 volume->GetID(), directory->GetVolumeID(), directory->GetID());
1720 volume->GetID(), directory->GetVolumeID(), directory->GetID(),
2544 || volumeRoot->GetVolumeID() == clientVolumeRoot->GetVolumeID()) {
2679 info->directoryID.volumeID = entry->GetVolumeID();
3003 && entry->GetNode()->GetVolumeID() == event->volumeID
3088 && entry->GetNode()->GetVolumeID() == event->nodeVolumeID
H A DSecurityContext.cpp281 // GetVolumeID
283 Share::GetVolumeID() const function in class:Share

Completed in 173 milliseconds