Home
last modified time | relevance | path

Searched refs:NotifyPostCommit (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNotifications.h20 virtual void NotifyPostCommit() const;
34 virtual void NotifyPostCommit() const;
50 virtual void NotifyPostCommit() const;
66 virtual void NotifyPostCommit() const;
79 virtual void NotifyPostCommit() const;
H A DNotifications.cpp27 EntryCreatedNotification::NotifyPostCommit() const in NotifyPostCommit() function in EntryCreatedNotification
48 EntryRemovedNotification::NotifyPostCommit() const in NotifyPostCommit() function in EntryRemovedNotification
72 EntryMovedNotification::NotifyPostCommit() const in NotifyPostCommit() function in EntryMovedNotification
92 StatChangedNotification::NotifyPostCommit() const in NotifyPostCommit() function in StatChangedNotification
113 AttributeChangedNotification::NotifyPostCommit() const in NotifyPostCommit() function in AttributeChangedNotification
H A DTransaction.cpp142 notification1->NotifyPostCommit(); in Commit()
144 notification2->NotifyPostCommit(); in Commit()
146 notification3->NotifyPostCommit(); in Commit()
H A DTransaction.h146 virtual void NotifyPostCommit() const = 0;