Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c402 nvlist_t *allprops, *userprops; in put_stats_zhdl() local
406 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, zc, &allprops) != 0) { in put_stats_zhdl()
414 if ((userprops = process_user_props(zhp, allprops)) == NULL) { in put_stats_zhdl()
415 nvlist_free(allprops); in put_stats_zhdl()
422 zhp->zfs_props = allprops; in put_stats_zhdl()