Searched refs:EntryCreatedNotification (Results 1 – 3 of 3) sorted by relevance
/haiku/src/tests/system/kernel/file_corruption/fs/ |
H A D | Notifications.cpp | 16 EntryCreatedNotification::EntryCreatedNotification(Directory* directory, in EntryCreatedNotification() function in EntryCreatedNotification 27 EntryCreatedNotification::NotifyPostCommit() const in NotifyPostCommit()
|
H A D | Notifications.h | 15 class EntryCreatedNotification : public PostCommitNotification { 17 EntryCreatedNotification(Directory* directory,
|
H A D | checksumfs.cpp | 712 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()
|