Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
infuse_littlefs_fs_info Struct Reference

Runtime state of the filesystem. More...

#include <littlefs.h>

Data Fields

uint32_t disk_version
 On-disk filesystem version.
uint32_t block_size
 Size of filesystem blocks in bytes.
uint32_t block_count
 Total number of blocks in the filesystem.
uint32_t blocks_used
 Blocks currently in use by the filesystem.

Detailed Description

Runtime state of the filesystem.

Field Documentation

◆ block_count

uint32_t infuse_littlefs_fs_info::block_count

Total number of blocks in the filesystem.

◆ block_size

uint32_t infuse_littlefs_fs_info::block_size

Size of filesystem blocks in bytes.

◆ blocks_used

uint32_t infuse_littlefs_fs_info::blocks_used

Blocks currently in use by the filesystem.

◆ disk_version

uint32_t infuse_littlefs_fs_info::disk_version

On-disk filesystem version.


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