Home
last modified time | relevance | path

Searched refs:rootpool (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/tests/sys/cddl/zfs/tests/devices/
H A Ddevices_common.kshlib50 rootpool=$($DF / | \
52 rootpool=${rootpool#\(}
53 rootpool=${rootpool%%/*}
55 devstr=$(get_disklist $rootpool)
/freebsd-13.1/tests/sys/cddl/zfs/tests/rootpool/
H A Drootpool_002_neg.ksh65 typeset rootpool=$(get_rootpool)
67 log_mustnot $ZPOOL destroy $rootpool
69 log_mustnot $ZFS destroy $rootpool
H A Drootpool_001_pos.ksh64 typeset rootpool=$(get_rootpool)
65 typeset bootfs=$(get_pool_prop bootfs $rootpool)
H A Drootpool_007_neg.ksh69 typeset rootpool=$(get_rootpool)
70 typeset rootfs=$(get_pool_prop bootfs $rootpool)
H A DMakefile6 TESTSDIR= ${TESTSBASE}/sys/cddl/zfs/tests/rootpool
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rootpool/
H A Drootpool_003_neg.ksh52 typeset rootpool=$(get_rootpool)
55 log_mustnot zfs rename $rootfs $rootpool/newfs
56 log_mustnot zfs rename -f $rootfs $rootpool/newfs
H A Drootpool_002_neg.ksh50 typeset rootpool=$(get_rootpool)
59 log_mustnot zpool destroy $rootpool
67 log_mustnot zfs destroy $rootpool
H A Drootpool_007_pos.ksh58 typeset rootpool=$(get_rootpool)
59 typeset rootfs=$(get_pool_prop bootfs $rootpool)
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/rootpool
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/
H A DMakefile.am69 rootpool \ subdir
/freebsd-13.1/tests/sys/cddl/zfs/tests/
H A DMakefile55 TESTS_SUBDIRS+= rootpool
/freebsd-13.1/etc/mtree/
H A DBSD.tests.dist688 rootpool
/freebsd-13.1/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2964 typeset rootpool=""
2966 rootpool=`$ECHO $rootfs | awk -F\/ '{print $1}'`
2967 echo $rootpool
/freebsd-13.1/sys/contrib/openzfs/tests/runfiles/
H A Dcommon.run808 [tests/functional/rootpool]
810 tags = ['functional', 'rootpool']
/freebsd-13.1/sys/contrib/openzfs/
H A Dconfigure.ac383 tests/zfs-tests/tests/functional/rootpool/Makefile
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib3279 # rootpool name
3284 typeset rootpool=""
3293 log_fail "Can not get rootpool"