RetroArch
Functions
file_allocation_table.c File Reference
#include "file_allocation_table.h"
#include "partition.h"
#include "mem_allocate.h"
#include <string.h>
Include dependency graph for file_allocation_table.c:

Functions

uint32_t _FAT_fat_nextCluster (PARTITION *partition, uint32_t cluster)
 
static bool _FAT_fat_writeFatEntry (PARTITION *partition, uint32_t cluster, uint32_t value)
 
uint32_t _FAT_fat_linkFreeCluster (PARTITION *partition, uint32_t cluster)
 
uint32_t _FAT_fat_linkFreeClusterCleared (PARTITION *partition, uint32_t cluster)
 
bool _FAT_fat_clearLinks (PARTITION *partition, uint32_t cluster)
 
uint32_t _FAT_fat_trimChain (PARTITION *partition, uint32_t startCluster, unsigned int chainLength)
 
uint32_t _FAT_fat_lastCluster (PARTITION *partition, uint32_t cluster)
 
unsigned int _FAT_fat_freeClusterCount (PARTITION *partition)
 

Function Documentation

◆ _FAT_fat_clearLinks()

bool _FAT_fat_clearLinks ( PARTITION partition,
uint32_t  cluster 
)
Here is the call graph for this function:

◆ _FAT_fat_freeClusterCount()

unsigned int _FAT_fat_freeClusterCount ( PARTITION partition)
Here is the call graph for this function:

◆ _FAT_fat_lastCluster()

uint32_t _FAT_fat_lastCluster ( PARTITION partition,
uint32_t  cluster 
)
Here is the call graph for this function:

◆ _FAT_fat_linkFreeCluster()

uint32_t _FAT_fat_linkFreeCluster ( PARTITION partition,
uint32_t  cluster 
)
Here is the call graph for this function:

◆ _FAT_fat_linkFreeClusterCleared()

uint32_t _FAT_fat_linkFreeClusterCleared ( PARTITION partition,
uint32_t  cluster 
)
Here is the call graph for this function:

◆ _FAT_fat_nextCluster()

uint32_t _FAT_fat_nextCluster ( PARTITION partition,
uint32_t  cluster 
)
Here is the call graph for this function:

◆ _FAT_fat_trimChain()

uint32_t _FAT_fat_trimChain ( PARTITION partition,
uint32_t  startCluster,
unsigned int  chainLength 
)
Here is the call graph for this function:

◆ _FAT_fat_writeFatEntry()

static bool _FAT_fat_writeFatEntry ( PARTITION partition,
uint32_t  cluster,
uint32_t  value 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: