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

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FileSpace.c 159 if (Index < FAT_MIN_CLUSTER) {
606 if (Cluster < FAT_MIN_CLUSTER) {
611 LShiftU64 (Cluster - FAT_MIN_CLUSTER, Volume->ClusterAlignment) +
721 for (Index = Volume->MaxCluster + 1; Index >= FAT_MIN_CLUSTER; Index--) {
Init.c 381 if (FAT_MIN_CLUSTER > Volume->FatInfoSector.FreeInfo.NextCluster ||
384 Volume->FatInfoSector.FreeInfo.NextCluster = FAT_MIN_CLUSTER;
FatFileSystem.h 36 #define FAT_MIN_CLUSTER 2

Completed in 662 milliseconds