Structs§
- Descriptor flags, as used with
FcntlCommand::F_GETFL
andFcntlCommand::F_SETFL
. - flags for execveat.
- Open flags, as used e.g. with
open
.
Enums§
- fcntl commands, as used with
fcntl
. - Lease type, as used with
FcntlCommand::F_SETLEASE
- Owner, as used with
FcntlCommand::F_SETOWN_EX
andFcntlCommand::F_GETOWN_EX
- Read-write hint, as used with
FcntlCommand::F_GET_RW_HINT
andFcntlCommand::F_SET_RW_HINT
. - Seal type, as used with
FcntlCommand::F_ADD_SEALS
andFcntlCommand::F_GET_SEALS
.