Home
last modified time | relevance | path

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

/freebsd-13.1/tests/sys/cddl/zfs/tests/replacement/
H A Dreplacement_002_pos.ksh41 for pooltype in "" "mirror"; do
42 pool_action "$pooltype" attach log_must log_must
46 for pooltype in "raidz1" "raidz2"; do
47 pool_action "$pooltype" attach log_mustnot log_mustnot
H A Dreplacement_001_pos.ksh41 for pooltype in "" "raidz" "raidz1" "mirror"; do
42 pool_action "$pooltype" replace log_must log_must
H A Dreplacement_003_pos.ksh44 for pooltype in "" "raidz" "raidz1" ; do
45 pool_action "$pooltype" detach log_mustnot log_mustnot
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/grow/
H A Dgrow_replicas_001_pos.ksh60 for pooltype in "mirror" "raidz"; do
61 log_note "Creating pool type: $pooltype"
64 create_pool $TESTPOOL $pooltype $DEVICE1 $DEVICE2
80 log_must zpool add $TESTPOOL $pooltype $DEVICE3 $DEVICE4
H A Dgrow_pool_001_pos.ksh60 create_pool $TESTPOOL $pooltype $DEVICE1 $DEVICE2
/freebsd-13.1/tests/sys/cddl/zfs/tests/slog/
H A Dslog.kshlib160 for pooltype in "" "mirror" "raidz" "raidz2"; do
162 $callback "$pooltype" "$sparetype"
174 for pooltype in "" "mirror" "raidz" "raidz2"; do
177 $callback "$pooltype" "$sparetype" "$logtype"
H A Dslog_014_pos.ksh65 typeset pooltype=$1
69 [ -z "$pooltype" ] && return
71 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV log $LDEV
H A Dslog_001_pos.ksh65 typeset pooltype=$1
69 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV log $logtype $LDEV
H A Dslog_009_neg.ksh65 typeset pooltype=$1
70 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV $logtype $LDEV
H A Dslog_003_pos.ksh66 typeset pooltype=$1
71 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV \
H A Dslog_005_pos.ksh66 typeset pooltype="$1"
70 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV \
H A Dslog_006_pos.ksh66 typeset pooltype=$1
70 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV log $logtype $LDEV
H A Dslog_004_pos.ksh66 typeset pooltype=$1
70 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV \
H A Dslog_007_pos.ksh68 typeset pooltype=$1
72 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV \
H A Dslog_002_pos.ksh66 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV
H A Dslog_008_neg.ksh64 typeset pooltype=$1
H A Dslog_012_neg.ksh65 typeset pooltype=$1
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/online_offline/
H A Donline_offline_002_neg.ksh82 pooltype='mirror'
83 zpool list -v $TESTPOOL | grep raidz >/dev/null 2>&1 && pooltype='raidz'
88 if [[ $pooltype = 'mirror' ]]; then
105 elif [[ $pooltype = 'raidz' ]]; then
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_errors.ksh147 for pooltype in mirror raidz draid; do
148 do_test $pooltype corrupt read
149 do_test $pooltype io read
150 do_test $pooltype io write
/freebsd-13.1/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject_001_pos.ksh101 typeset pooltype=$2
108 if [[ -n $pooltype ]] ; then
H A Dzinject_002_pos.ksh102 typeset pooltype=$2
109 if [[ -n $pooltype ]] ; then
H A Dzinject_003_pos.ksh98 typeset pooltype=$2
105 if [[ -n $pooltype ]] ; then
/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_005_pos.ksh74 set -A pooltype "" "mirror" "raidz" "raidz1" "raidz2"
93 log_must $ZPOOL create $opt $TESTPOOL ${pooltype[i]} \
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_005_pos.ksh57 set -A pooltype "" "mirror" "raidz" "raidz1" "raidz2" "draid" "draid2"
89 log_must zpool create $opt $TESTPOOL ${pooltype[i]} \
/freebsd-13.1/sys/compat/ndis/
H A Dsubr_ntoskrnl.c666 ExAllocatePoolWithTag(pooltype, len, tag) argument
667 uint32_t pooltype;