HomeSort by: relevance | last modified time | path
    Searched defs: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 in function:dm_target_stripe_strategy
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 in function:bio_show_volumes
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 in function:bio_volops_create
    [all...]
  /src/sys/dev/pci/
arcmsr.c 910 uint8_t stripe; member in struct:arc_bio_volops::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 13 milliseconds