Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/etc/init.d/
H A Dzfs-import.in49 if [ -f "$ZPOOL_CACHE" ]
52 "$ZPOOL" import -c "$ZPOOL_CACHE" -N -a
232 [ ! -f "$ZPOOL_CACHE" ] && zfs_log_end_msg "$RET"
234 if [ "$r" -gt 0 -a -f "$ZPOOL_CACHE" ]
243 "$ZPOOL" import -c "$ZPOOL_CACHE" -N ${ZPOOL_IMPORT_OPTS} \
/f-stack/freebsd/contrib/openzfs/etc/default/
H A Dzfs.in74 #ZPOOL_CACHE="@sysconfdir@/zfs/zpool.cache"
76 # Setting ZPOOL_CACHE to an empty string ('') AND setting ZPOOL_IMPORT_OPTS to
83 #ZPOOL_CACHE=""
/f-stack/freebsd/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in94 ZPOOL_CACHE="@sysconfdir@/zfs/zpool.cache"
109 export ZFS ZED ZPOOL ZPOOL_CACHE ZFS_MOUNT ZFS_UNMOUNT ZFS_SHARE ZFS_UNSHARE
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_config.c69 char *spa_config_path = ZPOOL_CACHE;
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h847 #define ZPOOL_CACHE "/etc/zfs/zpool.cache" macro