Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/udf_info/
H A Dudf_info.cpp5337 uint32 CurLba; in UDFUpdateVAT() local
5342 if((CurLba = (RelocTab ? RelocTab[i] : (Lba+i)) - root) >= Vcb->VatCount) in UDFUpdateVAT()
5343 Vcb->VatCount = CurLba+1; in UDFUpdateVAT()
5344 Vcb->Vat[CurLba] = NWA; in UDFUpdateVAT()