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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.h129 struct EntryCreatedEventMap;
143 EntryCreatedEventMap* fEntryCreatedEvents;
H A DVolumeManager.cpp124 // EntryCreatedEventMap
125 struct VolumeManager::EntryCreatedEventMap struct in class:VolumeManager
228 for (EntryCreatedEventMap::Iterator it = fEntryCreatedEvents->GetIterator();
284 fEntryCreatedEvents = new(std::nothrow) EntryCreatedEventMap;

Completed in 67 milliseconds