Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h98 uint8_t *zfs_props_table; member
H A Dlibzfs_dataset.c579 zhp->zfs_props_table = zhp_orig->zfs_props_table; in zfs_handle_dup()
1903 verify(!zhp->zfs_props_table || in getprop_uint64()
1904 zhp->zfs_props_table[prop] == B_TRUE); in getprop_uint64()
1924 verify(!zhp->zfs_props_table || in getprop_string()
1925 zhp->zfs_props_table[prop] == B_TRUE); in getprop_string()
4284 zhp->zfs_props_table = props; in zfs_prune_proplist()