Module linux_stat::raw

source ·
Expand description

Raw structures and functions implementations.

Structs

  • 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.
  • A mask to tell the kernel which fields the caller is interested in.
  • statx() file informations representation.
  • fstatat() file informations representation.

Functions

  • Invoke fstatat system call.
  • Invoke statx system call.