Searched refs:notify_transaction_listeners (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp312 notify_transaction_listeners(block_cache* cache, cache_transaction* transaction, function in namespace:FSShell
928 notify_transaction_listeners(cache, previous, FSSH_TRANSACTION_WRITTEN);
1056 notify_transaction_listeners(cache, transaction, FSSH_TRANSACTION_ENDED);
1118 notify_transaction_listeners(cache, transaction, FSSH_TRANSACTION_ABORTED);
1179 notify_transaction_listeners(cache, transaction, FSSH_TRANSACTION_ENDED);
1265 notify_transaction_listeners(cache, transaction, FSSH_TRANSACTION_ABORTED);
1316 notify_transaction_listeners(cache, transaction, FSSH_TRANSACTION_ENDED);
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp941 notify_transaction_listeners(block_cache* cache, cache_transaction* transaction, function
1335 notify_transaction_listeners(fCache, previous,
2632 notify_transaction_listeners(cache, transaction,
2898 notify_transaction_listeners(cache, transaction, TRANSACTION_ENDED);
2960 notify_transaction_listeners(cache, transaction, TRANSACTION_ABORTED);
3028 notify_transaction_listeners(cache, transaction, TRANSACTION_ENDED);
3118 notify_transaction_listeners(cache, transaction, TRANSACTION_ABORTED);
3201 notify_transaction_listeners(cache, transaction, TRANSACTION_ENDED);

Completed in 106 milliseconds