Struct nix::sys::statvfs::Statvfs [] [src]

#[repr(C)]
pub struct Statvfs(_);

Wrapper around the POSIX statvfs struct

For more information see the statvfs(3) man pages.

Methods

impl Statvfs
[src]

[src]

get the file system block size

[src]

Get the fundamental file system block size

[src]

Get the number of blocks.

Units are in units of fragment_size()

[src]

Get the number of free blocks in the file system

[src]

Get the number of free blocks for unprivileged users

[src]

Get the total number of file inodes

[src]

Get the number of free file inodes

[src]

Get the number of free file inodes for unprivileged users

[src]

Get the file system id

[src]

Get the mount flags

[src]

Get the maximum filename length