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