Struct fuse_mt::Statfs [] [src]

pub struct Statfs {
    pub blocks: u64,
    pub bfree: u64,
    pub bavail: u64,
    pub files: u64,
    pub ffree: u64,
    pub bsize: u32,
    pub namelen: u32,
    pub frsize: u32,
}

Filesystem statistics.

Fields

Total data blocks in the filesystem

Free blocks in filesystem

Free blocks available to unprivileged user

Total file nodes in filesystem

Free file nodes in filesystem

Optimal transfer block size

Maximum length of filenames

Fragment size

Trait Implementations

impl Clone for Statfs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Statfs
[src]

impl Debug for Statfs
[src]

[src]

Formats the value using the given formatter.