Stores extra information about the FAT32 filesystem.
More...
#include <fat32.h>
Stores extra information about the FAT32 filesystem.
Definition at line 71 of file fat32.h.
◆ free_cluster_count
| uint32_t MaxOS::filesystem::format::FSInfo::free_cluster_count |
Number of free clusters (or 0xFFFFFFFF if unknown) (not reliable, must range check)
Definition at line 75 of file fat32.h.
◆ lead_signature
| uint32_t MaxOS::filesystem::format::FSInfo::lead_signature |
◆ next_free_cluster
| uint32_t MaxOS::filesystem::format::FSInfo::next_free_cluster |
Cluster number of the next free cluster (or 0xFFFFFFFF if unknown, start searching from cluster 2)
Definition at line 76 of file fat32.h.
◆ reserved1
| uint8_t MaxOS::filesystem::format::FSInfo::reserved1[480] |
Reserved (should be zero)
Definition at line 73 of file fat32.h.
◆ reserved2
| uint8_t MaxOS::filesystem::format::FSInfo::reserved2[12] |
Reserved (should be zero)
Definition at line 77 of file fat32.h.
◆ structure_signature
| uint32_t MaxOS::filesystem::format::FSInfo::structure_signature |
FSInfo structure signature (0x61417272)
Definition at line 74 of file fat32.h.
◆ trail_signature
| uint32_t MaxOS::filesystem::format::FSInfo::trail_signature |
The documentation for this struct was generated from the following file:
- /home/runner/work/MaxOS/MaxOS/kernel/include/filesystem/format/fat32.h