Home
last modified time | relevance | path

Searched refs:SPA_VERSION_IS_SUPPORTED (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_status.c348 if (SPA_VERSION_IS_SUPPORTED(version) && version != SPA_VERSION) in check_status()
Dlibzfs_pool.c509 !SPA_VERSION_IS_SUPPORTED(intval)) { in zpool_valid_proplist()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
Dzfs.h467 #define SPA_VERSION_IS_SUPPORTED(v) \ macro
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_main.c1905 if (!SPA_VERSION_IS_SUPPORTED(version)) { in do_import()
4636 assert(SPA_VERSION_IS_SUPPORTED(oldversion)); in upgrade_version()
4715 assert(SPA_VERSION_IS_SUPPORTED(version)); in upgrade_cb()
4811 assert(SPA_VERSION_IS_SUPPORTED(version)); in upgrade_list_older_cb()
5000 !SPA_VERSION_IS_SUPPORTED(cb.cb_version)) { in zpool_do_upgrade()
/freebsd-10-stable/sys/cddl/boot/zfs/
Dzfsimpl.h686 #define SPA_VERSION_IS_SUPPORTED(v) \ macro
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa.c2352 if (!SPA_VERSION_IS_SUPPORTED(ub->ub_version)) { in spa_load_impl()
3653 ASSERT(SPA_VERSION_IS_SUPPORTED(version)); in spa_create()
6425 ASSERT(SPA_VERSION_IS_SUPPORTED(version)); in spa_sync_version()
7054 ASSERT(SPA_VERSION_IS_SUPPORTED(spa->spa_uberblock.ub_version)); in spa_upgrade()
Dzfs_ioctl.c1550 if (!SPA_VERSION_IS_SUPPORTED(version)) { in zfs_ioc_pool_create()
1779 !SPA_VERSION_IS_SUPPORTED(zc->zc_cookie)) { in zfs_ioc_pool_upgrade()
Dvdev.c2286 !SPA_VERSION_IS_SUPPORTED(version) || in vdev_validate_aux()
/freebsd-10-stable/sys/boot/zfs/
Dzfsimpl.c927 if (!SPA_VERSION_IS_SUPPORTED(val)) { in vdev_probe()
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c979 ASSERT(SPA_VERSION_IS_SUPPORTED(version)); in ztest_random_spa_version()