Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fs_statvfs Struct Reference

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.
 

Detailed Description

Structure to receive volume statistics.

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

Field Documentation

◆ f_bfree

unsigned long fs_statvfs::f_bfree

Number of free blocks.

◆ f_blocks

unsigned long fs_statvfs::f_blocks

Size of FS in f_frsize units.

◆ f_bsize

unsigned long fs_statvfs::f_bsize

Optimal transfer block size.

◆ f_frsize

unsigned long fs_statvfs::f_frsize

Allocation unit size.


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