OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numParityCol
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/dev/raidframe/
rf_raid1.c
96
layoutPtr->
numParityCol
= 1;
297
RF_ASSERT(layoutPtr->numDataCol == layoutPtr->
numParityCol
);
298
stripeWidth = layoutPtr->numDataCol + layoutPtr->
numParityCol
;
299
bcount = nbytes * (layoutPtr->numDataCol + layoutPtr->
numParityCol
);
358
for (pda = aasm->parityInfo; i < layoutPtr->numDataCol + layoutPtr->
numParityCol
; i++, pda = pda->next) {
417
bbufs = RF_MallocAndAdd(layoutPtr->
numParityCol
* sizeof(*bbufs),
rf_raid0.c
79
layoutPtr->
numParityCol
= 0;
rf_raid4.c
82
layoutPtr->
numParityCol
= 1;
rf_layout.h
74
RF_StripeCount_t
numParityCol
; /* number of SUs of parity per stripe.
rf_raid5_rotatedspare.c
92
layoutPtr->
numParityCol
= 1;
rf_evenodd.c
111
layoutPtr->
numParityCol
= 2;
353
int stripeWidth = layoutPtr->numDataCol + layoutPtr->
numParityCol
;
362
numbytes * (layoutPtr->numDataCol + layoutPtr->
numParityCol
),
rf_parityscan.c
213
int stripeWidth = layoutPtr->numDataCol + layoutPtr->
numParityCol
;
224
* (layoutPtr->numDataCol + layoutPtr->
numParityCol
), alloclist);
rf_chaindecluster.c
96
layoutPtr->
numParityCol
= 1;
rf_interdecluster.c
107
layoutPtr->
numParityCol
= 1;
rf_raid5.c
89
layoutPtr->
numParityCol
= 1;
rf_decluster.c
284
layoutPtr->
numParityCol
= 1;
616
req->G = raidPtr->Layout.numDataCol + raidPtr->Layout.
numParityCol
;
rf_paritylogging.c
125
layoutPtr->
numParityCol
= 1;
127
layoutPtr->numDataCol = raidPtr->numCol - layoutPtr->
numParityCol
-
rf_reconstruct.c
673
raidPtr->numCol - raidPtr->Layout.
numParityCol
) {
1383
RF_RowCol_t stripeWidth = layoutPtr->numDataCol + layoutPtr->
numParityCol
;
1815
for (i = 0; i < raidPtr->Layout.numDataCol + raidPtr->Layout.
numParityCol
; i++)
rf_declusterPQ.c
262
layoutPtr->
numParityCol
= 2;
rf_map.c
624
for (i = 0; i < layoutPtr->numDataCol + layoutPtr->
numParityCol
; i++) {
rf_netbsdkintf.c
855
raidPtr->Layout.
numParityCol
!= 1)
Completed in 38 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025