Searched refs:cache_start_sub_transaction (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DTransaction.cpp146 cache_start_sub_transaction(fJournal->GetFilesystemVolume()->BlockCache(),
H A DJournal.cpp255 cache_start_sub_transaction(fFilesystemBlockCache, fTransactionID);
/haiku/headers/os/drivers/
H A Dfs_cache.h44 extern status_t cache_start_sub_transaction(void *cache, int32 id);
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp289 cache_start_sub_transaction(gCache, id);
407 cache_start_sub_transaction(gCache, id);
447 cache_start_sub_transaction(gCache, id);
566 cache_start_sub_transaction(gCache, id);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp999 cache_start_sub_transaction(fVolume->BlockCache(), fTransactionID);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h834 #define cache_start_sub_transaction fssh_cache_start_sub_transaction macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3187 cache_start_sub_transaction(void* _cache, int32 id) function
3192 TRACE(("cache_start_sub_transaction(id = %" B_PRId32 ")\n", id));
3196 panic("cache_start_sub_transaction(): invalid transaction ID %" B_PRId32 "\n",

Completed in 92 milliseconds