µ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 46 of file statvfs.h.

Member Data Documentation

◆ f_bavail

fsblkcnt_t statvfs::f_bavail

Definition at line 52 of file statvfs.h.

◆ f_bfree

fsblkcnt_t statvfs::f_bfree

Definition at line 51 of file statvfs.h.

◆ f_blocks

fsblkcnt_t statvfs::f_blocks

Definition at line 50 of file statvfs.h.

◆ f_bsize

unsigned long statvfs::f_bsize

Definition at line 48 of file statvfs.h.

◆ f_favail

fsfilcnt_t statvfs::f_favail

Definition at line 55 of file statvfs.h.

◆ f_ffree

fsfilcnt_t statvfs::f_ffree

Definition at line 54 of file statvfs.h.

◆ f_files

fsfilcnt_t statvfs::f_files

Definition at line 53 of file statvfs.h.

◆ f_flag

unsigned long statvfs::f_flag

Definition at line 57 of file statvfs.h.

◆ f_frsize

unsigned long statvfs::f_frsize

Definition at line 49 of file statvfs.h.

◆ f_fsid

unsigned long statvfs::f_fsid

Definition at line 56 of file statvfs.h.

◆ f_namemax

unsigned long statvfs::f_namemax

Definition at line 58 of file statvfs.h.


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