OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlocksPerTable
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/raidframe/
rf_decluster.c
127
info->
BlocksPerTable
= b;
344
BlockID %= info->
BlocksPerTable
;
362
outSU += TableOffset / (info->
BlocksPerTable
* info->PUsPerBlock); /* offs to the SU within
403
* info->
BlocksPerTable
; */
405
BlockID %= info->
BlocksPerTable
;
425
outSU += TableOffset / (info->
BlocksPerTable
* info->PUsPerBlock);
449
tableOffset = (stripeID % info->
BlocksPerTable
); /* find offset into
547
*psID = (stripeID / (layoutPtr->SUsPerPU * info->
BlocksPerTable
))
548
* info->
BlocksPerTable
+ (stripeID % info->
BlocksPerTable
);
[
all
...]
rf_declusterPQ.c
106
info->
BlocksPerTable
= b;
305
BlockID %= info->
BlocksPerTable
;
334
outSU += TableOffset / (info->
BlocksPerTable
* info->PUsPerBlock); /* offs to the SU within
372
BlockID %= info->
BlocksPerTable
;
388
outSU += TableOffset / (info->
BlocksPerTable
* info->PUsPerBlock);
422
BlockID %= info->
BlocksPerTable
;
438
outSU += TableOffset / (info->
BlocksPerTable
* info->PUsPerBlock);
462
tableOffset = (stripeID % info->
BlocksPerTable
); /* find offset into
rf_decluster.h
61
RF_StripeCount_t
BlocksPerTable
; /* block design tuples per
raidframevar.h
372
int
BlocksPerTable
;
/src/sbin/raidctl/
rf_configure.c
582
table[i] = calloc(req->
BlocksPerTable
, sizeof(**table));
587
for (j = 0; j < req->
BlocksPerTable
; j++)
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025