Searched refs:fsi (Results 1 – 1 of 1) sorted by relevance
192 final FsInfoSector fsi; in format() local211 fsi = FsInfoSector.create(f32bs); in format()224 fsi = null; in format()241 fsi.setFreeClusterCount(fat.getFreeClusterCount()); in format()242 fsi.setLastAllocatedCluster(fat.getLastAllocatedCluster()); in format()243 fsi.write(); in format()