HomeSort by: relevance | last modified time | path
    Searched defs:BlockID (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_declusterPQ.c 285 RF_StripeNum_t BlockID, BlockOffset, RepIndex;
303 BlockID = TableOffset / info->PUsPerBlock;
304 BlockOffset = TableOffset - BlockID * info->PUsPerBlock;
305 BlockID %= info->BlocksPerTable;
321 *col = info->LayoutTable[BlockID][BlockOffset];
325 rf_remap_to_spare_space(layoutPtr, info, FullTableID, TableID, BlockID, (base_suid) ? 1 : 0, SpareRegion, col, &outSU);
332 outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU */
352 RF_StripeNum_t BlockID, RepIndex;
367 /* compute BlockID and RepIndex exactly as before */
371 BlockID = TableOffset / info->PUsPerBlock
    [all...]
rf_decluster.c 325 RF_StripeNum_t BlockID, BlockOffset, RepIndex;
342 BlockID = TableOffset / info->PUsPerBlock;
343 BlockOffset = TableOffset - BlockID * info->PUsPerBlock;
344 BlockID %= info->BlocksPerTable;
348 *col = info->LayoutTable[BlockID][BlockOffset];
353 rf_remap_to_spare_space(layoutPtr, info, FullTableID, TableID, BlockID, (base_suid) ? 1 : 0, SpareRegion, col, &outSU);
360 outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU */
383 RF_StripeNum_t BlockID, RepIndex;
397 /* compute BlockID and RepIndex exactly as before */
402 /* BlockID = (TableOffset / info->PUsPerBlock)
    [all...]

Completed in 44 milliseconds