Searched refs:fromDirectoryID (Results 1 – 7 of 7) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/netfs/server/ |
H A D | NodeMonitoringEvent.h | 56 ino_t fromDirectoryID; member
|
H A D | NodeMonitoringEvent.cpp | 75 || message->FindInt64("from directory", &fromDirectoryID) != B_OK in Init()
|
H A D | VolumeManager.cpp | 1202 = GetDirectory(event->volumeID, event->fromDirectoryID); in _EntryMoved() 1224 oldEntry = GetEntry(event->volumeID, event->fromDirectoryID, in _EntryMoved() 1232 EntryMovedEventKey key(event->volumeID, event->fromDirectoryID, in _EntryMoved() 1301 removedEvent->directoryID = event->fromDirectoryID; in _EntryMoved() 1598 removedEvent->directoryID = event->fromDirectoryID; in _QueryEntryMoved()
|
H A D | ClientConnection.cpp | 3077 request->fromDirectoryID = NodeID(event->volumeID, event->fromDirectoryID); in _EntryMoved()
|
/haiku/src/servers/package/ |
H A D | Volume.cpp | 860 int64 fromDirectoryID; in _HandleEntryMoved() local 865 || message->FindInt64("from directory", &fromDirectoryID) != B_OK in _HandleEntryMoved() 870 || (fromDirectoryID != PackagesDirectoryID() in _HandleEntryMoved() 878 if (fromDirectoryID == PackagesDirectoryID()) in _HandleEntryMoved()
|
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/ |
H A D | Requests.h | 1294 visitor->Visit(this, fromDirectoryID); in ShowAround() 1302 ServerNodeID fromDirectoryID; member
|
/haiku/src/add-ons/kernel/file_systems/netfs/client/ |
H A D | ShareVolume.cpp | 2272 status_t error = _GetLocalNodeID(request->fromDirectoryID, &vnida, true); in _HandleEntryMovedRequest() 2280 _EntryMoved(request->fromDirectoryID, oldName, request->toDirectoryID, in _HandleEntryMovedRequest()
|