Searched refs:userprops (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_zones.c | 361 nvlist_t *userprops = NULL; in be_zone_get_parent_uuid() local 375 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_zone_get_parent_uuid() 385 if (nvlist_lookup_nvlist(userprops, BE_ZONE_PARENTBE_PROPERTY, in be_zone_get_parent_uuid() 616 nvlist_t *userprops = NULL; in be_zone_get_active() local 621 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_zone_get_active() 630 if (nvlist_lookup_nvlist(userprops, BE_ZONE_ACTIVE_PROPERTY, &propname) in be_zone_get_active()
|
H A D | be_list.c | 1002 nvlist_t *userprops = NULL; in be_get_node_data() local 1112 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_get_node_data() 1116 if (nvlist_lookup_nvlist(userprops, in be_get_node_data() 1131 if (nvlist_lookup_nvlist(userprops, BE_POLICY_PROPERTY, in be_get_node_data() 1146 if (nvlist_lookup_nvlist(userprops, in be_get_node_data() 1153 if (nvlist_lookup_nvlist(userprops, BE_UUID_PROPERTY, in be_get_node_data() 1197 nvlist_t *userprops = NULL; in be_get_ds_data() local 1240 if ((userprops = zfs_get_user_props(zfshp)) == NULL) { in be_get_ds_data() 1244 if (nvlist_lookup_nvlist(userprops, in be_get_ds_data() 1292 nvlist_t *userprops = NULL; in be_get_ss_data() local [all …]
|
H A D | be_create.c | 1461 nvlist_t *userprops = NULL; in be_get_uuid() local 1475 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_get_uuid() 1484 if (nvlist_lookup_nvlist(userprops, BE_UUID_PROPERTY, &propname) != 0 || in be_get_uuid()
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_dtime.c | 837 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()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 379 nvlist_t *allprops, *userprops; in put_stats_zhdl() local 391 if ((userprops = process_user_props(zhp, allprops)) == NULL) { in put_stats_zhdl() 400 zhp->zfs_user_props = userprops; in put_stats_zhdl() 4600 nvlist_t *userprops, *propval; in zfs_expand_proplist() local 4608 userprops = zfs_get_user_props(zhp); in zfs_expand_proplist() 4611 if (entry->pl_all && nvlist_next_nvpair(userprops, NULL) != NULL) { in zfs_expand_proplist() 4625 while ((elem = nvlist_next_nvpair(userprops, elem)) != NULL) { in zfs_expand_proplist() 4672 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop, in zfs_expand_proplist()
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 3258 nvlist_t *userprops = zfs_get_user_props(zhp); in print_dataset() local 3301 if (nvlist_lookup_nvlist(userprops, in print_dataset()
|