Searched refs:sectPerSU (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/sys/dev/raidframe/ |
| D | rf_copyback.c | 232 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()
|
| D | rf_copyback.h | 47 RF_SectorCount_t sectPerSU; member
|
| D | rf_configure.h | 74 RF_SectorNum_t sectPerSU; member
|
| D | rf_openbsd.h | 117 int sectPerSU; /* Sectors per Stripe Unit. */ member
|
| D | rf_dagfuncs.c | 600 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()
|
| D | rf_layout.c | 446 layoutPtr->sectorsPerStripeUnit = cfgPtr->sectPerSU; in rf_ConfigureLayout()
|
| D | rf_openbsdkintf.c | 2947 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/ |
| D | raidctl.c | 557 component_label.sectPerSU, component_label.SUsPerPU, in rf_output_configuration() 666 component_label.sectPerSU, component_label.SUsPerPU, in get_component_label()
|
| D | rf_configure.c | 285 cfgPtr->sectPerSU = (RF_SectorNum_t)aa; in rf_MakeConfig()
|