ReactOS 0.4.15-dev-7953-g1f49173
statvfs Struct Reference

#include <port.h>

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 75 of file port.h.

Member Data Documentation

◆ f_bavail

fsblkcnt_t statvfs::f_bavail

Definition at line 81 of file port.h.

◆ f_bfree

fsblkcnt_t statvfs::f_bfree

Definition at line 80 of file port.h.

◆ f_blocks

fsblkcnt_t statvfs::f_blocks

Definition at line 79 of file port.h.

◆ f_bsize

unsigned long statvfs::f_bsize

Definition at line 77 of file port.h.

◆ f_favail

fsfilcnt_t statvfs::f_favail

Definition at line 84 of file port.h.

◆ f_ffree

fsfilcnt_t statvfs::f_ffree

Definition at line 83 of file port.h.

◆ f_files

fsfilcnt_t statvfs::f_files

Definition at line 82 of file port.h.

◆ f_flag

unsigned long statvfs::f_flag

Definition at line 86 of file port.h.

◆ f_frsize

unsigned long statvfs::f_frsize

Definition at line 78 of file port.h.

◆ f_fsid

unsigned long statvfs::f_fsid

Definition at line 85 of file port.h.

◆ f_namemax

unsigned long statvfs::f_namemax

Definition at line 87 of file port.h.


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