Home
last modified time | relevance | path

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

12

/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade.cfg47 # v1 stripe
64 # v2 stripe
81 # v3 stripe
179 CONFIGS="1 1stripe 1raidz 1mirror"
184 CONFIGS="1 1stripe 1raidz 1mirror \
189 CONFIGS="1 1stripe 1raidz 1mirror \
195 CONFIGS="1 1stripe 1raidz 1mirror \
201 CONFIGS="1 1stripe 1raidz 1mirror \
207 CONFIGS="1 1stripe 1raidz 1mirror \
213 CONFIGS="1 1stripe 1raidz 1mirror \
[all …]
/freebsd/tools/test/stress2/misc/
H A Dgraid0.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/usr.sbin/mptutil/
H A Dmpt_show.c48 format_stripe(char *buf, size_t buflen, U32 stripe) in format_stripe() argument
51 humanize_number(buf, buflen, stripe * 512, "", HN_AUTOSCALE, in format_stripe()
58 char stripe[5]; in display_stripe_map() local
65 format_stripe(stripe, sizeof(stripe), 1 << i); in display_stripe_map()
68 printf("%s", stripe); in display_stripe_map()
199 char buf[6], stripe[5]; in print_vol() local
205 stripe[0] = '\0'; in print_vol()
207 format_stripe(stripe, sizeof(stripe), info->StripeSize); in print_vol()
211 printf("(%6s) %-8s %6s %-*s", buf, level, stripe, state_len, in print_vol()
213 else if (stripe[0] != '\0') in print_vol()
[all …]
/freebsd/usr.sbin/mfiutil/
H A Dmfi_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 …]
H A Dmfi_foreign.c154 char size[6], stripe[5]; in foreign_show_cfg() local
159 format_stripe(stripe, sizeof(stripe), in foreign_show_cfg()
H A Dmfiutil.h170 void format_stripe(char *buf, size_t buflen, uint8_t stripe);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_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/tests/sys/geom/class/stripe/
H A D2_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
H A D1_test.sh16 size=`diskinfo /dev/stripe/${name} | awk '{print $3}'`
/freebsd/lib/geom/stripe/
H A DMakefile5 GEOM_CLASS= stripe
/freebsd/sys/modules/geom/geom_stripe/
H A DMakefile2 .PATH: ${SRCTOP}/sys/geom/stripe
/freebsd/lib/geom/
H A DMakefile.classes23 GEOM_CLASSES+= stripe
/freebsd/tests/sys/geom/class/
H A DMakefile19 TESTS_SUBDIRS+= stripe
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dcache.kshlib116 stripe:$device)
/freebsd/tests/sys/cddl/zfs/tests/cache/
H A Dcache.kshlib141 stripe:$device)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog.kshlib123 stripe:$device)
/freebsd/tests/sys/cddl/zfs/tests/slog/
H A Dslog.kshlib123 stripe:$device)
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c1039 intmax_t maxsize, size, sector, firstfree, stripe; in gpart_create() local
1067 stripe = pp->lg_stripesize; in gpart_create()
1289 size -= (bytes + stripe)/sector; in gpart_create()
1290 if (stripe > 0 && (firstfree*sector % stripe) != 0) in gpart_create()
1291 firstfree += (stripe - ((firstfree*sector) % in gpart_create()
1292 stripe)) / sector; in gpart_create()
/freebsd/sys/geom/
H A Dnotes98 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/etc/mtree/
H A DBSD.include.dist240 stripe
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dboe,bf060y8m-aj0.yaml19 arranged in vertical stripe.
/freebsd/sys/dev/hptmv/
H A Dcommand.h169 struct stripe *stripes[5];
H A Dvdevice.h64 struct stripe **CacheEntry;
/freebsd/sys/dev/sound/pci/hda/
H A Dhdac_if.m46 int stripe;
H A Dhdacc.c645 int stripe, uint32_t **dmapos) in hdacc_stream_alloc() argument
651 dir, format, stripe, dmapos); in hdacc_stream_alloc()

12