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

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Init.c 321 Volume->MaxCluster = (Sectors - FirstClusterLba) >> SectorsPerClusterAlignment;
329 if (Volume->MaxCluster >= FAT_MAX_FAT16_CLUSTER) {
333 FatType = Volume->MaxCluster < FAT_MAX_FAT12_CLUSTER ? Fat12 : Fat16;
340 if (Volume->MaxCluster < FAT_MAX_FAT16_CLUSTER) {
372 Volume->FatInfoSector.FreeInfo.ClusterCount <= Volume->MaxCluster
382 Volume->FatInfoSector.FreeInfo.NextCluster > Volume->MaxCluster + 1
FileSpace.c 40 if (Index > (Volume->MaxCluster + 1)) {
103 if (Index > (Volume->MaxCluster + 1)) {
293 if (Volume->FatInfoSector.FreeInfo.NextCluster > (Volume->MaxCluster + 1)) {
299 if (Volume->FatInfoSector.FreeInfo.NextCluster > (Volume->MaxCluster + 1)) {
721 for (Index = Volume->MaxCluster + 1; Index >= FAT_MIN_CLUSTER; Index--) {
Info.c 152 Info->VolumeSize = LShiftU64 (Volume->MaxCluster, ClusterAlignment);
Fat.h 330 UINTN MaxCluster; // Max cluster number
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteAccess.c 158 Volume->MaxCluster = (UINT32) (Sectors - FirstClusterLba) / Bpb.SectorsPerCluster;
166 if (Volume->MaxCluster >= 65525) {
170 Volume->FatType = Volume->MaxCluster < 4085 ? Fat12 : Fat16;
186 @retval EFI_INVALID_PARAMETER ClusterNo exceeds the MaxCluster of the volume.
FatLitePeim.h 92 UINTN MaxCluster;
412 @retval EFI_INVALID_PARAMETER ClusterNo exceeds the MaxCluster of the volume.

Completed in 588 milliseconds