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

/haiku/headers/os/drivers/
H A Dfs_cache.h55 extern int32 cache_blocks_in_sub_transaction(void *cache, int32 id);
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp514 TEST_ASSERT(cache_blocks_in_sub_transaction(gCache, id) == 1);
539 TEST_ASSERT(cache_blocks_in_sub_transaction(gCache, id) == 1);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp1240 count = cache_blocks_in_sub_transaction(fFilesystemBlockCache,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp621 return cache_blocks_in_sub_transaction(fVolume->BlockCache(),
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h840 #define cache_blocks_in_sub_transaction fssh_cache_blocks_in_sub_transaction macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3376 cache_blocks_in_sub_transaction(void* _cache, int32 id) function

Completed in 194 milliseconds