Home
last modified time | relevance | path

Searched refs:FAT_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/grub/stage2/
Dfsys_fat.c55 #define FAT_CACHE_SIZE 2048 macro
193 FAT_SUPER->cached_fat = - 2 * FAT_CACHE_SIZE; in fat_mount()
237 (cached_pos + FAT_SUPER->fat_size) > 2*FAT_CACHE_SIZE) in fat_read()
243 if (!devread (sector, 0, FAT_CACHE_SIZE, (char*) FAT_BUF)) in fat_read()