Searched refs:cache_end_transaction (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DNoJournal.cpp90 fTransactionID = cache_end_transaction(fFilesystemBlockCache,
H A DJournal.cpp662 cache_end_transaction(fFilesystemBlockCache, fTransactionID,
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp355 cache_end_transaction(gCache, id, NULL, NULL);
427 cache_end_transaction(gCache, id, NULL, NULL);
470 cache_end_transaction(gCache, id, NULL, NULL);
505 cache_end_transaction(gCache, id, NULL, NULL);
516 cache_end_transaction(gCache, id, NULL, NULL);
528 cache_end_transaction(gCache, id, NULL, NULL);
557 cache_end_transaction(gCache, id, NULL, NULL);
567 cache_end_transaction(gCache, id, NULL, NULL);
590 cache_end_transaction(gCache, id, NULL, NULL);
624 cache_end_transaction(gCach
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DJournal.cpp51 cache_end_transaction(fVolume->BlockCache(), fTransactionID,
/haiku/headers/os/drivers/
H A Dfs_cache.h38 extern status_t cache_end_transaction(void *cache, int32 id,
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp134 error = cache_end_transaction(fVolume->BlockCache(), fID, NULL, NULL);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp782 cache_end_transaction(fVolume->BlockCache(), fTransactionID, NULL,
917 cache_end_transaction(fVolume->BlockCache(), fTransactionID,
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h830 #define cache_end_transaction fssh_cache_end_transaction macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp2879 cache_end_transaction(void* _cache, int32 id, function
2885 TRACE(("cache_end_transaction(id = %" B_PRId32 ")\n", id));
2889 panic("cache_end_transaction(): invalid transaction ID\n");

Completed in 117 milliseconds