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
fstatatsystem call. - fstatat_
cstr ⚠ - Invoke
fstatatsystem call withpathas a crate::CStr. - statx⚠
- Invoke
statxsystem call. - statx_
cstr ⚠ - Invoke
statxsystem call withpathas a crate::CStr.