Searched refs:outSU (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/raidframe/
H A Drf_declusterPQ.c288 RF_StripeNum_t base_suid = 0, outSU, SpareRegion = 0, SpareSpace = 0; local
325 rf_remap_to_spare_space(layoutPtr, info, FullTableID, TableID, BlockID, (base_suid) ? 1 : 0, SpareRegion, col, &outSU);
328 outSU = base_suid;
329 outSU += FullTableID * fulltable_depth; /* offs to strt of FT */
330 outSU += SpareSpace; /* skip rsvd spare space */
331 outSU += TableID * info->TableDepthInPUs * layoutPtr->SUsPerPU; /* offs to strt of tble */
332 outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU */
334 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within
339 *diskSector = outSU * layoutPtr->sectorsPerStripeUnit + (raidSector % layoutPtr->sectorsPerStripeUnit);
355 RF_StripeNum_t base_suid = 0, outSU, SpareRegio local
405 RF_StripeNum_t base_suid = 0, outSU, SpareRegion, SpareSpace = 0; local
[all...]
H A Drf_decluster.c328 RF_StripeNum_t base_suid = 0, outSU, SpareRegion = 0, SpareSpace = 0; local
353 rf_remap_to_spare_space(layoutPtr, info, FullTableID, TableID, BlockID, (base_suid) ? 1 : 0, SpareRegion, col, &outSU);
356 outSU = base_suid;
357 outSU += FullTableID * fulltable_depth; /* offs to strt of FT */
358 outSU += SpareSpace; /* skip rsvd spare space */
359 outSU += TableID * info->TableDepthInPUs * layoutPtr->SUsPerPU; /* offs to strt of tble */
360 outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU */
362 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within
367 *diskSector = outSU * layoutPtr->sectorsPerStripeUnit + (raidSector % layoutPtr->sectorsPerStripeUnit);
386 RF_StripeNum_t base_suid = 0, outSU, SpareRegio local
558 rf_remap_to_spare_space(RF_RaidLayout_t *layoutPtr, RF_DeclusteredConfigInfo_t *info, RF_StripeNum_t FullTableID, RF_StripeNum_t TableID, RF_SectorNum_t BlockID, RF_StripeNum_t base_suid, RF_StripeNum_t SpareRegion, RF_RowCol_t *outCol, RF_StripeNum_t *outSU) argument
[all...]
H A Drf_decluster.h130 RF_StripeNum_t SpareRegion, RF_RowCol_t * outCol, RF_StripeNum_t * outSU);

Completed in 138 milliseconds