Searched refs:ZPOOL_COMPAT_DIR (Results 1 – 5 of 5) sorted by relevance
106 if test -e "$ZPOOL_COMPAT_DIR/$set"; then107 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
52 for compat in "$ZPOOL_COMPAT_DIR"/*
41 export ZPOOL_COMPAT_DIR=${ZPOOL_COMPAT_DIR:-@datadir@/zfs/compatibility.d}
166 install "$ZPOOL_COMPAT_DIR" "$INSTALL_PKGDATA_DIR/compatibility.d"
52 export ZPOOL_COMPAT_DIR=$$CMD_DIR/cmd/zpool/compatibility.d macro