|
RetroArch
|
#include <partition.h>
Public Attributes | |
| const DISC_INTERFACE * | disc |
| CACHE * | cache |
| FS_TYPE | filesysType |
| uint64_t | totalSize |
| sec_t | rootDirStart |
| uint32_t | rootDirCluster |
| uint32_t | numberOfSectors |
| sec_t | dataStart |
| uint32_t | bytesPerSector |
| uint32_t | sectorsPerCluster |
| uint32_t | bytesPerCluster |
| uint32_t | fsInfoSector |
| FAT | fat |
| uint32_t | cwdCluster |
| int | openFileCount |
| struct _FILE_STRUCT * | firstOpenFile |
| mutex_t | lock |
| bool | readOnly |
| char | label [12] |
| uint32_t PARTITION::bytesPerCluster |
| uint32_t PARTITION::bytesPerSector |
| CACHE * PARTITION::cache |
| uint32_t PARTITION::cwdCluster |
| sec_t PARTITION::dataStart |
| const DISC_INTERFACE * PARTITION::disc |
| FAT PARTITION::fat |
| FS_TYPE PARTITION::filesysType |
| struct _FILE_STRUCT * PARTITION::firstOpenFile |
| uint32_t PARTITION::fsInfoSector |
| char PARTITION::label |
| mutex_t PARTITION::lock |
| uint32_t PARTITION::numberOfSectors |
| int PARTITION::openFileCount |
| bool PARTITION::readOnly |
| uint32_t PARTITION::rootDirCluster |
| sec_t PARTITION::rootDirStart |
| uint32_t PARTITION::sectorsPerCluster |
| uint64_t PARTITION::totalSize |
1.8.15