Searched refs:ZPL_VERSION_STR (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs_znode.h | 29 #define ZPL_VERSION_STR "VERSION" macro
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_znode.h | 134 #define ZPL_VERSION_STR "VERSION" macro
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 2265 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_FALSE, ZPL_VERSION_STR); in zfs_set_version() 2277 error = zap_update(os, MASTER_NODE_OBJ, ZPL_VERSION_STR, in zfs_set_version() 2327 pname = ZPL_VERSION_STR; in zfs_get_zplprop()
|
H A D | zfs_znode.c | 1787 error = zap_update(os, moid, ZPL_VERSION_STR, 8, 1, &version, tx); in zfs_create_fs()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 957 if (errnum = zap_lookup(dn, ZPL_VERSION_STR, &version, stack)) in dnode_get_path()
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 1635 VERIFY(zap_lookup(os, MASTER_NODE_OBJ, ZPL_VERSION_STR, in dump_znode()
|