Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNotifications.cpp16 EntryCreatedNotification::EntryCreatedNotification(Directory* directory, in EntryCreatedNotification() function in EntryCreatedNotification
27 EntryCreatedNotification::NotifyPostCommit() const in NotifyPostCommit()
H A DNotifications.h15 class EntryCreatedNotification : public PostCommitNotification {
17 EntryCreatedNotification(Directory* directory,
H A Dchecksumfs.cpp712 error = transaction.Commit(EntryCreatedNotification(directory, name, in create_file()
1213 return transaction.Commit(EntryCreatedNotification(directory, name, in checksumfs_create_symlink()
1264 return transaction.Commit(EntryCreatedNotification(directory, name, node)); in checksumfs_link()
1714 return transaction.Commit(EntryCreatedNotification(directory, name, in checksumfs_create_dir()