Home
last modified time | relevance | path

Searched refs:zfs_version (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/
H A Dmount_zfs.c154 uint64_t zfs_version = 0; in main() local
289 zfs_version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in main()
290 if (zfs_version == 0) { in main()
370 if (zfs_version > ZPL_VERSION) { in main()
375 (int)zfs_version, (int)ZPL_VERSION); in main()
/freebsd/tests/sys/cddl/zfs/bin/
H A DMakefile29 SCRIPTS+= zfs_version.ksh
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c11237 int zfs_version = (int)zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in check_unsupp_fs() local
11240 if (zfs_version > ZPL_VERSION) { in check_unsupp_fs()
11243 zfs_get_name(zhp), zfs_version); in check_unsupp_fs()