Home
last modified time | relevance | path

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

/external/grub/stage2/
Dfsys_fat.c123 int active_fat = bpb.flags & 0x000f; in fat_mount() local
124 if (active_fat >= bpb.num_fats) in fat_mount()
126 FAT_SUPER->fat_offset += active_fat * FAT_SUPER->fat_length; in fat_mount()