Searched defs:bs (Results 1 – 7 of 7) sorted by relevance
41 public static long getFatOffset(BootSector bs, int fatNr) { in getFatOffset()61 public static long getRootDirOffset(BootSector bs) { in getRootDirOffset()80 public static long getFilesOffset(BootSector bs) { in getFilesOffset()
34 private Fat16RootDirectory(Fat16BootSector bs, boolean readOnly) { in Fat16RootDirectory()54 Fat16BootSector bs, boolean readOnly) throws IOException { in read()71 Fat16BootSector bs) throws IOException { in create()
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()
45 private final BootSector bs; field in Fat61 public static Fat read(BootSector bs, int fatNr) in read()86 public static Fat create(BootSector bs, int fatNr) in create()106 private Fat(BootSector bs, long offset) throws IOException { in Fat()
73 final Fat32BootSector bs = (Fat32BootSector) fat.getBootSector(); in createRoot() local
167 private void initBootSector(BootSector bs) in initBootSector()193 final BootSector bs; in format() local
44 private final BootSector bs; field in FatFileSystem