Searched refs:TRANSACTION_ABORTED (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h257 transaction.ID(), TRANSACTION_ABORTED, &_TransactionListener,
273 if (event == TRANSACTION_ABORTED) {
/haiku/headers/os/drivers/
H A Dfs_cache.h17 TRANSACTION_ABORTED = 0x02, enumerator in enum:__anon1
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp285 TRANSACTION_ABORTED, &_TransactionListener, fInode);
300 if (event == TRANSACTION_ABORTED)
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h818 #define TRANSACTION_ABORTED FSSH_TRANSACTION_ABORTED macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp785 return (event & (TRANSACTION_ABORTED | TRANSACTION_ENDED)) != 0;
937 TRANSACTION_ABORTED), all listeners except those listening to
2960 notify_transaction_listeners(cache, transaction, TRANSACTION_ABORTED);
3118 notify_transaction_listeners(cache, transaction, TRANSACTION_ABORTED);

Completed in 304 milliseconds