Searched refs:fFilesystemBlockCache (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DNoJournal.cpp30 fFilesystemBlockCache = volume->BlockCache();
66 status_t status = block_cache_sync(fFilesystemBlockCache);
90 fTransactionID = cache_end_transaction(fFilesystemBlockCache,
H A DJournal.cpp89 fFilesystemBlockCache(fsVolume->BlockCache()),
135 fFilesystemBlockCache(NULL),
255 cache_start_sub_transaction(fFilesystemBlockCache, fTransactionID);
259 fTransactionID = cache_start_transaction(fFilesystemBlockCache);
267 cache_add_transaction_listener(fFilesystemBlockCache, fTransactionID,
435 status = cache_next_block_in_transaction(fFilesystemBlockCache,
504 cache_sync_transaction(fFilesystemBlockCache, fTransactionID);
556 status_t status = cache_next_block_in_transaction(fFilesystemBlockCache,
650 fTransactionID = cache_detach_sub_transaction(fFilesystemBlockCache,
662 cache_end_transaction(fFilesystemBlockCache, fTransactionI
[all...]
H A DInodeJournal.cpp38 fFilesystemBlockCache = volume->BlockCache();
H A DJournal.h269 void* fFilesystemBlockCache; member in class:Journal

Completed in 62 milliseconds