class sun.nio.fs.BsdFileStore extends sun.nio.fs.UnixFileStore
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.BsdFileStore
  super_class: sun.nio.fs.UnixFileStore
{
  void <init>(sun.nio.fs.UnixPath);
    descriptor: (Lsun/nio/fs/UnixPath;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.fs.BsdFileStore this
        start local 1 // sun.nio.fs.UnixPath file
         0: .line 40
            aload 0 /* this */
            aload 1 /* file */
            invokespecial sun.nio.fs.UnixFileStore.<init>:(Lsun/nio/fs/UnixPath;)V
         1: .line 41
            return
        end local 1 // sun.nio.fs.UnixPath file
        end local 0 // sun.nio.fs.BsdFileStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/BsdFileStore;
            0    2     1  file  Lsun/nio/fs/UnixPath;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  void <init>(sun.nio.fs.UnixFileSystem, sun.nio.fs.UnixMountEntry);
    descriptor: (Lsun/nio/fs/UnixFileSystem;Lsun/nio/fs/UnixMountEntry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.fs.BsdFileStore this
        start local 1 // sun.nio.fs.UnixFileSystem fs
        start local 2 // sun.nio.fs.UnixMountEntry entry
         0: .line 44
            aload 0 /* this */
            aload 1 /* fs */
            aload 2 /* entry */
            invokespecial sun.nio.fs.UnixFileStore.<init>:(Lsun/nio/fs/UnixFileSystem;Lsun/nio/fs/UnixMountEntry;)V
         1: .line 45
            return
        end local 2 // sun.nio.fs.UnixMountEntry entry
        end local 1 // sun.nio.fs.UnixFileSystem fs
        end local 0 // sun.nio.fs.BsdFileStore this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/fs/BsdFileStore;
            0    2     1     fs  Lsun/nio/fs/UnixFileSystem;
            0    2     2  entry  Lsun/nio/fs/UnixMountEntry;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      fs     
      entry  

  sun.nio.fs.UnixMountEntry findMountEntry();
    descriptor: ()Lsun/nio/fs/UnixMountEntry;
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // sun.nio.fs.BsdFileStore this
         0: .line 53
            aload 0 /* this */
            invokevirtual sun.nio.fs.BsdFileStore.file:()Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            astore 1 /* fs */
        start local 1 // sun.nio.fs.UnixFileSystem fs
         1: .line 56
            aconst_null
            astore 2 /* path */
        start local 2 // sun.nio.fs.UnixPath path
         2: .line 58
            aload 0 /* this */
            invokevirtual sun.nio.fs.BsdFileStore.file:()Lsun/nio/fs/UnixPath;
            invokestatic sun.nio.fs.UnixNativeDispatcher.realpath:(Lsun/nio/fs/UnixPath;)[B
            astore 3 /* rp */
        start local 3 // byte[] rp
         3: .line 59
            new sun.nio.fs.UnixPath
            dup
            aload 1 /* fs */
            aload 3 /* rp */
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            astore 2 /* path */
        end local 3 // byte[] rp
         4: .line 60
            goto 7
      StackMap locals: sun.nio.fs.BsdFileStore sun.nio.fs.UnixFileSystem sun.nio.fs.UnixPath
      StackMap stack: sun.nio.fs.UnixException
         5: astore 3 /* x */
        start local 3 // sun.nio.fs.UnixException x
         6: .line 61
            aload 3 /* x */
            aload 0 /* this */
            invokevirtual sun.nio.fs.BsdFileStore.file:()Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 3 // sun.nio.fs.UnixException x
         7: .line 65
      StackMap locals:
      StackMap stack:
            aload 2 /* path */
            invokevirtual sun.nio.fs.UnixPath.getParent:()Lsun/nio/fs/UnixPath;
            astore 3 /* parent */
        start local 3 // sun.nio.fs.UnixPath parent
         8: .line 66
            goto 18
         9: .line 67
      StackMap locals: sun.nio.fs.UnixPath
      StackMap stack:
            aconst_null
            astore 4 /* attrs */
        start local 4 // sun.nio.fs.UnixFileAttributes attrs
        10: .line 69
            aload 3 /* parent */
            iconst_1
            invokestatic sun.nio.fs.UnixFileAttributes.get:(Lsun/nio/fs/UnixPath;Z)Lsun/nio/fs/UnixFileAttributes;
            astore 4 /* attrs */
        11: .line 70
            goto 14
      StackMap locals: sun.nio.fs.BsdFileStore sun.nio.fs.UnixFileSystem sun.nio.fs.UnixPath sun.nio.fs.UnixPath sun.nio.fs.UnixFileAttributes
      StackMap stack: sun.nio.fs.UnixException
        12: astore 5 /* x */
        start local 5 // sun.nio.fs.UnixException x
        13: .line 71
            aload 5 /* x */
            aload 3 /* parent */
            invokevirtual sun.nio.fs.UnixException.rethrowAsIOException:(Lsun/nio/fs/UnixPath;)V
        end local 5 // sun.nio.fs.UnixException x
        14: .line 73
      StackMap locals:
      StackMap stack:
            aload 4 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.dev:()J
            aload 0 /* this */
            invokevirtual sun.nio.fs.BsdFileStore.dev:()J
            lcmp
            ifeq 16
        15: .line 74
            goto 19
        16: .line 75
      StackMap locals:
      StackMap stack:
            aload 3 /* parent */
            astore 2 /* path */
        17: .line 76
            aload 3 /* parent */
            invokevirtual sun.nio.fs.UnixPath.getParent:()Lsun/nio/fs/UnixPath;
            astore 3 /* parent */
        end local 4 // sun.nio.fs.UnixFileAttributes attrs
        18: .line 66
      StackMap locals:
      StackMap stack:
            aload 3 /* parent */
            ifnonnull 9
        19: .line 80
      StackMap locals:
      StackMap stack:
            aload 2 /* path */
            invokevirtual sun.nio.fs.UnixPath.asByteArray:()[B
            astore 4 /* dir */
        start local 4 // byte[] dir
        20: .line 81
            aload 1 /* fs */
            invokevirtual sun.nio.fs.UnixFileSystem.getMountEntries:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6
            goto 24
      StackMap locals: sun.nio.fs.BsdFileStore sun.nio.fs.UnixFileSystem sun.nio.fs.UnixPath sun.nio.fs.UnixPath byte[] top java.util.Iterator
      StackMap stack:
        21: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.nio.fs.UnixMountEntry
            astore 5 /* entry */
        start local 5 // sun.nio.fs.UnixMountEntry entry
        22: .line 82
            aload 4 /* dir */
            aload 5 /* entry */
            invokevirtual sun.nio.fs.UnixMountEntry.dir:()[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ifeq 24
        23: .line 83
            aload 5 /* entry */
            areturn
        end local 5 // sun.nio.fs.UnixMountEntry entry
        24: .line 81
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 21
        25: .line 86
            new java.io.IOException
            dup
            ldc "Mount point not found in fstab"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // byte[] dir
        end local 3 // sun.nio.fs.UnixPath parent
        end local 2 // sun.nio.fs.UnixPath path
        end local 1 // sun.nio.fs.UnixFileSystem fs
        end local 0 // sun.nio.fs.BsdFileStore this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lsun/nio/fs/BsdFileStore;
            1   26     1      fs  Lsun/nio/fs/UnixFileSystem;
            2   26     2    path  Lsun/nio/fs/UnixPath;
            3    4     3      rp  [B
            6    7     3       x  Lsun/nio/fs/UnixException;
            8   26     3  parent  Lsun/nio/fs/UnixPath;
           10   18     4   attrs  Lsun/nio/fs/UnixFileAttributes;
           13   14     5       x  Lsun/nio/fs/UnixException;
           20   26     4     dir  [B
           22   24     5   entry  Lsun/nio/fs/UnixMountEntry;
      Exception table:
        from    to  target  type
           2     4       5  Class sun.nio.fs.UnixException
          10    11      12  Class sun.nio.fs.UnixException
    Exceptions:
      throws java.io.IOException
}
SourceFile: "BsdFileStore.java"