Searched refs:cache_abort_transaction (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DJournal.cpp48 cache_abort_transaction(fVolume->BlockCache(), fTransactionID);
/haiku/headers/os/drivers/
H A Dfs_cache.h40 extern status_t cache_abort_transaction(void *cache, int32 id);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp165 cache_abort_transaction(fVolume->BlockCache(), fID);
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp369 cache_abort_transaction(gCache, id);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp1298 cache_abort_transaction(fFilesystemBlockCache, fTransactionID);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp1076 cache_abort_transaction(fVolume->BlockCache(), fTransactionID);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h831 #define cache_abort_transaction fssh_cache_abort_transaction macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp2946 cache_abort_transaction(void* _cache, int32 id) function
2951 TRACE(("cache_abort_transaction(id = %" B_PRId32 ")\n", id));
2955 panic("cache_abort_transaction(): invalid transaction ID\n");
2970 TRACE(("cache_abort_transaction(id = %" B_PRId32 "): restored contents of "

Completed in 100 milliseconds