OpenCore
1.0.4
OpenCore Bootloader
|
#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. | |
Core: Used in gathering detailed information on a volume.
Definition at line 316 of file fsw_core.h.
fsw_u64 fsw_volume_stat::free_bytes |
Bytes still available for storing file data.
Definition at line 318 of file fsw_core.h.
fsw_u64 fsw_volume_stat::total_bytes |
Total size of data area size in bytes.
Definition at line 317 of file fsw_core.h.