OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parityPDA
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_parityscan.c
146
* validate only the range of parity defined by
parityPDA
, since this
149
* region defined by the
parityPDA
.
156
RF_PhysDiskAddr_t *
parityPDA
;
171
for (
parityPDA
= doasm->parityInfo;
parityPDA
;
172
parityPDA
=
parityPDA
->next) {
175
parityPDA
,
192
RF_PhysDiskAddr_t *
parityPDA
, int correct_it,
198
RF_SectorCount_t numsector =
parityPDA
->numSector
[
all
...]
rf_dagdegrd.c
277
RF_PhysDiskAddr_t *pda, *
parityPDA
;
423
parityPDA
= rf_AllocPhysDiskAddr(raidPtr);
424
parityPDA
->next = dag_h->pda_cleanup_list;
425
dag_h->pda_cleanup_list =
parityPDA
;
426
parityPDA
->col = asmap->parityInfo->col;
427
parityPDA
->startSector = ((asmap->parityInfo->startSector / sectorsPerSU)
429
parityPDA
->numSector = failedPDA->numSector;
434
rpNode->params[0].p =
parityPDA
;
469
xorNode->params[paramNum++].p =
parityPDA
;
rf_dagdegwr.c
180
RF_PhysDiskAddr_t *pda, *
parityPDA
;
362
parityPDA
= rf_AllocPhysDiskAddr(raidPtr);
363
parityPDA
->next = dag_h->pda_cleanup_list;
364
dag_h->pda_cleanup_list =
parityPDA
;
365
parityPDA
->col = asmap->parityInfo->col;
366
parityPDA
->startSector = ((asmap->parityInfo->startSector / sectorsPerSU)
368
parityPDA
->numSector = failedPDA->numSector;
376
wnpNode->params[0].p =
parityPDA
;
385
parityPDA
= RF_MallocAndAdd(sizeof(*
parityPDA
), allocList)
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025