Package com.redhat.et.libguestfs
Class StatNS
- java.lang.Object
-
- com.redhat.et.libguestfs.StatNS
-
public class StatNS extends java.lang.ObjectStatNS structure.- See Also:
GuestFS
-
-
Field Summary
Fields Modifier and Type Field Description longst_atime_nseclongst_atime_seclongst_blksizelongst_blockslongst_ctime_nseclongst_ctime_seclongst_devlongst_gidlongst_inolongst_modelongst_mtime_nseclongst_mtime_seclongst_nlinklongst_rdevlongst_sizelongst_spare1longst_spare2longst_spare3longst_spare4longst_spare5longst_spare6longst_uid
-
Constructor Summary
Constructors Constructor Description StatNS()
-
-
-
Field Detail
-
st_dev
public long st_dev
-
st_ino
public long st_ino
-
st_mode
public long st_mode
-
st_nlink
public long st_nlink
-
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
-
-