Searched refs:cache_sync_transaction (Results 1 – 6 of 6) sorted by relevance
/haiku/src/tests/system/kernel/cache/ |
H A D | block_cache_test.cpp | 375 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 D | fs_cache.h | 37 extern status_t cache_sync_transaction(void *cache, int32 id);
|
/haiku/src/add-ons/kernel/file_systems/bfs/ |
H A D | Journal.cpp | 792 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 D | Journal.cpp | 504 cache_sync_transaction(fFilesystemBlockCache, fTransactionID); in _WriteTransactionToLog() 1317 cache_sync_transaction(fFilesystemBlockCache, fTransactionID); in _TransactionDone()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_api_wrapper.h | 829 #define cache_sync_transaction fssh_cache_sync_transaction macro
|
/haiku/src/system/kernel/cache/ |
H A D | block_cache.cpp | 3065 cache_sync_transaction(void* _cache, int32 id) in cache_sync_transaction() function
|