Searched refs:clustersize (Results 1 – 1 of 1) sorted by relevance
59 int rootdirents, clustersize; in check_fat_bootsect() local63 clustersize = get_8(§buf->bsSecPerClust); in check_fat_bootsect()64 if (clustersize == 0 || (clustersize & (clustersize - 1))) in check_fat_bootsect()83 clusters = dsectors / clustersize; in check_fat_bootsect()