Structs§
- OpenHow
- A structure that specifies how a path should be opened with
openat2(). - Resolve
Flags - Flags that modify path resolution.
Functions§
- has_
openat2 - Probe for the presence of the
openat2()syscall. - has_
openat2_ cached - A cached version of
has_openat2(). - openat2
- Call the
openat2()syscall to open the specifiedpath. - openat2_
cstr - Call the
openat2()syscall to open the specifiedpath. - supports_
open_ how - Check whether the running kernel supports the given
OpenHowstructure.