Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libbe/common/
H A Dbe_zones.c348 nvlist_t *userprops = NULL; in be_zone_get_parent_uuid() local
362 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_zone_get_parent_uuid()
372 if (nvlist_lookup_nvlist(userprops, BE_ZONE_PARENTBE_PROPERTY, in be_zone_get_parent_uuid()
603 nvlist_t *userprops = NULL; in be_zone_get_active() local
608 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_zone_get_active()
617 if (nvlist_lookup_nvlist(userprops, BE_ZONE_ACTIVE_PROPERTY, &propname) in be_zone_get_active()
H A Dbe_list.c1012 nvlist_t *userprops = NULL; in be_get_node_data() local
1110 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_get_node_data()
1114 if (nvlist_lookup_nvlist(userprops, in be_get_node_data()
1129 if (nvlist_lookup_nvlist(userprops, BE_POLICY_PROPERTY, in be_get_node_data()
1144 if (nvlist_lookup_nvlist(userprops, in be_get_node_data()
1151 if (nvlist_lookup_nvlist(userprops, BE_UUID_PROPERTY, in be_get_node_data()
1195 nvlist_t *userprops = NULL; in be_get_ds_data() local
1238 if ((userprops = zfs_get_user_props(zfshp)) == NULL) { in be_get_ds_data()
1242 if (nvlist_lookup_nvlist(userprops, in be_get_ds_data()
1290 nvlist_t *userprops = NULL; in be_get_ss_data() local
[all …]
H A Dbe_create.c1384 nvlist_t *userprops = NULL; in be_get_uuid() local
1398 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_get_uuid()
1407 if (nvlist_lookup_nvlist(userprops, BE_UUID_PROPERTY, &propname) != 0 || in be_get_uuid()
/titanic_53/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c837 nvlist_t *userprops; in ndmpd_get_dumptime() local
858 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in ndmpd_get_dumptime()
866 if (nvlist_lookup_nvlist(userprops, in ndmpd_get_dumptime()
/titanic_53/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c403 nvlist_t *allprops, *userprops; in put_stats_zhdl() local
415 if ((userprops = process_user_props(zhp, allprops)) == NULL) { in put_stats_zhdl()
424 zhp->zfs_user_props = userprops; in put_stats_zhdl()
4165 nvlist_t *userprops, *propval; in zfs_expand_proplist() local
4173 userprops = zfs_get_user_props(zhp); in zfs_expand_proplist()
4176 if (entry->pl_all && nvlist_next_nvpair(userprops, NULL) != NULL) { in zfs_expand_proplist()
4190 while ((elem = nvlist_next_nvpair(userprops, elem)) != NULL) { in zfs_expand_proplist()
4237 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop, in zfs_expand_proplist()
/titanic_53/usr/src/cmd/zfs/
H A Dzfs_main.c2990 nvlist_t *userprops = zfs_get_user_props(zhp); in print_dataset() local
3028 if (nvlist_lookup_nvlist(userprops, in print_dataset()