Module fcntl

Source

Structs§

DescriptorFlags
Descriptor flags, as used with FcntlCommand::F_GETFL and FcntlCommand::F_SETFL.
ExecveAtFlags
flags for execveat.
OFlag
Open flags, as used e.g. with open.

Enums§

FcntlCommand
fcntl commands, as used with fcntl.
FcntlLeaseType
Lease type, as used with FcntlCommand::F_SETLEASE
FcntlOwner
Owner, as used with FcntlCommand::F_SETOWN_EX and FcntlCommand::F_GETOWN_EX
FcntlRwHint
Read-write hint, as used with FcntlCommand::F_GET_RW_HINT and FcntlCommand::F_SET_RW_HINT.
FcntlSealType
Seal type, as used with FcntlCommand::F_ADD_SEALS and FcntlCommand::F_GET_SEALS.