Searched refs:cache_abort_sub_transaction (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/os/drivers/
H A Dfs_cache.h43 extern status_t cache_abort_sub_transaction(void *cache, int32 id);
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp419 cache_abort_sub_transaction(gCache, id);
459 cache_abort_sub_transaction(gCache, id);
550 cache_abort_sub_transaction(gCache, id);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp1293 cache_abort_sub_transaction(fFilesystemBlockCache, fTransactionID);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp1073 cache_abort_sub_transaction(fVolume->BlockCache(), fTransactionID);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h833 #define cache_abort_sub_transaction fssh_cache_abort_sub_transaction macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3102 cache_abort_sub_transaction(void* _cache, int32 id) function
3107 TRACE(("cache_abort_sub_transaction(id = %" B_PRId32 ")\n", id));
3111 panic("cache_abort_sub_transaction(): invalid transaction ID\n");
3163 TRACE(("cache_abort_sub_transaction(id = %" B_PRId32 "): "

Completed in 83 milliseconds