statvfs

Overview

Related Modules:

FS

Description:

Describes file system information.

Summary

Data Fields

Variable Name

Description

f_bsize

unsigned long 

f_frsize

unsigned long 

f_blocks

fsblkcnt_t 

f_bfree

fsblkcnt_t 

f_bavail

fsblkcnt_t 

f_files

fsfilcnt_t 

f_ffree

fsfilcnt_t 

f_favail

fsfilcnt_t 

f_fsid

unsigned long 

f_flag

unsigned long 

f_namemax

unsigned long 

__reserved [6]

int 

Details

Field Documentation

__reserved

  1. int statvfs::__reserved[6]

Description:

Reserved

f_bavail

  1. fsblkcnt_t statvfs::f_bavail

Description:

Free blocks for unprivileged users

f_bfree

  1. fsblkcnt_t statvfs::f_bfree

Description:

Free blocks

f_blocks

  1. fsblkcnt_t statvfs::f_blocks

Description:

Size of fs, in units of f_frsize

f_bsize

  1. unsigned long statvfs::f_bsize

Description:

File system block size

f_favail

  1. fsfilcnt_t statvfs::f_favail

Description:

Free inodes for unprivileged users

f_ffree

  1. fsfilcnt_t statvfs::f_ffree

Description:

Free inodes

f_files

  1. fsfilcnt_t statvfs::f_files

Description:

File nodes (inodes)

f_flag

  1. unsigned long statvfs::f_flag

Description:

Mount flags

f_frsize

  1. unsigned long statvfs::f_frsize

Description:

Fragment size

f_fsid

  1. unsigned long statvfs::f_fsid

Description:

File system ID

f_namemax

  1. unsigned long statvfs::f_namemax

Description:

Maximum file name length