Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfat.h45 __u8 short_sectors[2]; /* number of sectors */ member
H A Dfsys_fat.c93 FAT_SUPER->num_sectors = FAT_CVT_U16 (bpb.short_sectors) in fat_mount()
94 ? FAT_CVT_U16 (bpb.short_sectors) : bpb.long_sectors; in fat_mount()