Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp1927 StatChangedNotification statNotification(node, B_STAT_CHANGE_TIME); in checksumfs_create_attr() local
1929 &statNotification); in checksumfs_create_attr()
1999 StatChangedNotification statNotification(node, B_STAT_CHANGE_TIME); in checksumfs_open_attr() local
2001 &statNotification); in checksumfs_open_attr()
2093 StatChangedNotification statNotification(node, B_STAT_CHANGE_TIME); in checksumfs_write_attr() local
2094 transaction.Commit(&attributeNotification, &statNotification); in checksumfs_write_attr()
2199 StatChangedNotification statNotification(node, B_STAT_CHANGE_TIME); in checksumfs_remove_attr() local
2200 return transaction.Commit(&attributeNotification, &statNotification); in checksumfs_remove_attr()