Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h98 uint8_t *zfs_props_table; member
H A Dlibzfs_dataset.c578 zhp->zfs_props_table = zhp_orig->zfs_props_table; in zfs_handle_dup()
1894 verify(!zhp->zfs_props_table || in getprop_uint64()
1895 zhp->zfs_props_table[prop] == B_TRUE); in getprop_uint64()
1915 verify(!zhp->zfs_props_table || in getprop_string()
1916 zhp->zfs_props_table[prop] == B_TRUE); in getprop_string()
4242 zhp->zfs_props_table = props; in zfs_prune_proplist()