LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Data Fields
statvfs Struct Reference

#include <statvfs.h>

Data Fields

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

Field Documentation

◆ f_bavail

fsblkcnt_t statvfs::f_bavail

Definition at line 21 of file statvfs.h.

◆ f_bfree

fsblkcnt_t statvfs::f_bfree

Definition at line 20 of file statvfs.h.

◆ f_blocks

fsblkcnt_t statvfs::f_blocks

Definition at line 19 of file statvfs.h.

◆ f_bsize

unsigned long statvfs::f_bsize

Definition at line 17 of file statvfs.h.

◆ f_favail

fsfilcnt_t statvfs::f_favail

Definition at line 24 of file statvfs.h.

◆ f_ffree

fsfilcnt_t statvfs::f_ffree

Definition at line 23 of file statvfs.h.

◆ f_files

fsfilcnt_t statvfs::f_files

Definition at line 22 of file statvfs.h.

◆ f_flag

unsigned long statvfs::f_flag

Definition at line 26 of file statvfs.h.

◆ f_frsize

unsigned long statvfs::f_frsize

Definition at line 18 of file statvfs.h.

◆ f_fsid

unsigned long statvfs::f_fsid

Definition at line 25 of file statvfs.h.

◆ f_namemax

unsigned long statvfs::f_namemax

Definition at line 27 of file statvfs.h.


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