Searched refs:Fat32BootSector (Results 1 – 6 of 6) sorted by relevance
61 public static FsInfoSector read(Fat32BootSector bs) throws IOException { in read()79 public static FsInfoSector create(Fat32BootSector bs) throws IOException { in create()93 private static int offset(Fat32BootSector bs) { in offset()
197 bs = new Fat32BootSector(device); in format()200 final Fat32BootSector f32bs = (Fat32BootSector) bs; in format()231 Fat32BootSector f32bs = (Fat32BootSector) bs; in format()
29 final class Fat32BootSector extends BootSector { class57 public Fat32BootSector(BlockDevice device) throws IOException { in Fat32BootSector() method in Fat32BootSector
73 final Fat32BootSector bs = (Fat32BootSector) fat.getBootSector(); in createRoot()
88 final Fat32BootSector f32bs = (Fat32BootSector) bs; in FatFileSystem()
103 bb.getInt(Fat32BootSector.SECTORS_PER_FAT_OFFSET) & 0xffffffffl; in read()115 new Fat32BootSector(device) : new Fat16BootSector(device); in read()