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 in enum:__anon1
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp785 return (event & (TRANSACTION_ABORTED | TRANSACTION_ENDED)) != 0;
936 If \a event is a closing event (ie. TRANSACTION_ENDED, and
2898 notify_transaction_listeners(cache, transaction, TRANSACTION_ENDED);
3028 notify_transaction_listeners(cache, transaction, TRANSACTION_ENDED);
3201 notify_transaction_listeners(cache, transaction, TRANSACTION_ENDED);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h819 #define TRANSACTION_ENDED FSSH_TRANSACTION_ENDED macro

Completed in 83 milliseconds