Searched refs:reservedSectors (Results 1 – 2 of 2) sorted by relevance
91 private int reservedSectors; field in SuperFloppyFormatter172 bs.setNrReservedSectors(reservedSectors); in initBootSector()276 totalSectors - (this.reservedSectors + rootDirSectors); in sectorsPerFat()352 this.reservedSectors = 1; in setFatType()356 this.reservedSectors = 32; in setFatType()390 if (this.reservedSectors != 32) throw new IllegalStateException( in sectorsPerCluster32()424 if (this.reservedSectors != 1) throw new IllegalStateException( in sectorsPerCluster16()
106 final int reservedSectors = bb.getShort(RESERVED_SECTORS_OFFSET); in read() local108 final long dataSectors = totalSectors - (reservedSectors + in read()