Docs.rs
  • otter-nodejs-tests-1.2.1
    • otter-nodejs-tests 1.2.1
    • Docs.rs crate page
    • AGPL-3.0-or-later
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ijackson
    • fanf2
    • Dependencies
      • fehler ^1 normal
      • indexmap ^1.6 normal
      • otter =1.2.1 normal
      • otter-api-tests =1.2.1 normal
      • serde ^1 normal
      • structopt ^0.3 normal
    • Versions
    • 100% of the crate is documented
  • Platform
    • 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
logo

logo

Module statfs

  • Structs
  • Constants
  • Functions
  • Type Definitions
logo
Change settings

Module otter_nodejs_tests::otter_support::crates::nix::sys::statfs

[−]
Expand description

Get filesystem statistics, non-portably

See statvfs for a portable alternative.

Structs

FsType

Describes the file system type as known by the operating system.

Statfs

Describes a mounted file system

Constants

ADFS_SUPER_MAGIC
AFFS_SUPER_MAGIC
AFS_SUPER_MAGIC
AUTOFS_SUPER_MAGIC
BPF_FS_MAGIC
BTRFS_SUPER_MAGIC
CGROUP2_SUPER_MAGIC
CGROUP_SUPER_MAGIC
CODA_SUPER_MAGIC
CRAMFS_MAGIC
DEBUGFS_MAGIC
DEVPTS_SUPER_MAGIC
ECRYPTFS_SUPER_MAGIC
EFS_SUPER_MAGIC
EXT2_SUPER_MAGIC
EXT3_SUPER_MAGIC
EXT4_SUPER_MAGIC
F2FS_SUPER_MAGIC
FUSE_SUPER_MAGIC
FUTEXFS_SUPER_MAGIC
HOSTFS_SUPER_MAGIC
HPFS_SUPER_MAGIC
HUGETLBFS_MAGIC
ISOFS_SUPER_MAGIC
JFFS2_SUPER_MAGIC
MINIX2_SUPER_MAGIC
MINIX2_SUPER_MAGIC2
MINIX3_SUPER_MAGIC
MINIX_SUPER_MAGIC
MINIX_SUPER_MAGIC2
MSDOS_SUPER_MAGIC
NCP_SUPER_MAGIC
NFS_SUPER_MAGIC
NILFS_SUPER_MAGIC
OCFS2_SUPER_MAGIC
OPENPROM_SUPER_MAGIC
OVERLAYFS_SUPER_MAGIC
PROC_SUPER_MAGIC
QNX4_SUPER_MAGIC
QNX6_SUPER_MAGIC
RDTGROUP_SUPER_MAGIC
REISERFS_SUPER_MAGIC
SECURITYFS_MAGIC
SELINUX_MAGIC
SMACK_MAGIC
SMB_SUPER_MAGIC
SYSFS_MAGIC
TMPFS_MAGIC
TRACEFS_MAGIC
UDF_SUPER_MAGIC
USBDEVICE_SUPER_MAGIC
XENFS_SUPER_MAGIC

Functions

fstatfs

Describes a mounted file system.

statfs

Describes a mounted file system.

Type Definitions

fsid_t

Identifies a mounted file system