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

  /src/sys/dev/raidframe/
rf_declusterPQ.c 288 RF_StripeNum_t base_suid = 0, outSU, SpareRegion = 0, SpareSpace = 0;
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, SpareRegion, SpareSpace = 0
    [all...]
rf_decluster.c 328 RF_StripeNum_t base_suid = 0, outSU, SpareRegion = 0, SpareSpace = 0;
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, SpareRegion = 0, SpareSpace = 0
    [all...]

Completed in 15 milliseconds