Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

chirp_statfs Struct Reference

#include <chirp_types.h>


Detailed Description

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

See also:
chirp_reli_statfs, chirp_reli_fstatfs


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.


Field Documentation

INT64_T chirp_statfs::f_type
 

The integer type of the filesystem.

INT64_T chirp_statfs::f_blocks
 

The total number of blocks in the filesystem.

INT64_T chirp_statfs::f_bavail
 

The number of blocks available to an ordinary user.

INT64_T chirp_statfs::f_bsize
 

The size in bytes of a block.

INT64_T chirp_statfs::f_bfree
 

The number of blocks free.

INT64_T chirp_statfs::f_files
 

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

INT64_T chirp_statfs::f_ffree
 

The number of files (inodes) currently in use.


The documentation for this struct was generated from the following file:
Generated on Thu Jul 23 09:26:51 2009 for cctools by  doxygen 1.3.9.1