Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DFileSpace.c159 if (Index < FAT_MIN_CLUSTER) { in FatSetFatEntry()
606 if (Cluster < FAT_MIN_CLUSTER) { in FatOFilePosition()
611 LShiftU64 (Cluster - FAT_MIN_CLUSTER, Volume->ClusterAlignment) + in FatOFilePosition()
721 for (Index = Volume->MaxCluster + 1; Index >= FAT_MIN_CLUSTER; Index--) { in FatComputeFreeInfo()
DInit.c381 if (FAT_MIN_CLUSTER > Volume->FatInfoSector.FreeInfo.NextCluster || in FatOpenDevice()
384 Volume->FatInfoSector.FreeInfo.NextCluster = FAT_MIN_CLUSTER; in FatOpenDevice()
DFatFileSystem.h36 #define FAT_MIN_CLUSTER 2 macro