block_cache_prefetch
extern status_t block_cache_prefetch(void* cache, off_t blockNumber, size_t* _numBlocks);
block_cache_prefetch(blockCache, cachedBlock, &prefetchBlocks);
block_cache_prefetch(bsdVolume->mnt_cache, static_cast<off_t>(fatVolume->pm_fatblk),