Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h94 nvlist_t *zfs_user_props; member
H A Dlibzfs_dataset.c421 nvlist_free(zhp->zfs_user_props); in put_stats_zhdl()
424 zhp->zfs_user_props = userprops; in put_stats_zhdl()
558 if (zhp_orig->zfs_user_props != NULL) { in zfs_handle_dup()
559 if (nvlist_dup(zhp_orig->zfs_user_props, in zfs_handle_dup()
560 &zhp->zfs_user_props, 0) != 0) { in zfs_handle_dup()
775 nvlist_free(zhp->zfs_user_props); in zfs_close()
4133 return (zhp->zfs_user_props); in zfs_get_user_props()