public static interface Mntent.mntent
extends org.graalvm.word.PointerBase
| Modifier and Type | Method and Description |
|---|---|
org.graalvm.nativeimage.c.type.CCharPointer |
mnt_dir()
Directory mounted on.
|
int |
mnt_freq()
Dump frequency (in days).
|
org.graalvm.nativeimage.c.type.CCharPointer |
mnt_fsname()
Device or server for filesystem.
|
org.graalvm.nativeimage.c.type.CCharPointer |
mnt_opts()
Comma-separated options for fs.
|
int |
mnt_passno()
Pass number for `fsck'.
|
org.graalvm.nativeimage.c.type.CCharPointer |
mnt_type()
Type of filesystem: ufs, nfs, etc.
|
org.graalvm.nativeimage.c.type.CCharPointer mnt_fsname()
org.graalvm.nativeimage.c.type.CCharPointer mnt_dir()
org.graalvm.nativeimage.c.type.CCharPointer mnt_type()
org.graalvm.nativeimage.c.type.CCharPointer mnt_opts()
int mnt_freq()
int mnt_passno()