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

/haiku/headers/os/drivers/
H A Dfs_cache.h41 extern int32 cache_detach_sub_transaction(void *cache, int32 id,
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp576 id = cache_detach_sub_transaction(gCache, id, NULL, NULL);
609 id = cache_detach_sub_transaction(gCache, id, NULL, NULL);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp778 fTransactionID = cache_detach_sub_transaction(fVolume->BlockCache(),
905 fTransactionID = cache_detach_sub_transaction(fVolume->BlockCache(),
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp650 fTransactionID = cache_detach_sub_transaction(fFilesystemBlockCache,
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h832 #define cache_detach_sub_transaction fssh_cache_detach_sub_transaction macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp2998 cache_detach_sub_transaction(void* _cache, int32 id, function
3004 TRACE(("cache_detach_sub_transaction(id = %" B_PRId32 ")\n", id));
3008 panic("cache_detach_sub_transaction(): invalid transaction ID\n");

Completed in 84 milliseconds