OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:col_before_remap
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/raidframe/
rf_chaindecluster.c
134
int
col_before_remap
;
local in function:rf_MapSectorChainDecluster
139
col_before_remap
= SUID % raidPtr->numCol;
142
*col =
col_before_remap
;
152
if (index_within_disk <
col_before_remap
)
156
*col = (
col_before_remap
+ raidPtr->numCol - 1) % raidPtr->numCol;
178
int
col_before_remap
;
local in function:rf_MapParityChainDecluster
194
col_before_remap
= SUID % raidPtr->numCol;
195
if (index_within_disk <
col_before_remap
)
199
*col = (
col_before_remap
+ 2) % raidPtr->numCol;
rf_interdecluster.c
157
int
col_before_remap
;
local in function:rf_MapSectorInterDecluster
163
col_before_remap
= index_within_region / (raidPtr->numCol - 1);
166
*col =
col_before_remap
;
177
if (*col ==
col_before_remap
)
193
int
col_before_remap
;
local in function:rf_MapParityInterDecluster
198
col_before_remap
= (index_within_region + 1 + mirror_su_offset_into_disk) % raidPtr->numCol;
201
*col =
col_before_remap
;
213
if (*col ==
col_before_remap
)
rf_chaindecluster.c
134
int
col_before_remap
;
local in function:rf_MapSectorChainDecluster
139
col_before_remap
= SUID % raidPtr->numCol;
142
*col =
col_before_remap
;
152
if (index_within_disk <
col_before_remap
)
156
*col = (
col_before_remap
+ raidPtr->numCol - 1) % raidPtr->numCol;
178
int
col_before_remap
;
local in function:rf_MapParityChainDecluster
194
col_before_remap
= SUID % raidPtr->numCol;
195
if (index_within_disk <
col_before_remap
)
199
*col = (
col_before_remap
+ 2) % raidPtr->numCol;
rf_interdecluster.c
157
int
col_before_remap
;
local in function:rf_MapSectorInterDecluster
163
col_before_remap
= index_within_region / (raidPtr->numCol - 1);
166
*col =
col_before_remap
;
177
if (*col ==
col_before_remap
)
193
int
col_before_remap
;
local in function:rf_MapParityInterDecluster
198
col_before_remap
= (index_within_region + 1 + mirror_su_offset_into_disk) % raidPtr->numCol;
201
*col =
col_before_remap
;
213
if (*col ==
col_before_remap
)
Completed in 71 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025