Class StatNS

java.lang.Object
com.redhat.et.libguestfs.StatNS

public class StatNS extends Object
StatNS structure.
See Also:
  • Field Details

    • st_dev

      public long st_dev
    • st_ino

      public long st_ino
    • st_mode

      public long st_mode
    • st_uid

      public long st_uid
    • st_gid

      public long st_gid
    • st_rdev

      public long st_rdev
    • st_size

      public long st_size
    • st_blksize

      public long st_blksize
    • st_blocks

      public long st_blocks
    • st_atime_sec

      public long st_atime_sec
    • st_atime_nsec

      public long st_atime_nsec
    • st_mtime_sec

      public long st_mtime_sec
    • st_mtime_nsec

      public long st_mtime_nsec
    • st_ctime_sec

      public long st_ctime_sec
    • st_ctime_nsec

      public long st_ctime_nsec
    • st_spare1

      public long st_spare1
    • st_spare2

      public long st_spare2
    • st_spare3

      public long st_spare3
    • st_spare4

      public long st_spare4
    • st_spare5

      public long st_spare5
    • st_spare6

      public long st_spare6
  • Constructor Details

    • StatNS

      public StatNS()