Searched refs:RootLba (Results 1 – 2 of 2) sorted by relevance
210 UINTN RootLba; in FatOpenDevice() local312 RootLba = FatBs.FatBsb.NumFats * SectorsPerFat + FatLba; in FatOpenDevice()313 FirstClusterLba = RootLba + RootDirSectors; in FatOpenDevice()319 Volume->RootPos = LShiftU64 (RootLba, BlockAlignment); in FatOpenDevice()
51 UINT64 RootLba; in FatGetBpbInfo() local151 RootLba = Bpb.NoFats * SectorsPerFat + FatLba; in FatGetBpbInfo()152 FirstClusterLba = RootLba + RootDirSectors; in FatGetBpbInfo()156 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo()