RetroArch
Public Attributes | List of all members
PARTITION Struct Reference

#include <partition.h>

Collaboration diagram for PARTITION:
[legend]

Public Attributes

const DISC_INTERFACEdisc
 
CACHEcache
 
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_STRUCTfirstOpenFile
 
mutex_t lock
 
bool readOnly
 
char label [12]
 

Member Data Documentation

◆ bytesPerCluster

uint32_t PARTITION::bytesPerCluster

◆ bytesPerSector

uint32_t PARTITION::bytesPerSector

◆ cache

CACHE * PARTITION::cache

◆ cwdCluster

uint32_t PARTITION::cwdCluster

◆ dataStart

sec_t PARTITION::dataStart

◆ disc

const DISC_INTERFACE * PARTITION::disc

◆ fat

FAT PARTITION::fat

◆ filesysType

FS_TYPE PARTITION::filesysType

◆ firstOpenFile

struct _FILE_STRUCT * PARTITION::firstOpenFile

◆ fsInfoSector

uint32_t PARTITION::fsInfoSector

◆ label

char PARTITION::label

◆ lock

mutex_t PARTITION::lock

◆ numberOfSectors

uint32_t PARTITION::numberOfSectors

◆ openFileCount

int PARTITION::openFileCount

◆ readOnly

bool PARTITION::readOnly

◆ rootDirCluster

uint32_t PARTITION::rootDirCluster

◆ rootDirStart

sec_t PARTITION::rootDirStart

◆ sectorsPerCluster

uint32_t PARTITION::sectorsPerCluster

◆ totalSize

uint64_t PARTITION::totalSize

The documentation for this struct was generated from the following file: