Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs_znode.h32 #define ZPL_VERSION 5ULL macro
/titanic_50/usr/src/common/zfs/
H A Dzfs_prop.c176 { "current", ZPL_VERSION }, in zfs_prop_init()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dspa_history.c536 (u_longlong_t)spa_version(spa), SPA_VERSION, ZPL_VERSION, in spa_history_log_version()
H A Dzfs_vfsops.c2221 if (newvers < ZPL_VERSION_INITIAL || newvers > ZPL_VERSION) in zfs_set_version()
2305 *value = ZPL_VERSION; in zfs_get_zplprop()
H A Dzfs_ioctl.c3116 if ((zplver < ZPL_VERSION_INITIAL || zplver > ZPL_VERSION) || in zfs_fill_zplprops_impl()
3161 uint64_t zplver = ZPL_VERSION; in zfs_fill_zplprops()
3202 uint64_t zplver = ZPL_VERSION; in zfs_fill_zplprops_root()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dzfs.h472 #define ZPL_VERSION ZPL_VERSION_5 macro
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c963 if (version > ZPL_VERSION) in dnode_get_path()
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c2020 if ((!cb->cb_newer && version < ZPL_VERSION) || in upgrade_list_callback()
2021 (cb->cb_newer && version > ZPL_VERSION)) { in upgrade_list_callback()
2184 cb.cb_version = ZPL_VERSION; in zfs_do_upgrade()
2200 "ZFS filesystem version %llu.\n\n"), ZPL_VERSION); in zfs_do_upgrade()