Searched refs:arrBadBlocks (Results 1 – 3 of 3) sorted by relevance
99 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 …]
54 SBadBlockRange* arrBadBlocks; member
1206 struct _SBadBlockRange* arrBadBlocks; member