|
Retro Rocket Kernel
BASIC-Powered Operating System
|
FAT32 filesystem information, used internally by the driver. This is a higher level version of FSINFO. More...
#include <fat32.h>
Collaboration diagram for fat32_t:Data Fields | |
| char | device_name [16] |
| uint8_t | partitionid |
| char * | volume_name |
| uint64_t | start |
| uint64_t | length |
| uint32_t | rootdircluster |
| uint16_t | reservedsectors |
| uint32_t | fsinfocluster |
| uint8_t | numberoffats |
| uint32_t | fatsize |
| uint32_t | clustersize |
| fat32_fs_info_t * | info |
FAT32 filesystem information, used internally by the driver. This is a higher level version of FSINFO.
| uint32_t fat32_t::clustersize |
| char fat32_t::device_name[16] |
| uint32_t fat32_t::fatsize |
| uint32_t fat32_t::fsinfocluster |
| fat32_fs_info_t* fat32_t::info |
| uint64_t fat32_t::length |
| uint8_t fat32_t::numberoffats |
| uint8_t fat32_t::partitionid |
| uint16_t fat32_t::reservedsectors |
| uint32_t fat32_t::rootdircluster |
| uint64_t fat32_t::start |
| char* fat32_t::volume_name |