HomeSort by: relevance | last modified time | path
    Searched refs:spareCol (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/raidframe/
rf_reconstruct.h 126 RF_RowCol_t spareCol; /* which of the spare disks we're using */
rf_compat50.c 68 RF_RowCol_t spareCol;
92 d50->spareCol = d->spareCol;
rf_compat80.c 59 RF_RowCol_t spareCol; /* if in status "spared", this identifies the
150 disk80->spareCol = disk->spareCol;
rf_raid5.c 238 failedPDA->col = raidPtr->Disks[fcol].spareCol;
raidframevar.h 401 RF_RowCol_t spareCol; /* if in status "spared", this identifies the
rf_reconutil.c 83 reconCtrlPtr->spareCol = scol;
rf_parityscan.c 368 RF_RowCol_t spCol = raidPtr->Disks[pda->col].spareCol;
rf_netbsdkintf.c 848 int c, sparecol, j, scol, dumpto; local in function:raid_dumpblocks
888 sparecol = raidPtr->numCol + c;
890 if (raidPtr->Disks[sparecol].status == rf_ds_used_spare) {
894 if (raidPtr->Disks[j].spareCol == sparecol) {
910 sparecol will become the first
913 dumpto = sparecol;
922 dumpto = sparecol;
1236 int spareCol = raidPtr->Disks[rr->col].spareCol;
2636 int sparecol; local in function:rf_markalldirty
2698 int sparecol; local in function:rf_update_component_labels
3532 int sparecol; local in function:rf_set_autoconfig
3560 int sparecol; local in function:rf_set_rootpartition
3920 int sparecol = raidPtr->numCol + c; local in function:rf_sync_component_caches
    [all...]
rf_raid1.c 219 failedPDA->col = raidPtr->Disks[fcol].spareCol;
rf_reconstruct.c 609 raidPtr->Disks[col].spareCol = scol;
1461 *spCol = raidPtr->reconControl->spareCol;
rf_map.c 840 pda_p->col = disks[fcol].spareCol;
rf_paritylogging.c 879 failedPDA->col = raidPtr->Disks[fcol].spareCol;
rf_dagutils.c 919 int scol = raidPtr->reconControl->spareCol;

Completed in 50 milliseconds