µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
statvfs Struct Reference

#include <statvfs.h>

Public Attributes

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

Detailed Description

Definition at line 61 of file statvfs.h.

Member Data Documentation

◆ f_bavail

fsblkcnt_t statvfs::f_bavail

Definition at line 67 of file statvfs.h.

◆ f_bfree

fsblkcnt_t statvfs::f_bfree

Definition at line 66 of file statvfs.h.

◆ f_blocks

fsblkcnt_t statvfs::f_blocks

Definition at line 65 of file statvfs.h.

◆ f_bsize

unsigned long statvfs::f_bsize

Definition at line 63 of file statvfs.h.

◆ f_favail

fsfilcnt_t statvfs::f_favail

Definition at line 70 of file statvfs.h.

◆ f_ffree

fsfilcnt_t statvfs::f_ffree

Definition at line 69 of file statvfs.h.

◆ f_files

fsfilcnt_t statvfs::f_files

Definition at line 68 of file statvfs.h.

◆ f_flag

unsigned long statvfs::f_flag

Definition at line 72 of file statvfs.h.

◆ f_frsize

unsigned long statvfs::f_frsize

Definition at line 64 of file statvfs.h.

◆ f_fsid

unsigned long statvfs::f_fsid

Definition at line 71 of file statvfs.h.

◆ f_namemax

unsigned long statvfs::f_namemax

Definition at line 73 of file statvfs.h.


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