Home
last modified time | relevance | path

Searched refs:ClusterAlignment (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DInfo.c129 UINT8 ClusterAlignment; in FatGetVolumeInfo() local
135 ClusterAlignment = Volume->ClusterAlignment; in FatGetVolumeInfo()
152 Info->VolumeSize = LShiftU64 (Volume->MaxCluster, ClusterAlignment); in FatGetVolumeInfo()
155 ClusterAlignment in FatGetVolumeInfo()
DInit.c322 Volume->ClusterAlignment = (UINT8)(BlockAlignment + SectorsPerClusterAlignment); in FatOpenDevice()
323 Volume->ClusterSize = (UINTN)1 << (Volume->ClusterAlignment); in FatOpenDevice()
DFileSpace.c338 Clusters = Size >> Volume->ClusterAlignment; in FatSizeToClusters()
611 LShiftU64 (Cluster - FAT_MIN_CLUSTER, Volume->ClusterAlignment) + in FatOFilePosition()
DFat.h332 UINT8 ClusterAlignment; // Equal to log_2 (clustersize); member