ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
fs_stats_t Struct Reference

Aggregate filesystem statistics. More...

#include <fs.h>

Data Fields

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.
 

Detailed Description

Aggregate filesystem statistics.

Definition at line 52 of file fs.h.

Field Documentation

◆ 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: