Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c38 int sects_per_clust; member
85 if (bpb.sects_per_clust == 0) in fat_mount()
90 = FAT_SUPER->sectsize_bits + log2 (bpb.sects_per_clust); in fat_mount()
112 / bpb.sects_per_clust); in fat_mount()
113 FAT_SUPER->sects_per_clust = bpb.sects_per_clust; in fat_mount()
158 || bpb.sects_per_clust != (1 << (FAT_SUPER->clustsize_bits in fat_mount()
H A Dfat.h41 __u8 sects_per_clust;/* sectors/cluster */ member