Home
last modified time | relevance | path

Searched refs:cache_sync_transaction (Results 1 – 6 of 6) sorted by relevance

/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp375 cache_sync_transaction(gCache, id); in test_abort_transaction()
428 cache_sync_transaction(gCache, id); in test_abort_sub_transaction()
471 cache_sync_transaction(gCache, id); in test_abort_sub_transaction()
507 cache_sync_transaction(gCache, id); in test_block_cache_discard()
517 cache_sync_transaction(gCache, id); in test_block_cache_discard()
529 cache_sync_transaction(gCache, id); in test_block_cache_discard()
558 cache_sync_transaction(gCache, id); in test_block_cache_discard()
568 cache_sync_transaction(gCache, id); in test_block_cache_discard()
591 cache_sync_transaction(gCache, id); in test_block_cache_discard()
625 cache_sync_transaction(gCache, id); in test_block_cache_discard()
/haiku/headers/os/drivers/
H A Dfs_cache.h37 extern status_t cache_sync_transaction(void *cache, int32 id);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp792 cache_sync_transaction(fVolume->BlockCache(), fTransactionID); in _WriteTransactionToLog()
1090 cache_sync_transaction(fVolume->BlockCache(), fTransactionID); in _TransactionDone()
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp504 cache_sync_transaction(fFilesystemBlockCache, fTransactionID); in _WriteTransactionToLog()
1317 cache_sync_transaction(fFilesystemBlockCache, fTransactionID); in _TransactionDone()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h829 #define cache_sync_transaction fssh_cache_sync_transaction macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3065 cache_sync_transaction(void* _cache, int32 id) in cache_sync_transaction() function