Searched refs:fat32_cache_entries (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dfat.c163 static const size_t fat32_cache_entries = 32; /* XXXgcc: cache_size / cache_chunk_size */ variable
765 entry = calloc(fat32_cache_entries, sizeof(*entry));
768 fat32_cache_entries, sizeof(entry));
771 for (i = 0; i < fat32_cache_entries; i++) {

Completed in 103 milliseconds