muteki
Loading...
Searching...
No Matches
fs_stat_t Struct Reference

Filesystem usage statistics. More...

#include <fs.h>

Data Fields

size_t size_kb
 
size_t size2_kb
 
size_t size3_kb
 
size_t used_kb
 
size_t free_kb
 
unsigned long long size
 
unsigned long long size2
 
unsigned long long size3
 
unsigned long long used
 
unsigned long long free
 

Detailed Description

Filesystem usage statistics.

Field Documentation

◆ free

unsigned long long fs_stat_t::free

Available space in bytes.

◆ free_kb

size_t fs_stat_t::free_kb

Available space in KiB.

◆ size

unsigned long long fs_stat_t::size

Filesystem size in bytes.

◆ size2

unsigned long long fs_stat_t::size2

Seems to be the same as fs_stat_t::size.

◆ size2_kb

size_t fs_stat_t::size2_kb

Seems to be the same as fs_stat_t::size_kb.

◆ size3

unsigned long long fs_stat_t::size3

Seems to be the same as fs_stat_t::size.

◆ size3_kb

size_t fs_stat_t::size3_kb

Seems to be the same as fs_stat_t::size_kb.

◆ size_kb

size_t fs_stat_t::size_kb

Filesystem size in KiB.

◆ used

unsigned long long fs_stat_t::used

Used space in bytes.

◆ used_kb

size_t fs_stat_t::used_kb

Used space in KiB.


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