Home
last modified time | relevance | path

Searched refs:ZPL_VERSION (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/
H A Dmount_zfs.c370 if (zfs_version > ZPL_VERSION) { in main()
375 (int)zfs_version, (int)ZPL_VERSION); in main()
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c311 { "current", ZPL_VERSION }, in zfs_prop_init()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h666 #define ZPL_VERSION ZPL_VERSION_5 macro
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c113 static int zfs_version_zpl = ZPL_VERSION;
2189 if (newvers < ZPL_VERSION_INITIAL || newvers > ZPL_VERSION) in zfs_set_version()
H A Dzfs_znode.c2126 *value = ZPL_VERSION; in zfs_get_zplprop()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1840 #define ZPL_VERSION 1ULL macro
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c2411 if ((!cb->cb_newer && version < ZPL_VERSION) || in upgrade_list_callback()
2412 (cb->cb_newer && version > ZPL_VERSION)) { in upgrade_list_callback()
2576 cb.cb_version = ZPL_VERSION; in zfs_do_upgrade()
2592 "ZFS filesystem version %llu.\n\n"), ZPL_VERSION); in zfs_do_upgrade()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c2001 if (newvers < ZPL_VERSION_INITIAL || newvers > ZPL_VERSION) in zfs_set_version()
H A Dzfs_znode.c2332 *value = ZPL_VERSION; in zfs_get_zplprop()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c3276 if ((zplver < ZPL_VERSION_INITIAL || zplver > ZPL_VERSION) || in zfs_fill_zplprops_impl()
3324 uint64_t zplver = ZPL_VERSION; in zfs_fill_zplprops()
3361 uint64_t zplver = ZPL_VERSION; in zfs_fill_zplprops_root()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9523 if (zfs_version > ZPL_VERSION) { in check_unsupp_fs()
9564 unsupp_fs, (int)ZPL_VERSION); in upgrade_version()