Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
fs_statvfs Struct Reference

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
 

Detailed Description

Structure to receive volume statistics.

Used to retrieve information about total and available space in the volume.

Parameters
f_bsizeOptimal transfer block size
f_frsizeAllocation unit size
f_blocksSize of FS in f_frsize units
f_bfreeNumber of free blocks

Field Documentation

◆ f_bfree

unsigned long fs_statvfs::f_bfree

◆ f_blocks

unsigned long fs_statvfs::f_blocks

◆ f_bsize

unsigned long fs_statvfs::f_bsize

◆ f_frsize

unsigned long fs_statvfs::f_frsize

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