Searched refs:userprops (Results 1 – 4 of 4) sorted by relevance
204 nvlist_t *userprops);
384 nvlist_t *allprops, *userprops; in put_stats_zhdl() local396 if ((userprops = process_user_props(zhp, allprops)) == NULL) { in put_stats_zhdl()405 zhp->zfs_user_props = userprops; in put_stats_zhdl()4554 nvlist_t *userprops, *propval; in zfs_expand_proplist() local4562 userprops = zfs_get_user_props(zhp); in zfs_expand_proplist()4565 if (entry->pl_all && nvlist_next_nvpair(userprops, NULL) != NULL) { in zfs_expand_proplist()4579 while ((elem = nvlist_next_nvpair(userprops, elem)) != NULL) { in zfs_expand_proplist()4621 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop, in zfs_expand_proplist()
1633 nvlist_t *userprops) in spa_keystore_change_key() argument1640 skcka.skcka_userprops = userprops; in spa_keystore_change_key()
3728 nvlist_t *userprops = zfs_get_user_props(zhp); in collect_dataset() local3791 if (nvlist_lookup_nvlist(userprops, in collect_dataset()