TARFS 0.1.5
Read-only TAR filesystem for ESP32
Loading...
Searching...
No Matches
tarfs_stats Struct Reference

#include <fs.h>

Data Fields

unsigned int badblocks
unsigned int files
unsigned int links
unsigned int dirs
unsigned int ram

Detailed Description

Definition at line 67 of file fs.h.

Field Documentation

◆ badblocks

unsigned int tarfs_stats::badblocks

Number of bad/unrecognized 512-byte blocks

Definition at line 69 of file fs.h.

Referenced by inode_populate(), tarfs_mount_memory(), and tarfs_statvfs().

◆ dirs

unsigned int tarfs_stats::dirs

Number of directories

Definition at line 72 of file fs.h.

Referenced by inode_populate(), tarfs_mount_memory(), and tarfs_statvfs().

◆ files

unsigned int tarfs_stats::files

Number of files

Definition at line 70 of file fs.h.

Referenced by inode_populate(), tarfs_mount_memory(), and tarfs_statvfs().

◆ links

unsigned int tarfs_stats::links

Number of links

Definition at line 71 of file fs.h.

Referenced by inode_populate(), tarfs_mount_memory(), and tarfs_statvfs().

◆ ram

unsigned int tarfs_stats::ram

Total RAM used by the FS

Definition at line 73 of file fs.h.

Referenced by inode_populate(), tarfs_mount_memory(), and tarfs_statvfs().


The documentation for this struct was generated from the following file:
  • /cygdrive/d/Arduino/libraries/tarfs/src/fs.h