Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c29 int fat_length; member
98 FAT_SUPER->fat_length = in fat_mount()
99 bpb.fat_length ? bpb.fat_length : bpb.fat32_length; in fat_mount()
103 FAT_SUPER->fat_offset + bpb.num_fats * FAT_SUPER->fat_length; in fat_mount()
115 if (!bpb.fat_length) in fat_mount()
127 FAT_SUPER->fat_offset += active_fat * FAT_SUPER->fat_length; in fat_mount()
162 > FAT_SUPER->fat_length)) in fat_mount()
H A Dfat.h47 __u16 fat_length; /* sectors/FAT */ member