MAX_FAT12
is_fat16(sbi) ? MAX_FAT16 : MAX_FAT12;
sbi->fat_bits = (total_clusters > MAX_FAT12) ? 16 : 12;