Searched refs:userprops (Results 1 – 6 of 6) sorted by relevance
| /titanic_41/usr/src/lib/libbe/common/ |
| H A D | be_zones.c | 348 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 D | be_list.c | 1005 nvlist_t *userprops = NULL; in be_get_node_data() local 1103 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_get_node_data() 1107 if (nvlist_lookup_nvlist(userprops, in be_get_node_data() 1122 if (nvlist_lookup_nvlist(userprops, BE_POLICY_PROPERTY, in be_get_node_data() 1137 if (nvlist_lookup_nvlist(userprops, in be_get_node_data() 1144 if (nvlist_lookup_nvlist(userprops, BE_UUID_PROPERTY, in be_get_node_data() 1188 nvlist_t *userprops = NULL; in be_get_ds_data() local 1231 if ((userprops = zfs_get_user_props(zfshp)) == NULL) { in be_get_ds_data() 1235 if (nvlist_lookup_nvlist(userprops, in be_get_ds_data() 1283 nvlist_t *userprops = NULL; in be_get_ss_data() local [all …]
|
| H A D | be_create.c | 1386 nvlist_t *userprops = NULL; in be_get_uuid() local 1400 if ((userprops = zfs_get_user_props(zhp)) == NULL) { in be_get_uuid() 1409 if (nvlist_lookup_nvlist(userprops, BE_UUID_PROPERTY, &propname) != 0 || in be_get_uuid()
|
| /titanic_41/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()
|
| /titanic_41/usr/src/lib/libzfs/common/ |
| H A D | libzfs_dataset.c | 402 nvlist_t *allprops, *userprops; in put_stats_zhdl() local 414 if ((userprops = process_user_props(zhp, allprops)) == NULL) { in put_stats_zhdl() 423 zhp->zfs_user_props = userprops; in put_stats_zhdl() 4123 nvlist_t *userprops, *propval; in zfs_expand_proplist() local 4131 userprops = zfs_get_user_props(zhp); in zfs_expand_proplist() 4134 if (entry->pl_all && nvlist_next_nvpair(userprops, NULL) != NULL) { in zfs_expand_proplist() 4148 while ((elem = nvlist_next_nvpair(userprops, elem)) != NULL) { in zfs_expand_proplist() 4195 if (nvlist_lookup_nvlist(userprops, entry->pl_user_prop, in zfs_expand_proplist()
|
| /titanic_41/usr/src/cmd/zfs/ |
| H A D | zfs_main.c | 2964 nvlist_t *userprops = zfs_get_user_props(zhp); in print_dataset() local 3002 if (nvlist_lookup_nvlist(userprops, in print_dataset()
|