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

/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.h47 bool _EntryRemoved(const BMessage* message);
H A DVirtualDirectoryPoseView.cpp175 return _EntryRemoved(message);
282 VirtualDirectoryPoseView::_EntryRemoved(const BMessage* message) function in class:BPrivate::VirtualDirectoryPoseView
/haiku/src/kits/storage/
H A DPathMonitor.cpp559 void _EntryRemoved(BMessage* message);
566 bool _EntryRemoved(const NotOwningEntryRef& entryRef,
900 _EntryRemoved(message);
1090 PathHandler::_EntryRemoved(BMessage* message) function in class:__anon3::PathHandler
1106 TRACE("%p->PathHandler::_EntryRemoved(): entry: %" B_PRIdDEV ":%" B_PRIdINO
1110 _EntryRemoved(entryRef, nodeRef, false, true, NULL);
1149 _EntryRemoved(fromEntryRef, nodeRef, false, true, NULL);
1161 // Check whether _EntryRemoved()/_EntryCreated() can handle the
1166 || _EntryRemoved(fromEntryRef, nodeRef, true, false, NULL))
1171 // _EntryRemoved() an
1505 PathHandler::_EntryRemoved(const NotOwningEntryRef& entryRef, function in class:__anon3::PathHandler
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.h94 void _EntryRemoved(EntryRemovedEvent* event,
H A DClientConnection.h151 status_t _EntryRemoved(ClientVolume* volume,
H A DVolumeManager.cpp1106 // _EntryRemoved
1108 VolumeManager::_EntryRemoved(EntryRemovedEvent* event, bool keepNode) function in class:VolumeManager
1430 _EntryRemoved(event, true);
1476 _EntryRemoved(removedEvent, true);
1687 _EntryRemoved(event, false);
1759 _EntryRemoved(dynamic_cast<EntryRemovedEvent*>(event),
H A DClientConnection.cpp2934 error = _EntryRemoved(volume,
3015 // _EntryRemoved
3017 ClientConnection::_EntryRemoved(ClientVolume* volume, EntryRemovedEvent* event, function in class:ClientConnection
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.h208 void _EntryRemoved(NodeID remoteDirID,
H A DShareVolume.cpp2250 _EntryRemoved(request->directoryID, name, request->revision);
2550 _EntryRemoved(directory->GetRemoteID(), name,
2844 // _EntryRemoved
2846 ShareVolume::_EntryRemoved(NodeID remoteDirID, const char* name, int64 revision) function in class:ShareVolume
2882 _EntryRemoved(remoteOldDirID, oldName, revision);

Completed in 97 milliseconds