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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.h130 struct EntryRemovedEventMap;
144 EntryRemovedEventMap* fEntryRemovedEvents;
H A DVolumeManager.cpp129 // EntryRemovedEventMap
130 struct VolumeManager::EntryRemovedEventMap struct in class:VolumeManager
235 for (EntryRemovedEventMap::Iterator it = fEntryRemovedEvents->GetIterator();
289 fEntryRemovedEvents = new(std::nothrow) EntryRemovedEventMap;

Completed in 42 milliseconds