Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Structure to receive volume statistics. More...
#include <fs.h>
Data Fields | |
unsigned long | f_bsize |
unsigned long | f_frsize |
unsigned long | f_blocks |
unsigned long | f_bfree |
Structure to receive volume statistics.
Used to retrieve information about total and available space in the volume.
f_bsize | Optimal transfer block size |
f_frsize | Allocation unit size |
f_blocks | Size of FS in f_frsize units |
f_bfree | Number of free blocks |
unsigned long fs_statvfs::f_bfree |
unsigned long fs_statvfs::f_blocks |
unsigned long fs_statvfs::f_bsize |
unsigned long fs_statvfs::f_frsize |