Home
last modified time | relevance | path

Searched refs:FAT_CLUSTER_FREE (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DFileSpace.c164 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 …]
DFatFileSystem.h31 #define FAT_CLUSTER_FREE 0 macro
/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteFmt.h31 #define FAT_CLUSTER_FREE 0 macro