OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stripeID
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/dev/raidframe/
rf_raid5_rotatedspare.c
152
RF_StripeNum_t
stripeID
= rf_RaidAddressToStripeID(&raidPtr->Layout, addr);
154
*diskids = info->stripeIdentifier[
stripeID
% raidPtr->numCol];
161
RF_StripeNum_t
stripeID
,
166
*psID =
stripeID
;
rf_raid5.c
144
RF_StripeNum_t
stripeID
= rf_RaidAddressToStripeID(&raidPtr->Layout, addr);
147
*diskids = info->stripeIdentifier[
stripeID
% raidPtr->numCol];
152
RF_StripeNum_t
stripeID
,
156
*psID =
stripeID
;
rf_stripelocks.h
68
RF_StripeNum_t
stripeID
;/* the stripe ID */
rf_declusterPQ.c
456
RF_StripeNum_t
stripeID
;
460
stripeID
= rf_StripeUnitIDToStripeID(layoutPtr, SUID); /* find stripe offset
462
tableOffset = (
stripeID
% info->BlocksPerTable); /* find offset into
rf_paritylogging.c
785
RF_StripeNum_t
stripeID
= rf_RaidAddressToStripeID(&raidPtr->Layout,
789
*diskids = info->stripeIdentifier[
stripeID
% raidPtr->numCol];
796
RF_StripeNum_t
stripeID
,
801
*psID =
stripeID
;
rf_raid1.c
142
RF_StripeNum_t
stripeID
= rf_RaidAddressToStripeID(&raidPtr->Layout, addr);
144
RF_ASSERT(
stripeID
>= 0);
146
*diskids = info->stripeIdentifier[
stripeID
% (raidPtr->numCol / 2)];
157
RF_StripeNum_t
stripeID
,
161
*psID =
stripeID
;
rf_evenodd.c
136
RF_StripeNum_t
stripeID
= rf_RaidAddressToStripeID(&raidPtr->Layout, addr);
139
*diskids = info->stripeIdentifier[
stripeID
% raidPtr->numCol];
rf_decluster.c
443
RF_StripeNum_t
stripeID
;
447
stripeID
= rf_StripeUnitIDToStripeID(layoutPtr, SUID); /* find stripe offset
449
tableOffset = (
stripeID
% info->BlocksPerTable); /* find offset into
539
RF_StripeNum_t
stripeID
,
547
*psID = (
stripeID
/ (layoutPtr->SUsPerPU * info->BlocksPerTable))
548
* info->BlocksPerTable + (
stripeID
% info->BlocksPerTable);
549
*which_ru = (
stripeID
% (info->BlocksPerTable * layoutPtr->SUsPerPU))
rf_layout.h
115
RF_StripeNum_t
stripeID
;/* the stripe index */
285
RF_StripeNum_t
stripeID
, RF_ReconUnitNum_t * which_ru);
rf_map.c
99
RF_StripeNum_t
stripeID
, lastSID, SUID, lastSUID;
105
stripeID
= rf_RaidAddressToStripeID(layoutPtr, raidAddress);
107
totStripes = lastSID -
stripeID
+ 1;
142
asm_p->
stripeID
= /* rf_RaidAddressToStripeID(layoutPtr,
143
raidAddress) */
stripeID
++;
705
(int) asmap->
stripeID
,
rf_reconstruct.c
1748
* if reconstruction is currently ongoing for the indicated
stripeID
,
1759
RF_StripeNum_t
stripeID
= asmap->
stripeID
; /* the stripe ID we're
1775
psid = rf_MapStripeIDToParityStripeID(&raidPtr->Layout,
stripeID
, &which_ru);
1891
RF_StripeNum_t
stripeID
= asmap->
stripeID
;
1897
psid = rf_MapStripeIDToParityStripeID(&raidPtr->Layout,
stripeID
, &which_ru);
Completed in 19 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025