Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/mount_zfs/
H A Dmount_zfs.c137 uint64_t zfs_version = 0; in main() local
276 zfs_version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in main()
277 if (zfs_version == 0) { in main()
332 if (zfs_version > ZPL_VERSION) { in main()
337 (int)zfs_version, (int)ZPL_VERSION); in main()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c8559 int zfs_version = (int)zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in check_unsupp_fs() local
8562 if (zfs_version > ZPL_VERSION) { in check_unsupp_fs()
8565 zfs_get_name(zhp), zfs_version); in check_unsupp_fs()