Expand description
Raw structures and functions implementations.
Structs§
- StatX
Attr - A set of ORed flags that indicate additional attributes of the file. Note that any attribute that is not indicated as supported by stx_attributes_mask has no usable value here. The bits in stx_attributes_mask correspond bit-by-bit to stx_attributes.
- StatX
Mask - A mask to tell the kernel which fields the caller is interested in.
- Statx
statx()
file informations representation.- stat
fstatat()
file informations representation.
Functions§
- fstatat⚠
- Invoke
fstatat
system call. - fstatat_
cstr ⚠ - Invoke
fstatat
system call withpath
as a crate::CStr. - statx⚠
- Invoke
statx
system call. - statx_
cstr ⚠ - Invoke
statx
system call withpath
as a crate::CStr.