Searched refs:block_cache_sync (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DNoJournal.cpp66 status_t status = block_cache_sync(fFilesystemBlockCache);
67 TRACE("NoJournal::Lock(): block_cache_sync: %s\n", strerror(status));
H A DVolume.cpp832 return block_cache_sync(fBlockCache);
/haiku/headers/os/drivers/
H A Dfs_cache.h62 extern status_t block_cache_sync(void *cache);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp179 status_t error = block_cache_sync(fBlockCache);
229 return block_cache_sync(fBlockCache);
H A DTransaction.cpp120 status_t error = block_cache_sync(fVolume->BlockCache());
H A Dchecksumfs.cpp954 return block_cache_sync(volume->BlockCache());
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h238 return block_cache_sync(fBlockCache);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h846 #define block_cache_sync fssh_block_cache_sync macro
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp1182 block_cache_sync(vol->fBlockCache);
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3413 block_cache_sync(cache);
3468 block_cache_sync(void* _cache) function

Completed in 152 milliseconds