Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_raid.h74 rf_rs_reconstructing, enumerator
H A Drf_chaindecluster.c257 if ((raidPtr->status == rf_rs_degraded) || (raidPtr->status == rf_rs_reconstructing)) in rf_RAIDCDagSelect()
H A Drf_raid5.c194 (rstat == rf_rs_reconstructing) ? in rf_RaidFiveDagSelect()
H A Drf_states.c400 raidPtr->status == rf_rs_reconstructing) { in rf_State_Lock()
H A Drf_raid1.c209 (rstat == rf_rs_reconstructing) ? in rf_RAID1DagSelect()
H A Drf_map.c627 if (raidPtr->status != rf_rs_reconstructing) in rf_CheckStripeForFailures()
H A 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()
H A Drf_paritylogging.c838 (rstat == rf_rs_reconstructing) ? in rf_ParityLoggingDagSelect()
H A Drf_dagutils.c922 RF_ASSERT(raidPtr->status == rf_rs_reconstructing); in rf_redirect_asm()
H A Drf_reconstruct.c607 raidPtr->status = rf_rs_reconstructing; in rf_ContinueReconstructFailedDisk()