Home
last modified time | relevance | path

Searched refs:sectPerSU (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/sys/dev/raidframe/
Drf_copyback.c232 desc->sectPerSU = raidPtr->Layout.sectorsPerStripeUnit; in rf_CopybackReconstructedData()
317 addr += desc->sectPerSU) { in rf_ContinueCopyback()
367 RF_SectorCount_t sectPerSU = desc->sectPerSU; in rf_CopybackOne() local
387 sectPerSU, desc->databuf, 0L, 0, (int (*) (void *, int)) in rf_CopybackOne()
391 sectPerSU, desc->databuf, 0L, 0, (int (*) (void *, int)) in rf_CopybackOne()
483 RF_Free(desc->databuf, rf_RaidAddressToByte(raidPtr, desc->sectPerSU)); in rf_CopybackComplete()
Drf_copyback.h47 RF_SectorCount_t sectPerSU; member
Drf_configure.h74 RF_SectorNum_t sectPerSU; member
Drf_openbsd.h117 int sectPerSU; /* Sectors per Stripe Unit. */ member
Drf_dagfuncs.c600 int sectPerSU = raidPtr->Layout.sectorsPerStripeUnit; in rf_XorIntoBuffer() local
601 int SUOffset = pda->startSector % sectPerSU; in rf_XorIntoBuffer()
604 RF_ASSERT(pda->numSector <= sectPerSU); in rf_XorIntoBuffer()
Drf_layout.c446 layoutPtr->sectorsPerStripeUnit = cfgPtr->sectPerSU; in rf_ConfigureLayout()
Drf_openbsdkintf.c2947 clabel->sectPerSU, clabel->SUsPerPU, clabel->SUsPerRU); in rf_print_component_label()
3067 (clabel1->sectPerSU == clabel2->sectPerSU) && in rf_does_it_fit()
3218 config->sectPerSU = clabel->sectPerSU; in rf_create_configuration()
3449 clabel->sectPerSU = raidPtr->Layout.sectorsPerStripeUnit; in raid_init_component_label()
/mirbsd/src/sbin/raidctl/
Draidctl.c557 component_label.sectPerSU, component_label.SUsPerPU, in rf_output_configuration()
666 component_label.sectPerSU, component_label.SUsPerPU, in get_component_label()
Drf_configure.c285 cfgPtr->sectPerSU = (RF_SectorNum_t)aa; in rf_MakeConfig()