Home
last modified time | relevance | path

Searched refs:clustersize (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/libinstaller/
Dfs.c59 int rootdirents, clustersize; in check_fat_bootsect() local
63 clustersize = get_8(&sectbuf->bsSecPerClust); in check_fat_bootsect()
64 if (clustersize == 0 || (clustersize & (clustersize - 1))) in check_fat_bootsect()
83 clusters = dsectors / clustersize; in check_fat_bootsect()