Searched refs:StoredBitMap (Results 1 – 3 of 3) sorted by relevance
84 if(VerifyCtx->StoredBitMap) { in UDFVInit()85 RtlZeroMemory(VerifyCtx->StoredBitMap, i); in UDFVInit()162 DbgFreePool(VerifyCtx->StoredBitMap); in UDFVRelease()192 UDFSetBit(VerifyCtx->StoredBitMap, LBA); in UDFVStoreBlock()217 UDFClrBit(VerifyCtx->StoredBitMap, vItem->lba); in UDFVRemoveBlock()249 if(UDFGetBit(VerifyCtx->StoredBitMap, LBA+i)) { in UDFVWrite()315 ASSERT(UDFGetBit(VerifyCtx->StoredBitMap, LBA+i)); in UDFVWrite()320 ASSERT(UDFGetBit(VerifyCtx->StoredBitMap, LBA+i)); in UDFVWrite()354 ASSERT(!UDFGetBit(VerifyCtx->StoredBitMap, LBA+i)); in UDFVWrite()401 if(UDFGetBit(VerifyCtx->StoredBitMap, LBA+i)) { in UDFVRead()[all …]
546 uint8* StoredBitMap; member
1327 return UDFGetBit(Vcb->VerifyCtx.StoredBitMap, lba); in UDFVIsStored()