Searched refs:BlockID (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_declusterPQ.c | 285 RF_StripeNum_t BlockID, BlockOffset, RepIndex; in rf_MapSectorDeclusteredPQ() local 303 BlockID = TableOffset / info->PUsPerBlock; in rf_MapSectorDeclusteredPQ() 304 BlockOffset = TableOffset - BlockID * info->PUsPerBlock; in rf_MapSectorDeclusteredPQ() 305 BlockID %= info->BlocksPerTable; in rf_MapSectorDeclusteredPQ() 321 *col = info->LayoutTable[BlockID][BlockOffset]; in rf_MapSectorDeclusteredPQ() 325 …rf_remap_to_spare_space(layoutPtr, info, FullTableID, TableID, BlockID, (base_suid) ? 1 : 0, Spare… in rf_MapSectorDeclusteredPQ() 332 …outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU … in rf_MapSectorDeclusteredPQ() 352 RF_StripeNum_t BlockID, RepIndex; in rf_MapParityDeclusteredPQ() local 371 BlockID = TableOffset / info->PUsPerBlock; in rf_MapParityDeclusteredPQ() 372 BlockID %= info->BlocksPerTable; in rf_MapParityDeclusteredPQ() [all …]
|
| D | rf_decluster.c | 325 RF_StripeNum_t BlockID, BlockOffset, RepIndex; in rf_MapSectorDeclustered() local 342 BlockID = TableOffset / info->PUsPerBlock; in rf_MapSectorDeclustered() 343 BlockOffset = TableOffset - BlockID * info->PUsPerBlock; in rf_MapSectorDeclustered() 344 BlockID %= info->BlocksPerTable; in rf_MapSectorDeclustered() 348 *col = info->LayoutTable[BlockID][BlockOffset]; in rf_MapSectorDeclustered() 353 …rf_remap_to_spare_space(layoutPtr, info, FullTableID, TableID, BlockID, (base_suid) ? 1 : 0, Spare… in rf_MapSectorDeclustered() 360 …outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU … in rf_MapSectorDeclustered() 383 RF_StripeNum_t BlockID, RepIndex; in rf_MapParityDeclustered() local 404 BlockID = TableOffset / info->PUsPerBlock; in rf_MapParityDeclustered() 405 BlockID %= info->BlocksPerTable; in rf_MapParityDeclustered() [all …]
|
| D | rf_decluster.h | 129 RF_StripeNum_t TableID, RF_SectorNum_t BlockID, RF_StripeNum_t base_suid,
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | windows | 914 # bidNextB; next BlockID (ANSI 4 bytes) 916 # bidNextP; Next available back BlockID pointer
|