Docs.rs
  • statx-sys-0.4.1
    • statx-sys 0.4.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • oxalica
    • Dependencies
      • libc ^0.2.3 normal
      • memoffset ^0.6 dev
    • Versions
    • 29.82% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

statx_sys0.4.1

  • All Items

Sections

  • Bindings to statx syscall.
  • See also

Crate Items

  • Structs
  • Constants
  • Functions

Crate statx_sys

Source
Expand description

§Bindings to statx syscall.

Note that statx() was added to Linux in kernel 4.11 .

§See also

http://man7.org/linux/man-pages/man2/statx.2.html

Structs§

statx
Structures for the extended file attribute retrieval system call (statx()).
statx_timestamp
Timestamp structure for the timestamps in struct statx.

Constants§

AT_EMPTY_PATH
AT_FDCWD
AT_NO_AUTOMOUNT
AT_REMOVEDIR
AT_STATX_DONT_SYNC
AT_STATX_FORCE_SYNC
AT_STATX_SYNC_AS_STAT
AT_STATX_SYNC_TYPE
AT_SYMLINK_FOLLOW
AT_SYMLINK_NOFOLLOW
STATX_ALL
STATX_ATIME
STATX_ATTR_APPEND
STATX_ATTR_AUTOMOUNT
STATX_ATTR_COMPRESSED
STATX_ATTR_ENCRYPTED
STATX_ATTR_IMMUTABLE
STATX_ATTR_NODUMP
STATX_BASIC_STATS
STATX_BLOCKS
STATX_BTIME
STATX_CTIME
STATX_GID
STATX_INO
STATX_MODE
STATX_MTIME
STATX_NLINK
STATX_SIZE
STATX_TYPE
STATX_UID
STATX__RESERVED
SYS_statx

Functions§

statx⚠
statx - get file status (extended)