Home
last modified time | relevance | path

Searched refs:new_top (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps_005_pos.ksh55 new_top=$(get_top_vd_zap $DISK $conf)
58 [[ "$new_top" -ne "$orig_top" ]] && log_fail "Top ZAP ($new_top) after "\
H A Dvdev_zaps_004_pos.ksh56 new_top=$(get_top_vd_zap "type: 'mirror'" $conf)
57 if [[ "$new_top" -ne "$orig_top" ]]; then