Searched refs:OffsetTable (Results 1 – 3 of 3) sorted by relevance
216 info->OffsetTable = rf_make_2d_array(b, k, raidPtr->cleanupList); in rf_ConfigureDeclusteredPQ()217 if (info->OffsetTable == NULL) in rf_ConfigureDeclusteredPQ()234 info->OffsetTable[i][j] = first_avail_slot[info->LayoutTable[i][j]]; in rf_ConfigureDeclusteredPQ()242 info->BlockTable[(info->OffsetTable[i][j] * layoutPtr->SUsPerPU) + l] in rf_ConfigureDeclusteredPQ()332 outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU */ in rf_MapSectorDeclusteredPQ()387 outSU += info->OffsetTable[BlockID][RepIndex] * layoutPtr->SUsPerPU; in rf_MapParityDeclusteredPQ()440 outSU += info->OffsetTable[BlockID][RepIndexQ] * layoutPtr->SUsPerPU; in rf_MapQDeclusteredPQ()
238 info->OffsetTable = rf_make_2d_array(b, k, raidPtr->cleanupList); in rf_ConfigureDeclustered()239 if (info->OffsetTable == NULL) in rf_ConfigureDeclustered()256 info->OffsetTable[i][j] = first_avail_slot[info->LayoutTable[i][j]]; in rf_ConfigureDeclustered()264 info->BlockTable[(info->OffsetTable[i][j] * layoutPtr->SUsPerPU) + l] in rf_ConfigureDeclustered()360 outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU */ in rf_MapSectorDeclustered()422 outSU += info->OffsetTable[BlockID][RepIndex] * layoutPtr->SUsPerPU; in rf_MapParityDeclustered()
55 RF_RowCol_t **OffsetTable; /* the sector offset table */ member