Home
last modified time | relevance | path

Searched refs:spareCol (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_compat50.c68 RF_RowCol_t spareCol; member
92 d50->spareCol = d->spareCol; in rf_disk_to_disk50()
H A Drf_compat80.c59 RF_RowCol_t spareCol; /* if in status "spared", this identifies the member
150 disk80->spareCol = disk->spareCol; in rf_copy_raiddisk80()
H A Drf_reconstruct.h126 RF_RowCol_t spareCol; /* which of the spare disks we're using */ member
H A Drf_netbsdkintf.c894 if (raidPtr->Disks[j].spareCol == sparecol) { in raid_dumpblocks()
1236 int spareCol = raidPtr->Disks[rr->col].spareCol; in rf_fail_disk() local
1238 if (spareCol < raidPtr->numCol || in rf_fail_disk()
1239 spareCol >= raidPtr->numCol + raidPtr->numSpare) in rf_fail_disk()
1246 raidPtr->Disks[spareCol].status = rf_ds_failed; in rf_fail_disk()
2671 if (raidPtr->Disks[j].spareCol == sparecol) { in rf_markalldirty()
2746 if (raidPtr->Disks[j].spareCol == sparecol) { in rf_update_component_labels()
H A Drf_raid5.c238 failedPDA->col = raidPtr->Disks[fcol].spareCol; in rf_RaidFiveDagSelect()
H A Drf_reconutil.c83 reconCtrlPtr->spareCol = scol; in rf_MakeReconControl()
H A Draidframevar.h401 RF_RowCol_t spareCol; /* if in status "spared", this identifies the member
H A Drf_parityscan.c368 RF_RowCol_t spCol = raidPtr->Disks[pda->col].spareCol; in rf_TryToRedirectPDA()
H A Drf_raid1.c219 failedPDA->col = raidPtr->Disks[fcol].spareCol; in rf_RAID1DagSelect()
H A Drf_reconstruct.c609 raidPtr->Disks[col].spareCol = scol; in rf_ContinueReconstructFailedDisk()
1461 *spCol = raidPtr->reconControl->spareCol; in ComputePSDiskOffsets()
H A Drf_map.c840 pda_p->col = disks[fcol].spareCol; in rf_ASMCheckStatus()
H A Drf_paritylogging.c879 failedPDA->col = raidPtr->Disks[fcol].spareCol; in rf_ParityLoggingDagSelect()
H A Drf_dagutils.c919 int scol = raidPtr->reconControl->spareCol; in rf_redirect_asm()