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