Searched refs:rootDirSectors (Results 1 – 3 of 3) sorted by relevance
161 final long rootDirSectors = ((getRootDirEntryCount() * 32) + in getFatType() local165 rootDirSectors); in getFatType()
90 final int rootDirSectors = ((rootDirEntries * 32) + in read() local109 (fatCount * fatSz) + rootDirSectors); in read()
273 final int rootDirSectors = in sectorsPerFat() local276 totalSectors - (this.reservedSectors + rootDirSectors); in sectorsPerFat()