Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs_znode.h32 #define ZPL_VERSION 5ULL macro
/titanic_41/usr/src/common/zfs/
H A Dzfs_prop.c164 { "current", ZPL_VERSION }, in zfs_prop_init()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h469 #define ZPL_VERSION ZPL_VERSION_5 macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_history.c535 (u_longlong_t)spa_version(spa), SPA_VERSION, ZPL_VERSION, in spa_history_log_version()
H A Dzfs_vfsops.c2254 if (newvers < ZPL_VERSION_INITIAL || newvers > ZPL_VERSION) in zfs_set_version()
2338 *value = ZPL_VERSION; in zfs_get_zplprop()
H A Dzfs_ioctl.c3114 if ((zplver < ZPL_VERSION_INITIAL || zplver > ZPL_VERSION) || in zfs_fill_zplprops_impl()
3159 uint64_t zplver = ZPL_VERSION; in zfs_fill_zplprops()
3200 uint64_t zplver = ZPL_VERSION; in zfs_fill_zplprops_root()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c959 if (version > ZPL_VERSION) in dnode_get_path()
/titanic_41/usr/src/cmd/zfs/
H A Dzfs_main.c1997 if ((!cb->cb_newer && version < ZPL_VERSION) || in upgrade_list_callback()
1998 (cb->cb_newer && version > ZPL_VERSION)) { in upgrade_list_callback()
2161 cb.cb_version = ZPL_VERSION; in zfs_do_upgrade()
2177 "ZFS filesystem version %llu.\n\n"), ZPL_VERSION); in zfs_do_upgrade()