Structs§
- Access
*_OK
constants for use withaccessat
.- AtFlags
AT_*
constants for use withopenat
,statat
, and other*at
functions.- Fallocate
Flags FALLOC_FL_*
constants for use withfallocate
.- Fsid
fsid_t
for use withStatFs
.- Memfd
Flags MFD_*
constants for use withmemfd_create
.- Mode
S_I*
constants for use withopenat
,chmodat
, andfchmod
.- OFlags
O_*
constants for use withopenat
.- Rename
Flags RENAME_*
constants for use withrenameat_with
.- Resolve
Flags RESOLVE_*
constants for use withopenat2
.- Seal
Flags F_SEAL_*
constants for use withfcntl_add_seals
andfcntl_get_seals
.- Stat
struct stat
for use withstatat
andfstat
.- StatFs
struct statfs
for use withstatfs
andfstatfs
.- StatVfs
struct statvfs
for use withstatvfs
andfstatvfs
.- Stat
VfsMount Flags ST_*
constants for use withStatVfs
.
Enums§
- Advice
POSIX_FADV_*
constants for use withfadvise
.- File
Type S_IF*
constants for use withmknodat
andStat
’sst_mode
field.- Flock
Operation LOCK_*
constants for use withflock
andfcntl_lock
.