Searched refs:totalSectors (Results 1 – 2 of 2) sorted by relevance
190 final int totalSectors = (int)(device.getSize() / sectorSize); in format() local204 f32bs.setSectorsPerFat(sectorsPerFat(0, totalSectors)); in format()219 device.getSectorSize(), totalSectors); in format()222 f16bs.setSectorsPerFat(sectorsPerFat(rootDirEntries, totalSectors)); in format()269 private int sectorsPerFat(int rootDirEntries, int totalSectors) in sectorsPerFat() argument276 totalSectors - (this.reservedSectors + rootDirSectors); in sectorsPerFat()
98 final long totalSectors = total16 == 0 ? total32 : total16; in read() local108 final long dataSectors = totalSectors - (reservedSectors + in read()