Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c387 nvlist_t *allprops, *userprops; in put_stats_zhdl() local
399 if ((userprops = process_user_props(zhp, allprops)) == NULL) { in put_stats_zhdl()
408 zhp->zfs_user_props = userprops; in put_stats_zhdl()
4615 nvlist_t *userprops, *propval; in zfs_expand_proplist() local
4623 userprops = zfs_get_user_props(zhp); in zfs_expand_proplist()
4626 if (entry->pl_all && nvlist_next_nvpair(userprops, NULL) != NULL) { in zfs_expand_proplist()
4640 while ((elem = nvlist_next_nvpair(userprops, elem)) != NULL) { in zfs_expand_proplist()
4687 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop, in zfs_expand_proplist()
/freebsd-13.1/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c3516 nvlist_t *userprops = zfs_get_user_props(zhp); in print_dataset() local
3559 if (nvlist_lookup_nvlist(userprops, in print_dataset()