|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.redhat.et.libguestfs.StatVFS
public class StatVFS
StatVFS structure.
GuestFS
Field Summary | |
---|---|
long |
bavail
|
long |
bfree
|
long |
blocks
|
long |
bsize
|
long |
favail
|
long |
ffree
|
long |
files
|
long |
flag
|
long |
frsize
|
long |
fsid
|
long |
namemax
|
Constructor Summary | |
---|---|
StatVFS()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long bsize
public long frsize
public long blocks
public long bfree
public long bavail
public long files
public long ffree
public long favail
public long fsid
public long flag
public long namemax
Constructor Detail |
---|
public StatVFS()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |