OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripe
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/dm/
dm_target_stripe.c
35
* This file implements initial version of device-mapper
stripe
target.
143
printf("
Stripe
target takes at least 2 args, %d given\n", argc);
147
printf("
Stripe
target init function called!!\n");
148
printf("
Stripe
target chunk size %s number of stripes %s\n",
162
printf("
Stripe
target device name %s -- offset %s\n",
257
uint64_t
stripe
, stripe_blknr;
local
272
/* blockno to
stripe
piece nr */
273
stripe
= blkno / tsc->stripe_chunksize;
276
/* where we are inside the
stripe
*/
277
stripe_devnr =
stripe
% tsc->stripe_num
[
all
...]
/src/sbin/bioctl/
bioctl.c
126
"volume VOLID DISKIDs [SIZE]
STRIPE
RAID_LEVEL channel:target.lun",
131
"volume VOLID
STRIPE
RAID_LEVEL channel:target.lun",
239
char rtype[16],
stripe
[16], tmp[48];
local
323
strlcpy(
stripe
, stripestr, sizeof(
stripe
));
325
snprintf(
stripe
, sizeof(
stripe
), "%uK", bv->bv_stripe_size);
332
rtype,
stripe
, percent, seconds);
487
"Level", "
Stripe
");
698
char *endptr, *
stripe
, levelstr[32]
local
[
all
...]
/src/sys/dev/pci/
arcmsr.c
910
uint8_t
stripe
;
member in struct:req_cvolset
988
* Set the
stripe
size.
992
req_cvolset.
stripe
= 0;
995
req_cvolset.
stripe
= 1;
998
req_cvolset.
stripe
= 2;
1001
req_cvolset.
stripe
= 3;
1004
req_cvolset.
stripe
= 4;
1007
req_cvolset.
stripe
= 5;
1010
req_cvolset.
stripe
= 4; /* by default 64K */
Completed in 22 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026