Skip to main contentModule fcntl
Source - AccessModeOFlag
- “Access mode” flags as specified in open(2); Subset of OFlag.
- DescriptorFlags
- Descriptor flags, as used with
FcntlCommand::F_GETFL and FcntlCommand::F_SETFL. - ExecveAtFlags
- flags for execveat.
- FileCreationOFlag
- “File creation flags” as specified in open(2). Subset of OFlag.
- FileStatusOFlag
- “File status flags” as specified in open(2), as “all the remaining flags”
that aren’t specified as creation or access flags.
- OFlag
- Open flags, as used e.g. with
open. - flock
- 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. - FlockType
- Lock type, as found in
flock::l_type, used with e.g.
FcntlCommand::F_SETLK and FcntlCommand::F_OFD_SETLK - FlockWhence
- LINUX_O_ASYNC