Searched refs:FAT_CLUSTER_FREE (Results 1 – 3 of 3) sorted by relevance
164 if (Value == FAT_CLUSTER_FREE && OriginalVal != FAT_CLUSTER_FREE) { in FatSetFatEntry()169 } else if (Value != FAT_CLUSTER_FREE && OriginalVal == FAT_CLUSTER_FREE) { in FatSetFatEntry()251 if (Cluster == FAT_CLUSTER_FREE || Cluster >= FAT_CLUSTER_SPECIAL) { in FatFreeClusters()259 FatSetFatEntry (Volume, LastCluster, FAT_CLUSTER_FREE); in FatFreeClusters()305 if (Cluster == FAT_CLUSTER_FREE) { in FatAllocateCluster()376 LastCluster = FAT_CLUSTER_FREE; in FatShrinkEof()381 if (Cluster == FAT_CLUSTER_FREE || Cluster >= FAT_CLUSTER_SPECIAL) { in FatShrinkEof()397 if (Cluster == FAT_CLUSTER_FREE) { in FatShrinkEof()403 OFile->FileCluster = FAT_CLUSTER_FREE; in FatShrinkEof()470 if (Cluster == FAT_CLUSTER_FREE || Cluster >= FAT_CLUSTER_SPECIAL) { in FatGrowEof()[all …]
31 #define FAT_CLUSTER_FREE 0 macro