Searched refs:short_sectors (Results 1 – 2 of 2) sorted by relevance
45 __u8 short_sectors[2]; /* number of sectors */ member
92 FAT_SUPER->num_sectors = FAT_CVT_U16 (bpb.short_sectors) in fat_mount()93 ? FAT_CVT_U16 (bpb.short_sectors) : bpb.long_sectors; in fat_mount()