Searched refs:_GetNodeByRemoteID (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp2424 // _GetNodeByRemoteID
2426 ShareVolume::_GetNodeByRemoteID(NodeID remoteID) function in class:ShareVolume
2444 ShareNode* node = _GetNodeByRemoteID(nodeInfo.GetID());
2495 ShareNode* node = _GetNodeByRemoteID(nodeInfo.GetID());
2640 = dynamic_cast<ShareDir*>(_GetNodeByRemoteID(entryInfo.directoryID));
2693 ShareNode* node = _GetNodeByRemoteID(remoteID);
2775 ShareNode* node = _GetNodeByRemoteID(remoteID);
2826 ShareDir* dir = dynamic_cast<ShareDir*>(_GetNodeByRemoteID(remoteDirID));
2854 ShareDir* dir = dynamic_cast<ShareDir*>(_GetNodeByRemoteID(remoteDirID));
H A DShareVolume.h179 ShareNode* _GetNodeByRemoteID(NodeID remoteID);

Completed in 32 milliseconds