Searched defs:fat_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c30 int fat_size; member in struct:fat_superblock
130 FAT_SUPER->fat_size = 8;
144 FAT_SUPER->fat_size = 4;
149 FAT_SUPER->fat_size = 3;
161 || (FAT_SUPER->fat_size * FAT_SUPER->num_clust / (2 * SECTOR_SIZE)
171 if (FAT_SUPER->fat_size == 8)
176 else if (FAT_SUPER->fat_size == 4)
233 FAT_SUPER->current_cluster * FAT_SUPER->fat_size;
238 (cached_pos + FAT_SUPER->fat_size) > 2*FAT_CACHE_SIZE)
248 if (FAT_SUPER->fat_size
[all...]

Completed in 45 milliseconds