Home
last modified time | relevance | path

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

/external/syslinux/libinstaller/
Dfs.c57 long long sectors, fatsectors, dsectors; in check_fat_bootsect() local
70 dsectors = sectors - get_16(&sectbuf->bsResSectors); in check_fat_bootsect()
75 dsectors -= fatsectors; in check_fat_bootsect()
78 dsectors -= (rootdirents + sectorsize / 32 - 1) / sectorsize; in check_fat_bootsect()
80 if (dsectors < 0) in check_fat_bootsect()
83 clusters = dsectors / clustersize; in check_fat_bootsect()