OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
fsw_volume_stat Struct Reference

#include <fsw_core.h>

Data Fields

fsw_u64 total_bytes
 Total size of data area size in bytes.
 
fsw_u64 free_bytes
 Bytes still available for storing file data.
 

Detailed Description

Core: Used in gathering detailed information on a volume.

Definition at line 316 of file fsw_core.h.

Field Documentation

◆ free_bytes

fsw_u64 fsw_volume_stat::free_bytes

Bytes still available for storing file data.

Definition at line 318 of file fsw_core.h.

◆ total_bytes

fsw_u64 fsw_volume_stat::total_bytes

Total size of data area size in bytes.

Definition at line 317 of file fsw_core.h.


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