Searched refs:bStripeWitch (Results 1 – 2 of 2) sorted by relevance
621 pArray->u.array.bStripeWitch = (1 << pParam->BlockSizeShift); in hpt_create_array_v2()670 pChild->u.array.bStripeWitch = (1 << pParam->BlockSizeShift); in hpt_create_array_v2()706 pArray->u.array.bStripeWitch = (1 << pParam->BlockSizeShift); in hpt_create_array_v2()760 capacity &= ~(pArray->u.array.bStripeWitch - 1); in hpt_create_array_v2()786 pArray->VDeviceCapacity = rounddown2(capacity, pArray->u.array.bStripeWitch) * in hpt_create_array_v2()853 pArray2->u.array.bStripeWitch = (1 << pArray2->u.array.bArBlockSizeShift); in old_add_disk_to_raid01()
66 USHORT bStripeWitch; /* = (1 << BlockSizeShift) */ member