block_cache_sync
extern status_t block_cache_sync(void *cache);
return block_cache_sync(fBlockCache);
status_t status = block_cache_sync(fFilesystemBlockCache);
return block_cache_sync(fBlockCache);
externStatus = block_cache_sync(bsdVolume->mnt_cache);
status = block_cache_sync(bsdVolume->mnt_cache);
status = block_cache_sync(bsdVolume->mnt_cache);
block_cache_sync(cache);
status_t error = block_cache_sync(fVolume->BlockCache());
status_t error = block_cache_sync(fBlockCache);
return block_cache_sync(fBlockCache);
return block_cache_sync(volume->BlockCache());