Home
last modified time | relevance | path

Searched refs:stripe (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-14-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
HDzpool_upgrade.cfg50 # v1 stripe
67 # v2 stripe
84 # v3 stripe
182 CONFIGS="1 1stripe 1raidz 1mirror"
187 CONFIGS="1 1stripe 1raidz 1mirror \
188 2 2stripe 2raidz 2mirror 2brokenmirror"
192 CONFIGS="1 1stripe 1raidz 1mirror \
193 2 2stripe 2raidz 2mirror 2brokenmirror \
194 3 3stripe 3raidz 3mirror 3dblraidz 3hotspare"
198 CONFIGS="1 1stripe 1raidz 1mirror \
[all …]
/freebsd-14-stable/tools/test/stress2/misc/
HDgraid0.sh53 [ -c /dev/stripe/data ] || exit 1
54 newfs $newfs_flags /dev/stripe/data > /dev/null
55 mount /dev/stripe/data $mntpoint
62 while mount | grep $mntpoint | grep -q /stripe/; do
/freebsd-14-stable/usr.sbin/mptutil/
HDmpt_show.c49 format_stripe(char *buf, size_t buflen, U32 stripe) in format_stripe() argument
52 humanize_number(buf, buflen, stripe * 512, "", HN_AUTOSCALE, in format_stripe()
59 char stripe[5]; in display_stripe_map() local
66 format_stripe(stripe, sizeof(stripe), 1 << i); in display_stripe_map()
69 printf("%s", stripe); in display_stripe_map()
200 char buf[6], stripe[5]; in print_vol() local
206 stripe[0] = '\0'; in print_vol()
208 format_stripe(stripe, sizeof(stripe), info->StripeSize); in print_vol()
212 printf("(%6s) %-8s %6s %-*s", buf, level, stripe, state_len, in print_vol()
214 else if (stripe[0] != '\0') in print_vol()
[all …]
/freebsd-14-stable/usr.sbin/mfiutil/
HDmfi_show.c48 format_stripe(char *buf, size_t buflen, uint8_t stripe) in format_stripe() argument
51 humanize_number(buf, buflen, (1 << stripe) * 512, "", HN_AUTOSCALE, in format_stripe()
59 char stripe[5]; in show_adapter() local
129 format_stripe(stripe, sizeof(stripe), info.stripe_sz_ops.min); in show_adapter()
130 printf(" Minimum Stripe: %s\n", stripe); in show_adapter()
131 format_stripe(stripe, sizeof(stripe), info.stripe_sz_ops.max); in show_adapter()
132 printf(" Maximum Stripe: %s\n", stripe); in show_adapter()
301 char size[6], stripe[5]; in print_ld() local
305 format_stripe(stripe, sizeof(stripe), in print_ld()
310 printf("(%6s) %-8s %6s %-*s", size, level, stripe, state_len, in print_ld()
[all …]
HDmfi_foreign.c154 char size[6], stripe[5]; in foreign_show_cfg() local
159 format_stripe(stripe, sizeof(stripe), in foreign_show_cfg()
HDmfiutil.h170 void format_stripe(char *buf, size_t buflen, uint8_t stripe);
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
HDzpool_upgrade.cfg41 # v1 stripe
57 # v2 stripe
73 # v3 stripe
158 CONFIGS="1 1stripe 1raidz 1mirror \
159 2 2stripe 2raidz 2mirror 2brokenmirror \
160 3 3stripe 3raidz 3mirror 3dblraidz 3hotspare \
/freebsd-14-stable/tests/sys/geom/class/stripe/
HD2_test.sh20 dd if=${src} of=/dev/stripe/${name} bs=1m count=$tsize >/dev/null 2>&1
21 dd if=/dev/stripe/${name} of=${dst} bs=1m count=$tsize >/dev/null 2>&1
HD1_test.sh16 size=`diskinfo /dev/stripe/${name} | awk '{print $3}'`
/freebsd-14-stable/lib/geom/stripe/
HDMakefile5 GEOM_CLASS= stripe
/freebsd-14-stable/sys/modules/geom/geom_stripe/
HDMakefile2 .PATH: ${SRCTOP}/sys/geom/stripe
/freebsd-14-stable/tests/sys/geom/class/
HDMakefile19 TESTS_SUBDIRS+= stripe
/freebsd-14-stable/lib/geom/
HDMakefile.classes23 GEOM_CLASSES+= stripe
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
HDcache.kshlib116 stripe:$device)
/freebsd-14-stable/tests/sys/cddl/zfs/tests/cache/
HDcache.kshlib144 stripe:$device)
/freebsd-14-stable/tests/sys/cddl/zfs/tests/slog/
HDslog.kshlib126 stripe:$device)
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
HDslog.kshlib123 stripe:$device)
/freebsd-14-stable/usr.sbin/bsdinstall/partedit/
HDgpart_ops.c1038 intmax_t maxsize, size, sector, firstfree, stripe; in gpart_create() local
1066 stripe = pp->lg_stripesize; in gpart_create()
1288 size -= (bytes + stripe)/sector; in gpart_create()
1289 if (stripe > 0 && (firstfree*sector % stripe) != 0) in gpart_create()
1290 firstfree += (stripe - ((firstfree*sector) % in gpart_create()
1291 stripe)) / sector; in gpart_create()
/freebsd-14-stable/sys/geom/
HDnotes98 device. This would be the width of a stripe on a raid-5 unit or
102 stripeoffset is the amount of the first stripe which lies before the
116 the stripe as:
/freebsd-14-stable/etc/mtree/
HDBSD.include.dist248 stripe
/freebsd-14-stable/sys/dev/hptmv/
HDcommand.h169 struct stripe *stripes[5];
HDvdevice.h64 struct stripe **CacheEntry;
/freebsd-14-stable/sys/dev/sound/pci/hda/
HDhdac_if.m46 int stripe;
HDhdacc.c648 int stripe, uint32_t **dmapos) in hdacc_stream_alloc() argument
654 dir, format, stripe, dmapos); in hdacc_stream_alloc()
HDhdac_private.h159 int stripe; member

12