Rizin
unix-like reverse engineering framework and cli tools
uv_statfs_s Struct Reference

#include <uv.h>

Public Attributes

uint64_t f_type
 
uint64_t f_bsize
 
uint64_t f_blocks
 
uint64_t f_bfree
 
uint64_t f_bavail
 
uint64_t f_files
 
uint64_t f_ffree
 
uint64_t f_spare [4]
 

Detailed Description

Definition at line 1128 of file uv.h.

Member Data Documentation

◆ f_bavail

uint64_t uv_statfs_s::f_bavail

Definition at line 1133 of file uv.h.

Referenced by fs__statfs(), and uv__fs_statfs().

◆ f_bfree

uint64_t uv_statfs_s::f_bfree

Definition at line 1132 of file uv.h.

Referenced by fs__statfs(), and uv__fs_statfs().

◆ f_blocks

uint64_t uv_statfs_s::f_blocks

Definition at line 1131 of file uv.h.

Referenced by fs__statfs(), and uv__fs_statfs().

◆ f_bsize

uint64_t uv_statfs_s::f_bsize

Definition at line 1130 of file uv.h.

Referenced by fs__statfs(), and uv__fs_statfs().

◆ f_ffree

uint64_t uv_statfs_s::f_ffree

Definition at line 1135 of file uv.h.

Referenced by fs__statfs(), and uv__fs_statfs().

◆ f_files

uint64_t uv_statfs_s::f_files

Definition at line 1134 of file uv.h.

Referenced by fs__statfs(), and uv__fs_statfs().

◆ f_spare

uint64_t uv_statfs_s::f_spare[4]

Definition at line 1136 of file uv.h.

◆ f_type

uint64_t uv_statfs_s::f_type

Definition at line 1129 of file uv.h.

Referenced by fs__statfs(), and uv__fs_statfs().


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