# statvfs.h - [Overview](#section1340546218165629) - [Summary](#section1942137902165629) - [Data Structures](#nested-classes) - [Functions](#func-members) ## **Overview** **Related Modules:** [FS](FS.md) **Description:** Provides a function and structure related to file system information operation, for example, viewing file system information. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures

Data Structure Name

Description

statvfs

Describes file system information.

## Functions

Function

Description

statvfs (const char *__restrict path, struct statvfs *__restrict buf)

int

Obtains the file system information.