Module raw

Source
Expand description

Raw structures and functions implementations.

Structs§

StatXAttr
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.
StatXMask
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 with path as a crate::CStr.
statx
Invoke statx system call.
statx_cstr
Invoke statx system call with path as a crate::CStr.