BlockOffset 394 dev/raidframe/rf_decluster.c RF_StripeNum_t BlockID, BlockOffset, RepIndex; BlockOffset 420 dev/raidframe/rf_decluster.c BlockOffset = TableOffset - BlockID * info->PUsPerBlock; BlockOffset 424 dev/raidframe/rf_decluster.c BlockOffset += ((BlockOffset >= RepIndex) ? 1 : 0); BlockOffset 425 dev/raidframe/rf_decluster.c *col = info->LayoutTable[BlockID][BlockOffset]; BlockOffset 446 dev/raidframe/rf_decluster.c outSU += info->OffsetTable[BlockID][BlockOffset] * BlockOffset 476 dev/raidframe/rf_decluster.c RF_StripeNum_t BlockID, BlockOffset, RepIndex; BlockOffset 507 dev/raidframe/rf_decluster.c BlockOffset = TableOffset - BlockID * info->PUsPerBlock; BlockOffset 344 dev/raidframe/rf_declusterPQ.c RF_StripeNum_t BlockID, BlockOffset, RepIndex; BlockOffset 368 dev/raidframe/rf_declusterPQ.c BlockOffset = TableOffset - BlockID * info->PUsPerBlock; BlockOffset 370 dev/raidframe/rf_declusterPQ.c RF_ASSERT(BlockOffset < info->groupSize - 2); BlockOffset 382 dev/raidframe/rf_declusterPQ.c BlockOffset++; BlockOffset 385 dev/raidframe/rf_declusterPQ.c BlockOffset += ((BlockOffset >= RepIndex) ? 2 : 0); BlockOffset 387 dev/raidframe/rf_declusterPQ.c RF_ASSERT(BlockOffset < info->groupSize); BlockOffset 388 dev/raidframe/rf_declusterPQ.c *col = info->LayoutTable[BlockID][BlockOffset]; BlockOffset 404 dev/raidframe/rf_declusterPQ.c outSU += info->OffsetTable[BlockID][BlockOffset] * BlockOffset 429 dev/raidframe/rf_declusterPQ.c RF_StripeNum_t BlockID, BlockOffset, RepIndex; BlockOffset 452 dev/raidframe/rf_declusterPQ.c BlockOffset = TableOffset - BlockID * info->PUsPerBlock; BlockOffset 487 dev/raidframe/rf_declusterPQ.c RF_StripeNum_t BlockID, BlockOffset, RepIndex, RepIndexQ; BlockOffset 510 dev/raidframe/rf_declusterPQ.c BlockOffset = TableOffset - BlockID * info->PUsPerBlock;