Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h94 nvlist_t *zfs_user_props; member
H A Dlibzfs_dataset.c420 nvlist_free(zhp->zfs_user_props); in put_stats_zhdl()
423 zhp->zfs_user_props = userprops; in put_stats_zhdl()
557 if (zhp_orig->zfs_user_props != NULL) { in zfs_handle_dup()
558 if (nvlist_dup(zhp_orig->zfs_user_props, in zfs_handle_dup()
559 &zhp->zfs_user_props, 0) != 0) { in zfs_handle_dup()
774 nvlist_free(zhp->zfs_user_props); in zfs_close()
4091 return (zhp->zfs_user_props); in zfs_get_user_props()