#include "common.h"
#include "partition.h"
Go to the source code of this file.
◆ CLUSTER_EOF
#define CLUSTER_EOF 0x0FFFFFFF |
◆ CLUSTER_EOF_16
#define CLUSTER_EOF_16 0xFFFF |
◆ CLUSTER_ERROR
#define CLUSTER_ERROR 0xFFFFFFFF |
◆ CLUSTER_FIRST
#define CLUSTER_FIRST 0x00000002 |
◆ CLUSTER_FREE
#define CLUSTER_FREE 0x00000000 |
◆ CLUSTER_ROOT
#define CLUSTER_ROOT 0x00000000 |
◆ CLUSTERS_PER_FAT12
#define CLUSTERS_PER_FAT12 4085 |
◆ CLUSTERS_PER_FAT16
#define CLUSTERS_PER_FAT16 65525 |
◆ _FAT_fat_clearLinks()
◆ _FAT_fat_clusterToSector()
◆ _FAT_fat_freeClusterCount()
unsigned int _FAT_fat_freeClusterCount |
( |
PARTITION * |
partition | ) |
|
◆ _FAT_fat_isValidCluster()
◆ _FAT_fat_lastCluster()
◆ _FAT_fat_linkFreeCluster()
◆ _FAT_fat_linkFreeClusterCleared()
◆ _FAT_fat_nextCluster()
◆ _FAT_fat_trimChain()