Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
osf_statfs Struct Reference

Data Fields

short f_type
 
short f_flags
 
int f_fsize
 
int f_bsize
 
int f_blocks
 
int f_bfree
 
int f_bavail
 
int f_files
 
int f_ffree
 
__kernel_fsid_t f_fsid
 

Detailed Description

Definition at line 229 of file osf_sys.c.

Field Documentation

int f_bavail

Definition at line 236 of file osf_sys.c.

int f_bfree

Definition at line 235 of file osf_sys.c.

int f_blocks

Definition at line 234 of file osf_sys.c.

int f_bsize

Definition at line 233 of file osf_sys.c.

int f_ffree

Definition at line 238 of file osf_sys.c.

int f_files

Definition at line 237 of file osf_sys.c.

short f_flags

Definition at line 231 of file osf_sys.c.

Definition at line 239 of file osf_sys.c.

int f_fsize

Definition at line 232 of file osf_sys.c.

short f_type

Definition at line 230 of file osf_sys.c.


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