Home
last modified time | relevance | path

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

/reactos/drivers/storage/ide/uniata/
H A Did_badblock.cpp99 if(cur->arrBadBlocks) { in BadBlockQueryRoutine()
100 ExFreePool(cur->arrBadBlocks); in BadBlockQueryRoutine()
101 cur->arrBadBlocks = NULL; in BadBlockQueryRoutine()
105 if(!cur->arrBadBlocks) { in BadBlockQueryRoutine()
117 …KdPrint(( "BB: %I64x - %I64x\n", cur->arrBadBlocks[i].m_lbaStart, cur->arrBadBlocks[i].m_lbaEnd-1)… in BadBlockQueryRoutine()
190 LunExt->arrBadBlocks = NULL; in InitBadBlocks()
199 cur->LunExt->arrBadBlocks = NULL; in InitBadBlocks()
223 LunExt->arrBadBlocks = cur->arrBadBlocks; in InitBadBlocks()
244 LunExt->arrBadBlocks = NULL; in ForgetBadBlocks()
266 SBadBlockRange* arrBadBlocks = LunExt->arrBadBlocks; in CheckIfBadBlock() local
[all …]
H A Dbadblock.h54 SBadBlockRange* arrBadBlocks; member
H A Dbsmaster.h1206 struct _SBadBlockRange* arrBadBlocks; member