Home
last modified time | relevance | path

Searched refs:EntryRemovedNotification (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNotifications.cpp37 EntryRemovedNotification::EntryRemovedNotification(Directory* directory, in EntryRemovedNotification() function in EntryRemovedNotification
48 EntryRemovedNotification::NotifyPostCommit() const in NotifyPostCommit()
H A DNotifications.h29 class EntryRemovedNotification : public PostCommitNotification {
31 EntryRemovedNotification(Directory* directory,
H A Dchecksumfs.cpp510 return transaction.Commit(EntryRemovedNotification(directory, name, in remove_entry()