Searched refs:ZFS_VERSION (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dsetup.ksh35 if [ -z "$ZFS_VERSION" ]
39 log_note "This machine is running ZFS Filesystem version $ZFS_VERSION"
H A Dzfs_upgrade_004_pos.ksh87 for newv in "" "current" $ZFS_VERSION; do
93 newv=$ZFS_VERSION
96 newv=$ZFS_VERSION
H A Dzfs_upgrade_005_pos.ksh87 for newv in "" "current" $ZFS_VERSION; do
92 newv=$ZFS_VERSION
95 newv=$ZFS_VERSION
H A Dzfs_upgrade_003_pos.ksh87 newv=$ZFS_VERSION
90 newv=$ZFS_VERSION
H A Dzfs_upgrade.kshlib143 for newv in "" $ZFS_VERSION; do
148 newv=$ZFS_VERSION
183 typeset -i version=${2:-$ZFS_VERSION}
H A Dzfs_upgrade_001_pos.ksh90 if (( version != $ZFS_VERSION )); then
103 log_must eval 'grep "${expect_str1} $ZFS_VERSION" $output > /dev/null 2>&1'
125 log_must eval 'grep "${expect_str1} $ZFS_VERSION" $output > /dev/null 2>&1'
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/
H A Dsetup.ksh39 if [ -z "$ZFS_VERSION" ]
43 log_note "This machine is running ZFS Filesystem version $ZFS_VERSION"
H A Dzfs_upgrade_004_pos.ksh101 for newv in "" "current" $ZFS_VERSION; do
107 newv=$ZFS_VERSION
110 newv=$ZFS_VERSION
H A Dzfs_upgrade_005_pos.ksh107 for newv in "" "current" $ZFS_VERSION; do
112 newv=$ZFS_VERSION
115 newv=$ZFS_VERSION
H A Dzfs_upgrade_003_pos.ksh101 newv=$ZFS_VERSION
104 newv=$ZFS_VERSION
H A Dzfs_upgrade.kshlib145 for newv in "" $ZFS_VERSION; do
150 newv=$ZFS_VERSION
185 typeset -i version=${2:-$ZFS_VERSION}
H A Dzfs_upgrade_001_pos.ksh105 if (( version != $ZFS_VERSION )); then
118 log_must eval '$GREP "${expect_str1} $ZFS_VERSION" $output > /dev/null 2>&1'
140 log_must eval '$GREP "${expect_str1} $ZFS_VERSION" $output > /dev/null 2>&1'
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_007_pos.ksh43 ZFS_VERSION=$(zfs upgrade | head -1 | awk '{print $NF}' \
65 (( ZFS_TEST_VERSION = ZFS_VERSION ))
69 while (( ver <= ZFS_VERSION )); do
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_clone/
H A Dzfs_clone_007_pos.ksh64 ZFS_VERSION=$($ZFS upgrade | $HEAD -1 | $AWK '{print $NF}' \
86 (( ZFS_TEST_VERSION = ZFS_VERSION ))
90 while (( ver <= ZFS_VERSION )); do
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_012_pos.ksh44 ZFS_VERSION=$(zfs upgrade | head -1 | awk '{print $NF}' \
68 log_must check_fs_version $fs $ZFS_VERSION
/freebsd-13-stable/tests/sys/cddl/zfs/include/
H A Dconstants.cfg95 ZFS_VERSION=
98 export ZFS_VERSION=$($ZFS upgrade | $HEAD -1 | $AWK '{print $NF}' \
102 if [ -n "$ZFS_VERSION" ]; then
105 while [ "$i" -le "$ZFS_VERSION" ]; do
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_create/
H A Dzfs_create_012_pos.ksh65 ZFS_VERSION=$($ZFS upgrade | $HEAD -1 | $AWK '{print $NF}' \
89 log_must check_fs_version $fs $ZFS_VERSION
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzimport.sh371 ZFS_VERSION=$(modinfo zfs | awk '/version:/ { print $2; exit }')
372 if [ -n "$ZFS_VERSION" ]; then
373 printf "%-16s" "$ZFS_VERSION"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/include/
H A Ddefault.cfg.in149 export ZFS_VERSION=5

Completed in 171 milliseconds