Home
last modified time | relevance | path

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

/haiku/headers/os/drivers/
H A Dfs_cache.h18 TRANSACTION_ENDED = 0x04, enumerator
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp825 return (event & (TRANSACTION_ABORTED | TRANSACTION_ENDED)) != 0; in is_closing_event()
3134 notify_transaction_listeners(cache, transaction, TRANSACTION_ENDED); in cache_end_transaction()
3264 notify_transaction_listeners(cache, transaction, TRANSACTION_ENDED); in cache_detach_sub_transaction()
3437 notify_transaction_listeners(cache, transaction, TRANSACTION_ENDED); in cache_start_sub_transaction()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h819 #define TRANSACTION_ENDED FSSH_TRANSACTION_ENDED macro