|
TARFS 0.1.5
Read-only TAR filesystem for ESP32
|
#include <fs.h>
Data Fields | |
| unsigned int | badblocks |
| unsigned int | files |
| unsigned int | links |
| unsigned int | dirs |
| unsigned int | ram |
| 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().
| 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().
| 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().
| 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().
| 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().