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);
428 cache_sync_transaction(gCache, id);
471 cache_sync_transaction(gCache, id);
507 cache_sync_transaction(gCache, id);
517 cache_sync_transaction(gCache, id);
529 cache_sync_transaction(gCache, id);
558 cache_sync_transaction(gCache, id);
568 cache_sync_transaction(gCache, id);
591 cache_sync_transaction(gCache, id);
625 cache_sync_transaction(gCach
[all...]
/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/ext2/
H A DJournal.cpp504 cache_sync_transaction(fFilesystemBlockCache, fTransactionID);
1317 cache_sync_transaction(fFilesystemBlockCache, fTransactionID);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp792 cache_sync_transaction(fVolume->BlockCache(), fTransactionID);
1090 cache_sync_transaction(fVolume->BlockCache(), fTransactionID);
/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.cpp2829 cache_sync_transaction(void* _cache, int32 id) function
2834 TRACE(("cache_sync_transaction(id %" B_PRId32 ")\n", id));

Completed in 409 milliseconds