Searched refs:fat32_cache_size (Results 1 – 1 of 1) sorted by relevance
160 static const size_t fat32_cache_size = 4194304; variable 733 fat->fatsize >= fat32_cache_size) { in _readfat() 734 readsize = fat32_cache_size; in _readfat() 1162 blobs = howmany(fat->fatsize, fat32_cache_size); in copyfat() 1163 tailsize = fat->fatsize % fat32_cache_size; in copyfat() 1165 tailsize = fat32_cache_size; in copyfat() 1167 rwsize = fat32_cache_size; in copyfat() 1174 i++, src_off += fat32_cache_size, dst_off += fat32_cache_size) { in copyfat()