Searched refs:bytes_per_sect (Results 1 – 2 of 2) sorted by relevance
71 FAT_SUPER->sectsize_bits = log2 (FAT_CVT_U16 (bpb.bytes_per_sect)); in fat_mount()139 if (FAT_CVT_U16(bpb.bytes_per_sect) != (1 << FAT_SUPER->sectsize_bits) in fat_mount()140 || FAT_CVT_U16(bpb.bytes_per_sect) != SECTOR_SIZE in fat_mount()
39 __u8 bytes_per_sect[2]; /* bytes per logical sector */ member
Completed in 3 milliseconds