Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_dataset.c387 nvlist_t *allprops, *userprops; in put_stats_zhdl() local
391 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, zc, &allprops) != 0) { in put_stats_zhdl()
399 if ((userprops = process_user_props(zhp, allprops)) == NULL) { in put_stats_zhdl()
400 nvlist_free(allprops); in put_stats_zhdl()
407 zhp->zfs_props = allprops; in put_stats_zhdl()