HomeSort by relevance Sort by last modified time
    Searched refs:FAT_CLUSTER_FREE (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FileSpace.c 164 if (Value == FAT_CLUSTER_FREE && OriginalVal != FAT_CLUSTER_FREE) {
169 } else if (Value != FAT_CLUSTER_FREE && OriginalVal == FAT_CLUSTER_FREE) {
251 if (Cluster == FAT_CLUSTER_FREE || Cluster >= FAT_CLUSTER_SPECIAL) {
259 FatSetFatEntry (Volume, LastCluster, FAT_CLUSTER_FREE);
305 if (Cluster == FAT_CLUSTER_FREE) {
376 LastCluster = FAT_CLUSTER_FREE;
381 if (Cluster == FAT_CLUSTER_FREE || Cluster >= FAT_CLUSTER_SPECIAL) {
397 if (Cluster == FAT_CLUSTER_FREE) {
    [all...]
FatFileSystem.h 31 #define FAT_CLUSTER_FREE 0
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteFmt.h 31 #define FAT_CLUSTER_FREE 0

Completed in 102 milliseconds