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

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNotifications.cpp80 // #pragma mark - StatChangedNotification
83 StatChangedNotification::StatChangedNotification(Node* node, uint32 statFields) function in class:StatChangedNotification
92 StatChangedNotification::NotifyPostCommit() const
H A DNotifications.h61 class StatChangedNotification : public PostCommitNotification { class in inherits:PostCommitNotification
63 StatChangedNotification(Node* node,
H A Dchecksumfs.cpp125 error = transaction.Commit(StatChangedNotification(node, statFlags));
583 error = transaction.Commit(StatChangedNotification(node,
1529 return transaction.Commit(StatChangedNotification(node, statMask));
1927 StatChangedNotification statNotification(node, B_STAT_CHANGE_TIME);
1999 StatChangedNotification statNotification(node, B_STAT_CHANGE_TIME);
2093 StatChangedNotification statNotification(node, B_STAT_CHANGE_TIME);
2199 StatChangedNotification statNotification(node, B_STAT_CHANGE_TIME);

Completed in 46 milliseconds