Home
last modified time | relevance | path

Searched refs:copies (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies_001_pos.ksh76 log_must zfs create -o copies=$val $fs1
78 log_must zfs create -V $VOLSIZE -o copies=$val $vol1
81 log_must zfs create -o copies=$val $vol1
88 log_must zfs create -o copies=$val2 $fs2
90 log_must zfs create -V $VOLSIZE -o copies=$val2 $vol2
93 log_must zfs create -o copies=$val2 $vol2
111 log_must zfs set copies=$val $ds
H A Dzfs_copies_004_neg.ksh51 log_mustnot zfs create -o copies=$val $TESTPOOL/$TESTFS1
52 log_mustnot zfs create -V $VOLSIZE -o copies=$val $TESTPOOL/$TESTVOL1
53 log_mustnot zfs set copies=$val $TESTPOOL/$TESTFS
54 log_mustnot zfs set copies=$val $TESTPOOL/$TESTVOL
H A Dzfs_copies.kshlib45 val_actual=$(get_prop copies $ds)
81 typeset copies=$2
88 log_must zfs create -V $VOLSIZE -o copies=$copies $vol
127 ((nfilesize = copies * ${FILESIZE%m}))
147 "copies as $copies ($used < $nfilesize)" \
H A Dzfs_copies_006_pos.ksh73 for copies in 1 2 3; do
74 do_vol_test $NEWFS_DEFAULT_FS $copies $mntp
H A Dzfs_copies_005_neg.ksh73 log_mustnot zfs set copies=$val $ds
76 log_mustnot zfs create -o copies=$val $ds
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_copies.ksh50 zfs set copies=3 $origin/clone
60 log_must zfs set copies=3 $origin
66 zfs set copies=1 $origin/clone
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A DTHIRDPARTYLICENSE.cityhash7 copies of the Software, and to permit persons to whom the Software is
11 all copies or substantial portions of the Software.
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Darm-realview-eb-bbrevd.dts8 * copies of the Software, and to permit persons to whom the Software is
12 * all copies or substantial portions of the Software.
H A Darm-realview-eb-11mp-bbrevd.dts8 * copies of the Software, and to permit persons to whom the Software is
12 * all copies or substantial portions of the Software.
H A Darm-realview-eb-a9mp-bbrevd.dts8 * copies of the Software, and to permit persons to whom the Software is
12 * all copies or substantial portions of the Software.
H A Darm-realview-eb-11mp-bbrevd-ctrevb.dts8 * copies of the Software, and to permit persons to whom the Software is
12 * all copies or substantial portions of the Software.
H A Darm-realview-eb-bbrevd.dtsi8 * copies of the Software, and to permit persons to whom the Software is
12 * all copies or substantial portions of the Software.
H A Darm-realview-eb-a9mp.dts8 * copies of the Software, and to permit persons to whom the Software is
12 * all copies or substantial portions of the Software.
H A Dimx6q-display5-tianma-tm070-1280x768.dts21 * sell copies of the Software, and to permit persons to whom the
26 * included in all copies or substantial portions of the Software.
H A Dimx6qp-tx6qp-8037-mb7.dts25 * sell copies of the Software, and to permit persons to whom the
30 * included in all copies or substantial portions of the Software.
H A Dsun5i-r8.dtsi29 * sell copies of the Software, and to permit persons to whom the
34 * included in all copies or substantial portions of the Software.
H A Dimx6q-tx6q-10x0-mb7.dts25 * sell copies of the Software, and to permit persons to whom the
30 * included in all copies or substantial portions of the Software.
H A Dimx6q-tx6q-11x0-mb7.dts25 * sell copies of the Software, and to permit persons to whom the
30 * included in all copies or substantial portions of the Software.
H A Dimx6ul-tx6ul-0010.dts25 * sell copies of the Software, and to permit persons to whom the
30 * included in all copies or substantial portions of the Software.
H A Daxp809.dtsi28 * sell copies of the Software, and to permit persons to whom the
33 * included in all copies or substantial portions of the Software.
H A Dimx6dl-tx6s-8035-mb7.dts25 * sell copies of the Software, and to permit persons to whom the
30 * included in all copies or substantial portions of the Software.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh89 compression zstd-fast copies $((RANDOM%3 + 1))
117 compression zstd-fast copies $((RANDOM%3 + 1))
145 copies $((RANDOM%3 + 1))
/f-stack/app/redis-5.0.5/deps/lua/
H A DCOPYRIGHT18 copies of the Software, and to permit persons to whom the Software is
22 all copies or substantial portions of the Software.
/f-stack/dpdk/doc/guides/rawdevs/
H A Dioat.rst15 This PMD, when used on supported hardware, allows data copies, for example,
57 The internal engines, which do the copies or other operations,
128 copies.
192 To perform data copies using IOAT rawdev devices, the functions
194 Once copies have been completed, the completion will be reported back when
215 a burst of copies to the device and start the hardware processing of them:
247 To retrieve information about completed copies, the API
249 application a set of completion handles passed in when the relevant copies
253 retrieving information about the completed copies and validating the data
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh123 rand_set_prop $fs copies "1" "2" "3"
141 rand_set_prop $vol copies "1" "2" "3"

12345678910>>...17