Home
last modified time | relevance | path

Searched refs:SPA_VERSION_ZPOOL_HISTORY (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_history.c377 if (spa_version(spa) < SPA_VERSION_ZPOOL_HISTORY || !spa_writeable(spa)) in spa_history_log_nvl()
H A Dzfs_ioctl.c365 if (spa_version(spa) >= SPA_VERSION_ZPOOL_HISTORY) in zfs_log_history()
1747 if (spa_version(spa) < SPA_VERSION_ZPOOL_HISTORY) { in zfs_ioc_pool_get_history()
3509 if (spa_version(spa) < SPA_VERSION_ZPOOL_HISTORY) { in zfs_ioc_log_history()
H A Dspa.c5831 if (version >= SPA_VERSION_ZPOOL_HISTORY && !spa->spa_history)
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h517 #define SPA_VERSION_ZPOOL_HISTORY SPA_VERSION_4 macro