Symbol: cache_end_transaction
headers/os/drivers/fs_cache.h
38
extern status_t cache_end_transaction(void *cache, int32 id,
src/add-ons/kernel/file_systems/bfs/Journal.cpp
782
cache_end_transaction(fVolume->BlockCache(), fTransactionID, NULL,
src/add-ons/kernel/file_systems/bfs/Journal.cpp
917
cache_end_transaction(fVolume->BlockCache(), fTransactionID,
src/add-ons/kernel/file_systems/btrfs/Journal.cpp
51
cache_end_transaction(fVolume->BlockCache(), fTransactionID,
src/add-ons/kernel/file_systems/ext2/Journal.cpp
662
cache_end_transaction(fFilesystemBlockCache, fTransactionID,
src/add-ons/kernel/file_systems/ext2/NoJournal.cpp
90
fTransactionID = cache_end_transaction(fFilesystemBlockCache,
src/tests/system/kernel/cache/block_cache_test.cpp
355
cache_end_transaction(gCache, id, NULL, NULL);
src/tests/system/kernel/cache/block_cache_test.cpp
427
cache_end_transaction(gCache, id, NULL, NULL);
src/tests/system/kernel/cache/block_cache_test.cpp
470
cache_end_transaction(gCache, id, NULL, NULL);
src/tests/system/kernel/cache/block_cache_test.cpp
505
cache_end_transaction(gCache, id, NULL, NULL);
src/tests/system/kernel/cache/block_cache_test.cpp
516
cache_end_transaction(gCache, id, NULL, NULL);
src/tests/system/kernel/cache/block_cache_test.cpp
528
cache_end_transaction(gCache, id, NULL, NULL);
src/tests/system/kernel/cache/block_cache_test.cpp
557
cache_end_transaction(gCache, id, NULL, NULL);
src/tests/system/kernel/cache/block_cache_test.cpp
567
cache_end_transaction(gCache, id, NULL, NULL);
src/tests/system/kernel/cache/block_cache_test.cpp
590
cache_end_transaction(gCache, id, NULL, NULL);
src/tests/system/kernel/cache/block_cache_test.cpp
624
cache_end_transaction(gCache, id, NULL, NULL);
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
134
error = cache_end_transaction(fVolume->BlockCache(), fID, NULL, NULL);