Searched refs:long_sectors (Results 1 – 2 of 2) sorted by relevance
/external/grub/stage2/ | ||
D | fat.h | 51 __u32 long_sectors; /* number of sectors (if short_sectors == 0) */ member |
D | fsys_fat.c | 93 ? FAT_CVT_U16 (bpb.short_sectors) : bpb.long_sectors; in fat_mount() |