Searched refs:BlocksPerTable (Results 1 – 5 of 5) sorted by relevance
127 info->BlocksPerTable = b; in rf_ConfigureDeclustered()344 BlockID %= info->BlocksPerTable; in rf_MapSectorDeclustered()362 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within in rf_MapSectorDeclustered()405 BlockID %= info->BlocksPerTable; in rf_MapParityDeclustered()425 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapParityDeclustered()449 tableOffset = (stripeID % info->BlocksPerTable); /* find offset into in rf_IdentifyStripeDeclustered()547 *psID = (stripeID / (layoutPtr->SUsPerPU * info->BlocksPerTable)) in rf_MapSIDToPSIDDeclustered()548 * info->BlocksPerTable + (stripeID % info->BlocksPerTable); in rf_MapSIDToPSIDDeclustered()549 *which_ru = (stripeID % (info->BlocksPerTable * layoutPtr->SUsPerPU)) in rf_MapSIDToPSIDDeclustered()550 / info->BlocksPerTable; in rf_MapSIDToPSIDDeclustered()[all …]
106 info->BlocksPerTable = b; in rf_ConfigureDeclusteredPQ()305 BlockID %= info->BlocksPerTable; in rf_MapSectorDeclusteredPQ()334 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within in rf_MapSectorDeclusteredPQ()372 BlockID %= info->BlocksPerTable; in rf_MapParityDeclusteredPQ()388 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapParityDeclusteredPQ()422 BlockID %= info->BlocksPerTable; in rf_MapQDeclusteredPQ()438 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapQDeclusteredPQ()462 tableOffset = (stripeID % info->BlocksPerTable); /* find offset into in rf_IdentifyStripeDeclusteredPQ()
61 RF_StripeCount_t BlocksPerTable; /* block design tuples per member
372 int BlocksPerTable; member
582 table[i] = calloc(req->BlocksPerTable, sizeof(**table)); in rf_ReadSpareTable()587 for (j = 0; j < req->BlocksPerTable; j++) in rf_ReadSpareTable()