Home
last modified time | relevance | path

Searched refs:rf_rs_reconstructing (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/dev/raidframe/
Drf_raid.h74 rf_rs_reconstructing, enumerator
Drf_chaindecluster.c257 … if ((raidPtr->status == rf_rs_degraded) || (raidPtr->status == rf_rs_reconstructing)) in rf_RAIDCDagSelect()
Drf_raid5.c194 (rstat == rf_rs_reconstructing) ? in rf_RaidFiveDagSelect()
Drf_states.c400 raidPtr->status == rf_rs_reconstructing) { in rf_State_Lock()
Drf_raid1.c209 (rstat == rf_rs_reconstructing) ? in rf_RAID1DagSelect()
Drf_map.c627 if (raidPtr->status != rf_rs_reconstructing) in rf_CheckStripeForFailures()
Drf_netbsdkintf.c1226 if (raidPtr->status == rf_rs_reconstructing) { in rf_fail_disk()
1546 raidPtr->status != rf_rs_reconstructing) { in rf_check_recon_status()
3940 if (raidPtr->status != rf_rs_reconstructing) { in rf_check_recon_status_ext()
Drf_paritylogging.c838 (rstat == rf_rs_reconstructing) ? in rf_ParityLoggingDagSelect()
Drf_dagutils.c922 RF_ASSERT(raidPtr->status == rf_rs_reconstructing); in rf_redirect_asm()
Drf_reconstruct.c607 raidPtr->status = rf_rs_reconstructing; in rf_ContinueReconstructFailedDisk()