block_cache_set_dirty
extern status_t block_cache_set_dirty(void *cache, off_t blockNumber,
block_cache_set_dirty(cache, fBlockNumber, false, transaction.ID());
block_cache_set_dirty(blockCache, cachedBlock, false, -1);
block_cache_set_dirty(blockCache, cachedBlock + i, false, -1);
block_cache_set_dirty(blockCache, 0, false, -1);
block_cache_set_dirty(blockCache, rootDirSector, false, -1);
block_cache_set_dirty(volume->pm_mountp->mnt_cache, cachedBlock, false, -1);
extern status_t block_cache_set_dirty(void* _cache, off_t blockNumber,