Searched refs:rootpool (Results 1 – 16 of 16) sorted by relevance
50 rootpool=$($DF / | \52 rootpool=${rootpool#\(}53 rootpool=${rootpool%%/*}55 devstr=$(get_disklist $rootpool)
65 typeset rootpool=$(get_rootpool)67 log_mustnot $ZPOOL destroy $rootpool69 log_mustnot $ZFS destroy $rootpool
64 typeset rootpool=$(get_rootpool)65 typeset bootfs=$(get_pool_prop bootfs $rootpool)
69 typeset rootpool=$(get_rootpool)70 typeset rootfs=$(get_pool_prop bootfs $rootpool)
6 TESTSDIR= ${TESTSBASE}/sys/cddl/zfs/tests/rootpool
52 typeset rootpool=$(get_rootpool)55 log_mustnot zfs rename $rootfs $rootpool/newfs56 log_mustnot zfs rename -f $rootfs $rootpool/newfs
50 typeset rootpool=$(get_rootpool)59 log_mustnot zpool destroy $rootpool67 log_mustnot zfs destroy $rootpool
58 typeset rootpool=$(get_rootpool)59 typeset rootfs=$(get_pool_prop bootfs $rootpool)
1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/rootpool
69 rootpool \ subdir
55 TESTS_SUBDIRS+= rootpool
688 rootpool
2964 typeset rootpool=""2966 rootpool=`$ECHO $rootfs | awk -F\/ '{print $1}'`2967 echo $rootpool
808 [tests/functional/rootpool]810 tags = ['functional', 'rootpool']
383 tests/zfs-tests/tests/functional/rootpool/Makefile
3279 # rootpool name3284 typeset rootpool=""3293 log_fail "Can not get rootpool"