#include <chirp_types.h>
statfs
structure.
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. |
|
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.
|