RTEMS
Public Attributes | List of all members
statvfs Struct Reference

Public Attributes

unsigned long f_bsize
 
unsigned long f_frsize
 
fsblkcnt_t f_blocks
 
fsblkcnt_t f_bfree
 
fsblkcnt_t f_bavail
 
fsfilcnt_t f_files
 
fsfilcnt_t f_ffree
 
fsfilcnt_t f_favail
 
unsigned long f_fsid
 
unsigned long f_flag
 
unsigned long f_namemax
 

Detailed Description

Definition at line 35 of file statvfs.h.

Member Data Documentation

◆ f_bavail

fsblkcnt_t statvfs::f_bavail

Number of free blocks available to non-privileged process.

Definition at line 42 of file statvfs.h.

◆ f_bfree

fsblkcnt_t statvfs::f_bfree

Total number of free blocks.

Definition at line 41 of file statvfs.h.

◆ f_blocks

fsblkcnt_t statvfs::f_blocks

Total number of blocks on file system in units of f_frsize.

Definition at line 39 of file statvfs.h.

◆ f_bsize

unsigned long statvfs::f_bsize

File system block size.

Definition at line 37 of file statvfs.h.

◆ f_favail

fsfilcnt_t statvfs::f_favail

Number of file serial numbers available to non-privileged process.

Definition at line 46 of file statvfs.h.

◆ f_ffree

fsfilcnt_t statvfs::f_ffree

Total number of free file serial numbers.

Definition at line 45 of file statvfs.h.

◆ f_files

fsfilcnt_t statvfs::f_files

Total number of file serial numbers.

Definition at line 44 of file statvfs.h.

◆ f_flag

unsigned long statvfs::f_flag

Bit mask of f_flag values.

Definition at line 49 of file statvfs.h.

◆ f_frsize

unsigned long statvfs::f_frsize

Fundamental file system block size.

Definition at line 38 of file statvfs.h.

◆ f_fsid

unsigned long statvfs::f_fsid

File system ID.

Definition at line 48 of file statvfs.h.

◆ f_namemax

unsigned long statvfs::f_namemax

Maximum filename length.

Definition at line 50 of file statvfs.h.


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