Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c55 #define FAT_CACHE_SIZE 2048 macro
194 FAT_SUPER->cached_fat = - 2 * FAT_CACHE_SIZE; in fat_mount()
238 (cached_pos + FAT_SUPER->fat_size) > 2*FAT_CACHE_SIZE) in fat_read()
244 if (!devread (sector, 0, FAT_CACHE_SIZE, (char*) FAT_BUF)) in fat_read()