Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/udf_info/
H A Dremap.cpp84 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 …]
H A Dudf_rel.h546 uint8* StoredBitMap; member
H A Dudf_info.h1327 return UDFGetBit(Vcb->VerifyCtx.StoredBitMap, lba); in UDFVIsStored()