Searched refs:FirstClusterLba (Results 1 – 2 of 2) sorted by relevance
211 UINTN FirstClusterLba; in FatOpenDevice() local313 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()320 Volume->FirstClusterPos = LShiftU64 (FirstClusterLba, BlockAlignment); in FatOpenDevice()321 Volume->MaxCluster = (Sectors - FirstClusterLba) >> SectorsPerClusterAlignment; in FatOpenDevice()
52 UINT64 FirstClusterLba; in FatGetBpbInfo() local152 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()157 Volume->FirstClusterPos = MultU64x32 (FirstClusterLba, Volume->SectorSize); in FatGetBpbInfo()158 Volume->MaxCluster = (UINT32) (Sectors - FirstClusterLba) / Bpb.SectorsPerCluster; in FatGetBpbInfo()