Home
last modified time | relevance | path

Searched refs:BlocksPerTable (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/dev/raidframe/
Drf_decluster.c134 info->BlocksPerTable = b; in rf_ConfigureDeclustered()
421 BlockID %= info->BlocksPerTable; in rf_MapSectorDeclustered()
450 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapSectorDeclustered()
508 BlockID %= info->BlocksPerTable; in rf_MapParityDeclustered()
538 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapParityDeclustered()
573 tableOffset = (stripeID % info->BlocksPerTable); in rf_IdentifyStripeDeclustered()
681 *psID = (stripeID / (layoutPtr->SUsPerPU * info->BlocksPerTable)) * in rf_MapSIDToPSIDDeclustered()
682 info->BlocksPerTable + (stripeID % info->BlocksPerTable); in rf_MapSIDToPSIDDeclustered()
683 *which_ru = (stripeID % (info->BlocksPerTable * layoutPtr->SUsPerPU)) / in rf_MapSIDToPSIDDeclustered()
684 info->BlocksPerTable; in rf_MapSIDToPSIDDeclustered()
[all …]
Drf_declusterPQ.c113 info->BlocksPerTable = b; in rf_ConfigureDeclusteredPQ()
369 BlockID %= info->BlocksPerTable; in rf_MapSectorDeclusteredPQ()
408 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapSectorDeclusteredPQ()
453 BlockID %= info->BlocksPerTable; in rf_MapParityDeclusteredPQ()
472 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapParityDeclusteredPQ()
511 BlockID %= info->BlocksPerTable; in rf_MapQDeclusteredPQ()
530 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapQDeclusteredPQ()
565 tableOffset = (stripeID % info->BlocksPerTable); in rf_IdentifyStripeDeclusteredPQ()
Drf_decluster.h80 RF_StripeCount_t BlocksPerTable; member
Drf_raidframe.h76 int BlocksPerTable; member
/mirbsd/src/sbin/raidctl/
Drf_configure.c510 req->BlocksPerTable * sizeof(RF_SpareTableEntry_t), in rf_ReadSpareTable()
512 for (j = 0; j < req->BlocksPerTable; j++) in rf_ReadSpareTable()
550 RF_ASSERT(tupleNum >= 0 && tupleNum < req->BlocksPerTable); in rf_ReadSpareTable()