Home
last modified time | relevance | path

Searched refs:rf_ds_reconstructing (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_disks.h44 ((_dstat_) == rf_ds_reconstructing) || ((_dstat_) == rf_ds_failed) || \
H A Drf_decluster.c352 …RF_ASSERT(raidPtr->Disks[*col].status == rf_ds_reconstructing || raidPtr->Disks[*col].status == rf… in rf_MapSectorDeclustered()
412 …RF_ASSERT(raidPtr->Disks[*col].status == rf_ds_reconstructing || raidPtr->Disks[*col].status == rf… in rf_MapParityDeclustered()
H A Draidframevar.h386 rf_ds_reconstructing, /* reconstruction ongoing */ enumerator
H A Drf_parityscan.c343 if (raidPtr->Disks[pda->col].status == rf_ds_reconstructing) { in rf_TryToRedirectPDA()
H A Drf_reconstruct.c608 raidPtr->Disks[col].status = rf_ds_reconstructing; in rf_ContinueReconstructFailedDisk()
H A Drf_netbsdkintf.c1508 if (raidPtr->Disks[column].status == rf_ds_reconstructing) { in rf_rebuild_in_place()
/netbsd-src/sbin/raidctl/
H A Draidctl.c469 case rf_ds_reconstructing: in device_status()