Searched refs:fatCount (Results 1 – 2 of 2) sorted by relevance
92 private int fatCount; field in SuperFloppyFormatter104 this.fatCount = DEFAULT_FAT_COUNT; in SuperFloppyFormatter()173 bs.setNrFats(fatCount); in initBootSector()277 int tmp2 = (256 * this.sectorsPerCluster) + this.fatCount; in sectorsPerFat()393 if (this.fatCount != 2) throw new IllegalStateException( in sectorsPerCluster32()427 if (this.fatCount != 2) throw new IllegalStateException( in sectorsPerCluster16()
107 final int fatCount = bb.get(FAT_COUNT_OFFSET); in read() local109 (fatCount * fatSz) + rootDirSectors); in read()