Searched refs:sectors_per_clusters (Results 1 – 2 of 2) sorted by relevance
672 if (boot->sectors_per_clusters <= 0x80) in true_sectors_per_clst()673 return boot->sectors_per_clusters; in true_sectors_per_clst()674 if (boot->sectors_per_clusters >= 0xf4) /* limit shift to 2MB max */ in true_sectors_per_clst()675 return 1U << (0 - boot->sectors_per_clusters); in true_sectors_per_clst()
207 u8 sectors_per_clusters;// 0x0D: Sectors per cluster. member