Home
last modified time | relevance | path

Searched refs:ZPOOL_COMPAT_DIR (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create.shlib106 if test -e "$ZPOOL_COMPAT_DIR/$set"; then
107 file="$ZPOOL_COMPAT_DIR/$set"
109 log_fail "Missing feature file: $ZPOOL_COMPAT_DIR/$set"
127 if ! grep -q "$line" $ZPOOL_COMPAT_DIR/$set; then
H A Dzpool_create_features_007_pos.ksh52 for compat in "$ZPOOL_COMPAT_DIR"/*
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Ddefault.cfg.in41 export ZPOOL_COMPAT_DIR=${ZPOOL_COMPAT_DIR:-@datadir@/zfs/compatibility.d}
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-helpers.sh166 install "$ZPOOL_COMPAT_DIR" "$INSTALL_PKGDATA_DIR/compatibility.d"
H A DMakefile.am52 export ZPOOL_COMPAT_DIR=$$CMD_DIR/cmd/zpool/compatibility.d macro