RetroArch
|
#include "file_allocation_table.h"
#include "partition.h"
#include "mem_allocate.h"
#include <string.h>
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) |
unsigned int _FAT_fat_freeClusterCount | ( | PARTITION * | partition | ) |
uint32_t _FAT_fat_trimChain | ( | PARTITION * | partition, |
uint32_t | startCluster, | ||
unsigned int | chainLength | ||
) |