public class Statvfs extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Statvfs.statvfs |
| Constructor and Description |
|---|
Statvfs() |
| Modifier and Type | Method and Description |
|---|---|
static int |
fstatvfs(int fildes,
Statvfs.statvfs buf)
Return information about the filesystem containing the file FILDES refers to.
|
static int |
ST_APPEND()
Append-only file.
|
static int |
ST_IMMUTABLE()
Immutable file.
|
static int |
ST_MANDLOCK()
Allow mandatory locks on an FS.
|
static int |
ST_NOATIME()
Do not update access times.
|
static int |
ST_NODEV()
Disallow access to device special files.
|
static int |
ST_NODIRATIME()
Do not update directory access times.
|
static int |
ST_NOEXEC()
Disallow program execution.
|
static int |
ST_NOSUID()
Ignore suid and sgid bits.
|
static int |
ST_RDONLY()
Mount read-only.
|
static int |
ST_SYNCHRONOUS()
Writes are synced at once.
|
static int |
ST_WRITE()
Write on file/directory/symlink.
|
static int |
statvfs(org.graalvm.nativeimage.c.type.CCharPointer file,
Statvfs.statvfs buf)
Return information about the filesystem on which FILE resides.
|
public static int ST_RDONLY()
public static int ST_NOSUID()
public static int ST_NODEV()
public static int ST_NOEXEC()
public static int ST_SYNCHRONOUS()
public static int ST_MANDLOCK()
public static int ST_WRITE()
public static int ST_APPEND()
public static int ST_IMMUTABLE()
public static int ST_NOATIME()
public static int ST_NODIRATIME()
public static int statvfs(org.graalvm.nativeimage.c.type.CCharPointer file,
Statvfs.statvfs buf)
public static int fstatvfs(int fildes,
Statvfs.statvfs buf)