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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp1070 EntryCreatedEvent* oldEvent = fEntryCreatedEvents->Get(ref); local
1073 if (oldEvent) {
1075 fRecentNodeMonitoringEvents.Remove(oldEvent);
1076 notify = !_IsRecentEvent(oldEvent);
1077 oldEvent->ReleaseReference();
1138 EntryRemovedEvent* oldEvent = fEntryRemovedEvents->Get(ref); local
1150 if (oldEvent) {
1152 fRecentNodeMonitoringEvents.Remove(oldEvent);
1153 notify = !_IsRecentEvent(oldEvent);
1154 oldEvent
1235 EntryMovedEvent* oldEvent = fEntryMovedEvents->Get(key); local
1340 StatChangedEvent* oldEvent = fNodeStatChangedEvents->Get(ref); local
1383 AttributeChangedEvent* oldEvent = fNodeAttributeChangedEvents->Get(ref); local
[all...]

Completed in 32 milliseconds