Home
last modified time | relevance | path

Searched refs:ZPL_VERSION_STR (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs_znode.h29 #define ZPL_VERSION_STR "VERSION" macro
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h150 #define ZPL_VERSION_STR "VERSION" macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_get.c397 error = zap_lookup(os, MASTER_NODE_OBJ, ZPL_VERSION_STR, in get_special_prop()
H A Dzfs_vfsops.c2644 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_FALSE, ZPL_VERSION_STR); in zfs_set_version()
2656 error = zap_update(os, MASTER_NODE_OBJ, ZPL_VERSION_STR, in zfs_set_version()
2736 pname = ZPL_VERSION_STR; in zfs_get_zplprop()
H A Dzfs_znode.c1888 error = zap_update(os, moid, ZPL_VERSION_STR, 8, 1, &version, tx); in zfs_create_fs()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c962 if (errnum = zap_lookup(dn, ZPL_VERSION_STR, &version, stack)) in dnode_get_path()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1984 (void) zap_lookup(*osp, MASTER_NODE_OBJ, ZPL_VERSION_STR, in open_objset()