Searched refs:sectors_per_clusters (Results 1 – 2 of 2) sorted by relevance
850 if (boot->sectors_per_clusters <= 0x80) in true_sectors_per_clst()851 return boot->sectors_per_clusters; in true_sectors_per_clst()852 if (boot->sectors_per_clusters >= 0xf4) /* limit shift to 2MB max */ in true_sectors_per_clst()853 return 1U << (-(s8)boot->sectors_per_clusters); in true_sectors_per_clst()
201 u8 sectors_per_clusters;// 0x0D: Sectors per cluster. member