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

/haiku/headers/os/drivers/
H A Dfs_cache.h16 TRANSACTION_WRITTEN = 0x01, enumerator in enum:__anon1
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp792 return (event & TRANSACTION_WRITTEN) != 0;
938 TRANSACTION_WRITTEN will be removed.
1250 It will automatically send out TRANSACTION_WRITTEN notices, as well as
1336 TRANSACTION_WRITTEN);
2718 set_notification(NULL, notification, TRANSACTION_WRITTEN, notify_sync,
2724 add_notification(cache, &notification, TRANSACTION_WRITTEN, false);
2872 // make sure that all pending TRANSACTION_WRITTEN notifications
2901 && add_transaction_listener(cache, transaction, TRANSACTION_WRITTEN,
3030 if (add_transaction_listener(cache, transaction, TRANSACTION_WRITTEN, hook,
3491 // make sure that all pending TRANSACTION_WRITTEN notification
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h817 #define TRANSACTION_WRITTEN FSSH_TRANSACTION_WRITTEN macro

Completed in 199 milliseconds