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

  /src/sys/dev/raidframe/
rf_reconstruct.h 64 RF_RowCol_t spRow, spCol; /* spare disk to which this buf should
rf_parityscan.c 368 RF_RowCol_t spCol = raidPtr->Disks[pda->col].spareCol;
369 pda->col = spCol;
rf_reconbuffer.c 268 t->spCol = rbuf->spCol;
rf_reconstruct.c 1209 &rbuf->spCol, &rbuf->spOffset);
1362 * spCol - out: col of spare unit for failed unit
1372 RF_RowCol_t *spCol, RF_SectorNum_t *spOffset)
1456 layoutPtr->map->MapParity(raidPtr, sosRaidAddress + j_offset * layoutPtr->sectorsPerStripeUnit, spCol, spOffset, RF_REMAP);
1458 layoutPtr->map->MapSector(raidPtr, sosRaidAddress + j_offset * layoutPtr->sectorsPerStripeUnit, spCol, spOffset, RF_REMAP);
1461 *spCol = raidPtr->reconControl->spareCol;
1494 rbuf->spCol, rbuf->spOffset, rbuf->parityStripeID,
1517 rf_DiskIOEnqueue(&raidPtr->Queues[rbuf->spCol], req, RF_IO_RECON_PRIORITY);
1824 &new_rbuf->spCol, &new_rbuf->spOffset); /* find offsets & spare
rf_raid1.c 674 t->spCol = rbuf->spCol;

Completed in 16 milliseconds