Home
last modified time | relevance | path

Searched refs:spCol (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_reconstruct.c1209 &rbuf->spCol, &rbuf->spOffset); in IssueNextReadRequest()
1372 RF_RowCol_t *spCol, RF_SectorNum_t *spOffset) in ComputePSDiskOffsets() argument
1456 …ity(raidPtr, sosRaidAddress + j_offset * layoutPtr->sectorsPerStripeUnit, spCol, spOffset, RF_REMA… in ComputePSDiskOffsets()
1458 …tor(raidPtr, sosRaidAddress + j_offset * layoutPtr->sectorsPerStripeUnit, spCol, spOffset, RF_REMA… in ComputePSDiskOffsets()
1461 *spCol = raidPtr->reconControl->spareCol; in ComputePSDiskOffsets()
1494 rbuf->spCol, rbuf->spOffset, rbuf->parityStripeID, in IssueNextWriteRequest()
1517 rf_DiskIOEnqueue(&raidPtr->Queues[rbuf->spCol], req, RF_IO_RECON_PRIORITY); in IssueNextWriteRequest()
1824 &new_rbuf->spCol, &new_rbuf->spOffset); /* find offsets & spare in rf_ForceOrBlockRecon()
H A Drf_reconstruct.h64 RF_RowCol_t spRow, spCol; /* spare disk to which this buf should member
H A Drf_reconbuffer.c268 t->spCol = rbuf->spCol; in rf_SubmitReconBufferBasic()
H A Drf_parityscan.c368 RF_RowCol_t spCol = raidPtr->Disks[pda->col].spareCol; in rf_TryToRedirectPDA() local
369 pda->col = spCol; in rf_TryToRedirectPDA()
H A Drf_raid1.c674 t->spCol = rbuf->spCol; in rf_SubmitReconBufferRAID1()