Home
last modified time | relevance | path

Searched refs:zfs_props_table (Results 1 – 2 of 2) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_impl.h99 uint8_t *zfs_props_table; member
HDlibzfs_dataset.c579 zhp->zfs_props_table = zhp_orig->zfs_props_table; in zfs_handle_dup()
1864 verify(!zhp->zfs_props_table || in getprop_uint64()
1865 zhp->zfs_props_table[prop] == B_TRUE); in getprop_uint64()
1885 verify(!zhp->zfs_props_table || in getprop_string()
1886 zhp->zfs_props_table[prop] == B_TRUE); in getprop_string()
4273 zhp->zfs_props_table = props; in zfs_prune_proplist()