Home
last modified time | relevance | path

Searched refs:SlabAllocationBitMapLength (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Dntddstor.h933 ULONG SlabAllocationBitMapLength; member
947 ULONG SlabAllocationBitMapLength; member
/reactos/drivers/storage/class/classpnp/
H A Dutils.c4631 …lbpStateV2->SlabAllocationBitMapLength = ((totalProcessedSlabs - 1) / (ULONGLONG)bitMapGranularity… in ClasspDeviceGetLBAStatusWorker()
4640 … + ((lbpStateV2->SlabAllocationBitMapLength - 1) * sizeof(lbpStateV2->SlabAllocationBitMap[0])); in ClasspDeviceGetLBAStatusWorker()
4649 … lbpState->SlabAllocationBitMapLength = ((totalProcessedSlabs - 1) / bitMapGranularityInBits) + 1; in ClasspDeviceGetLBAStatusWorker()
4658 … + ((lbpState->SlabAllocationBitMapLength - 1) * sizeof(lbpState->SlabAllocationBitMap[0])); in ClasspDeviceGetLBAStatusWorker()