class sun.nio.fs.LinuxFileStore extends sun.nio.fs.UnixFileStore
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.LinuxFileStore
  super_class: sun.nio.fs.UnixFileStore
{
  private volatile boolean xattrChecked;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile boolean xattrEnabled;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  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.LinuxFileStore this
        start local 1 // sun.nio.fs.UnixPath file
         0: .line 44
            aload 0 /* this */
            aload 1 /* file */
            invokespecial sun.nio.fs.UnixFileStore.<init>:(Lsun/nio/fs/UnixPath;)V
         1: .line 45
            return
        end local 1 // sun.nio.fs.UnixPath file
        end local 0 // sun.nio.fs.LinuxFileStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/fs/LinuxFileStore;
            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.LinuxFileStore this
        start local 1 // sun.nio.fs.UnixFileSystem fs
        start local 2 // sun.nio.fs.UnixMountEntry entry
         0: .line 48
            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 49
            return
        end local 2 // sun.nio.fs.UnixMountEntry entry
        end local 1 // sun.nio.fs.UnixFileSystem fs
        end local 0 // sun.nio.fs.LinuxFileStore this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/nio/fs/LinuxFileStore;
            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.LinuxFileStore this
         0: .line 57
            aload 0 /* this */
            invokevirtual sun.nio.fs.LinuxFileStore.file:()Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            checkcast sun.nio.fs.LinuxFileSystem
            astore 1 /* fs */
        start local 1 // sun.nio.fs.LinuxFileSystem fs
         1: .line 60
            aconst_null
            astore 2 /* path */
        start local 2 // sun.nio.fs.UnixPath path
         2: .line 62
            aload 0 /* this */
            invokevirtual sun.nio.fs.LinuxFileStore.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 63
            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 64
            goto 7
      StackMap locals: sun.nio.fs.LinuxFileStore sun.nio.fs.LinuxFileSystem sun.nio.fs.UnixPath
      StackMap stack: sun.nio.fs.UnixException
         5: astore 3 /* x */
        start local 3 // sun.nio.fs.UnixException x
         6: .line 65
            aload 3 /* x */
            aload 0 /* this */
            invokevirtual sun.nio.fs.LinuxFileStore.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 69
      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 70
            goto 18
         9: .line 71
      StackMap locals: sun.nio.fs.UnixPath
      StackMap stack:
            aconst_null
            astore 4 /* attrs */
        start local 4 // sun.nio.fs.UnixFileAttributes attrs
        10: .line 73
            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 74
            goto 14
      StackMap locals: sun.nio.fs.LinuxFileStore sun.nio.fs.LinuxFileSystem 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 75
            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 77
      StackMap locals:
      StackMap stack:
            aload 4 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.dev:()J
            aload 0 /* this */
            invokevirtual sun.nio.fs.LinuxFileStore.dev:()J
            lcmp
            ifeq 16
        15: .line 78
            goto 19
        16: .line 79
      StackMap locals:
      StackMap stack:
            aload 3 /* parent */
            astore 2 /* path */
        17: .line 80
            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 70
      StackMap locals:
      StackMap stack:
            aload 3 /* parent */
            ifnonnull 9
        19: .line 85
      StackMap locals:
      StackMap stack:
            aload 2 /* path */
            invokevirtual sun.nio.fs.UnixPath.asByteArray:()[B
            astore 4 /* dir */
        start local 4 // byte[] dir
        20: .line 86
            aload 1 /* fs */
            ldc "/proc/mounts"
            invokevirtual sun.nio.fs.LinuxFileSystem.getMountEntries:(Ljava/lang/String;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6
            goto 24
      StackMap locals: sun.nio.fs.LinuxFileStore sun.nio.fs.LinuxFileSystem 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 87
            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 88
            aload 5 /* entry */
            areturn
        end local 5 // sun.nio.fs.UnixMountEntry entry
        24: .line 86
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 21
        25: .line 91
            new java.io.IOException
            dup
            ldc "Mount point not found"
            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.LinuxFileSystem fs
        end local 0 // sun.nio.fs.LinuxFileStore this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lsun/nio/fs/LinuxFileStore;
            1   26     1      fs  Lsun/nio/fs/LinuxFileSystem;
            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

  private boolean isExtendedAttributesEnabled(sun.nio.fs.UnixPath);
    descriptor: (Lsun/nio/fs/UnixPath;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.nio.fs.LinuxFileStore this
        start local 1 // sun.nio.fs.UnixPath path
         0: .line 97
            iconst_m1
            istore 2 /* fd */
        start local 2 // int fd
         1: .line 99
            aload 1 /* path */
            iconst_0
            invokevirtual sun.nio.fs.UnixPath.openForAttributeAccess:(Z)I
            istore 2 /* fd */
         2: .line 102
            ldc "user.java"
            invokestatic sun.nio.fs.Util.toBytes:(Ljava/lang/String;)[B
            astore 3 /* name */
        start local 3 // byte[] name
         3: .line 103
            iload 2 /* fd */
            aload 3 /* name */
            lconst_0
            iconst_0
            invokestatic sun.nio.fs.LinuxNativeDispatcher.fgetxattr:(I[BJI)I
            pop
         4: .line 110
            iload 2 /* fd */
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
         5: .line 104
            iconst_1
            ireturn
        end local 3 // byte[] name
         6: .line 105
      StackMap locals: sun.nio.fs.LinuxFileStore sun.nio.fs.UnixPath int
      StackMap stack: sun.nio.fs.UnixException
            astore 3 /* e */
        start local 3 // sun.nio.fs.UnixException e
         7: .line 107
            aload 3 /* e */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 61
            if_icmpne 10
         8: .line 110
            iload 2 /* fd */
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
         9: .line 108
            iconst_1
            ireturn
        end local 3 // sun.nio.fs.UnixException e
        10: .line 110
      StackMap locals:
      StackMap stack:
            iload 2 /* fd */
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
            goto 14
        11: .line 109
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        12: .line 110
            iload 2 /* fd */
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
        13: .line 111
            aload 4
            athrow
        14: .line 112
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int fd
        end local 1 // sun.nio.fs.UnixPath path
        end local 0 // sun.nio.fs.LinuxFileStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/nio/fs/LinuxFileStore;
            0   15     1  path  Lsun/nio/fs/UnixPath;
            1   15     2    fd  I
            3    6     3  name  [B
            7   10     3     e  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
           1     4       6  Class sun.nio.fs.UnixException
           1     4      11  any
           6     8      11  any
    MethodParameters:
      Name  Flags
      path  

  public boolean supportsFileAttributeView(java.lang.Class<? extends java.nio.file.attribute.FileAttributeView>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.nio.fs.LinuxFileStore this
        start local 1 // java.lang.Class type
         0: .line 119
            aload 1 /* type */
            ldc Ljava/nio/file/attribute/DosFileAttributeView;
            if_acmpeq 2
         1: .line 120
            aload 1 /* type */
            ldc Ljava/nio/file/attribute/UserDefinedFileAttributeView;
            if_acmpne 16
         2: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "user_xattr"
            invokevirtual sun.nio.fs.LinuxFileStore.checkIfFeaturePresent:(Ljava/lang/String;)Lsun/nio/fs/UnixFileStore$FeatureStatus;
            astore 2 /* status */
        start local 2 // sun.nio.fs.UnixFileStore$FeatureStatus status
         3: .line 124
            aload 2 /* status */
            getstatic sun.nio.fs.UnixFileStore$FeatureStatus.PRESENT:Lsun/nio/fs/UnixFileStore$FeatureStatus;
            if_acmpne 5
         4: .line 125
            iconst_1
            ireturn
         5: .line 126
      StackMap locals: sun.nio.fs.UnixFileStore$FeatureStatus
      StackMap stack:
            aload 2 /* status */
            getstatic sun.nio.fs.UnixFileStore$FeatureStatus.NOT_PRESENT:Lsun/nio/fs/UnixFileStore$FeatureStatus;
            if_acmpne 7
         6: .line 127
            iconst_0
            ireturn
         7: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.LinuxFileStore.entry:()Lsun/nio/fs/UnixMountEntry;
            ldc "user_xattr"
            invokevirtual sun.nio.fs.UnixMountEntry.hasOption:(Ljava/lang/String;)Z
            ifeq 9
         8: .line 132
            iconst_1
            ireturn
         9: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.nio.fs.LinuxFileStore.entry:()Lsun/nio/fs/UnixMountEntry;
            invokevirtual sun.nio.fs.UnixMountEntry.fstype:()Ljava/lang/String;
            ldc "ext3"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
            aload 0 /* this */
            invokevirtual sun.nio.fs.LinuxFileStore.entry:()Lsun/nio/fs/UnixMountEntry;
            invokevirtual sun.nio.fs.UnixMountEntry.fstype:()Ljava/lang/String;
            ldc "ext4"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 137
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        11: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.LinuxFileStore.xattrChecked:Z
            ifne 15
        12: .line 141
            new sun.nio.fs.UnixPath
            dup
            aload 0 /* this */
            invokevirtual sun.nio.fs.LinuxFileStore.file:()Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixPath.getFileSystem:()Lsun/nio/fs/UnixFileSystem;
            aload 0 /* this */
            invokevirtual sun.nio.fs.LinuxFileStore.entry:()Lsun/nio/fs/UnixMountEntry;
            invokevirtual sun.nio.fs.UnixMountEntry.dir:()[B
            invokespecial sun.nio.fs.UnixPath.<init>:(Lsun/nio/fs/UnixFileSystem;[B)V
            astore 3 /* dir */
        start local 3 // sun.nio.fs.UnixPath dir
        13: .line 142
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* dir */
            invokevirtual sun.nio.fs.LinuxFileStore.isExtendedAttributesEnabled:(Lsun/nio/fs/UnixPath;)Z
            putfield sun.nio.fs.LinuxFileStore.xattrEnabled:Z
        14: .line 143
            aload 0 /* this */
            iconst_1
            putfield sun.nio.fs.LinuxFileStore.xattrChecked:Z
        end local 3 // sun.nio.fs.UnixPath dir
        15: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.LinuxFileStore.xattrEnabled:Z
            ireturn
        end local 2 // sun.nio.fs.UnixFileStore$FeatureStatus status
        16: .line 148
      StackMap locals:
      StackMap stack:
            aload 1 /* type */
            ldc Ljava/nio/file/attribute/PosixFileAttributeView;
            if_acmpne 18
            aload 0 /* this */
            invokevirtual sun.nio.fs.LinuxFileStore.entry:()Lsun/nio/fs/UnixMountEntry;
            invokevirtual sun.nio.fs.UnixMountEntry.fstype:()Ljava/lang/String;
            ldc "vfat"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        17: .line 149
            iconst_0
            ireturn
        18: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* type */
            invokespecial sun.nio.fs.UnixFileStore.supportsFileAttributeView:(Ljava/lang/Class;)Z
            ireturn
        end local 1 // java.lang.Class type
        end local 0 // sun.nio.fs.LinuxFileStore this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lsun/nio/fs/LinuxFileStore;
            0   19     1    type  Ljava/lang/Class<+Ljava/nio/file/attribute/FileAttributeView;>;
            3   16     2  status  Lsun/nio/fs/UnixFileStore$FeatureStatus;
           13   15     3     dir  Lsun/nio/fs/UnixPath;
    Signature: (Ljava/lang/Class<+Ljava/nio/file/attribute/FileAttributeView;>;)Z
    MethodParameters:
      Name  Flags
      type  

  public boolean supportsFileAttributeView(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.fs.LinuxFileStore this
        start local 1 // java.lang.String name
         0: .line 155
            aload 1 /* name */
            ldc "dos"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 156
            aload 0 /* this */
            ldc Ljava/nio/file/attribute/DosFileAttributeView;
            invokevirtual sun.nio.fs.LinuxFileStore.supportsFileAttributeView:(Ljava/lang/Class;)Z
            ireturn
         2: .line 157
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            ldc "user"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 158
            aload 0 /* this */
            ldc Ljava/nio/file/attribute/UserDefinedFileAttributeView;
            invokevirtual sun.nio.fs.LinuxFileStore.supportsFileAttributeView:(Ljava/lang/Class;)Z
            ireturn
         4: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* name */
            invokespecial sun.nio.fs.UnixFileStore.supportsFileAttributeView:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String name
        end local 0 // sun.nio.fs.LinuxFileStore this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/fs/LinuxFileStore;
            0    5     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "LinuxFileStore.java"
InnerClasses:
  final FeatureStatus = sun.nio.fs.UnixFileStore$FeatureStatus of sun.nio.fs.UnixFileStore