fCacheAll
bool fCacheAll;
if (fCacheAll && mapEnd < end)
if ((mode == FILE_MAP_CACHE_ALL && fCacheAll)
|| (mode == FILE_MAP_CACHE_ON_DEMAND && !fCacheAll))
fCacheAll = true;
fCacheAll = false;