cctools
Data Fields
chirp_statfs Struct Reference

Describes the properties of a file system, much like the Unix statfs structure. More...

#include <chirp_types.h>

Data Fields

INT64_T f_type
 The integer type of the filesystem.
INT64_T f_blocks
 The total number of blocks in the filesystem.
INT64_T f_bavail
 The number of blocks available to an ordinary user.
INT64_T f_bsize
 The size in bytes of a block.
INT64_T f_bfree
 The number of blocks free.
INT64_T f_files
 The maximum number of files (inodes) on the filesystem.
INT64_T f_ffree
 The number of files (inodes) currently in use.

Detailed Description

Describes the properties of a file system, much like the Unix statfs structure.

See also:
chirp_reli_statfs, chirp_reli_fstatfs

Field Documentation

The integer type of the filesystem.

The total number of blocks in the filesystem.

The number of blocks available to an ordinary user.

The size in bytes of a block.

The number of blocks free.

The maximum number of files (inodes) on the filesystem.

The number of files (inodes) currently in use.


The documentation for this struct was generated from the following file: