Aggregate filesystem statistics.
More...
#include <fs.h>
|
| uint32_t | total_bytes |
| | Total storage capacity in bytes.
|
| |
| uint32_t | used_bytes |
| | Bytes occupied by all file data.
|
| |
| uint32_t | free_bytes |
| | Bytes available for new data.
|
| |
| uint8_t | file_count |
| | Number of files currently stored.
|
| |
Aggregate filesystem statistics.
Definition at line 52 of file fs.h.
◆ file_count
| uint8_t fs_stats_t::file_count |
Number of files currently stored.
Definition at line 56 of file fs.h.
Referenced by __fs_stats().
◆ free_bytes
| uint32_t fs_stats_t::free_bytes |
Bytes available for new data.
Definition at line 55 of file fs.h.
Referenced by __fs_stats().
◆ total_bytes
| uint32_t fs_stats_t::total_bytes |
Total storage capacity in bytes.
Definition at line 53 of file fs.h.
Referenced by __fs_stats().
◆ used_bytes
| uint32_t fs_stats_t::used_bytes |
Bytes occupied by all file data.
Definition at line 54 of file fs.h.
Referenced by __fs_stats().
The documentation for this struct was generated from the following file: