Home
last modified time | relevance | path

Searched refs:ZPOOL_CACHE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/etc/init.d/
H A Dzfs-import.in48 if [ -f "$ZPOOL_CACHE" ]
51 "$ZPOOL" import -c "$ZPOOL_CACHE" -N -a
229 [ ! -f "$ZPOOL_CACHE" ] && zfs_log_end_msg "$RET"
231 if [ "$r" -gt 0 ] && [ -f "$ZPOOL_CACHE" ]
241 "$ZPOOL" import -c "$ZPOOL_CACHE" -N ${ZPOOL_IMPORT_OPTS} \
/freebsd/sys/contrib/openzfs/etc/default/
H A Dzfs.in82 #ZPOOL_CACHE="@sysconfdir@/zfs/zpool.cache"
84 # Setting ZPOOL_CACHE to an empty string ('') AND setting ZPOOL_IMPORT_OPTS to
91 #ZPOOL_CACHE=""
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/
H A Dzfs238 if [ -f "${ZPOOL_CACHE}" ]
243 ZFS_CMD="${ZPOOL} import -c ${ZPOOL_CACHE} -N ${ZPOOL_FORCE} ${ZPOOL_IMPORT_OPTS}"
737 [ -f "${ZPOOL_CACHE}" ] || unset ZPOOL_CACHE
738 [ -s "${ZPOOL_CACHE}" ] || unset ZPOOL_CACHE
/freebsd/sys/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in93 ZPOOL_CACHE="@sysconfdir@/zfs/zpool.cache"
110 export ZFS ZED ZPOOL ZPOOL_CACHE ZFS_LOAD_KEY ZFS_UNLOAD_KEY ZFS_MOUNT ZFS_UNMOUNT \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c70 char *spa_config_path = (char *)ZPOOL_CACHE;
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h969 #define ZPOOL_CACHE "/etc/zfs/zpool.cache" macro
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h863 #define ZPOOL_CACHE "/boot/zfs/zpool.cache" macro