Searched refs:origprops (Results 1 – 1 of 1) sorted by relevance
2811 nvlist_t *origprops; in zfs_ioc_set_prop() local2813 if (dsl_prop_get_received(zc->zc_name, &origprops) == 0) { in zfs_ioc_set_prop()2815 origprops, nvl); in zfs_ioc_set_prop()2816 nvlist_free(origprops); in zfs_ioc_set_prop()4263 props_reduce(nvlist_t *props, nvlist_t *origprops) in props_reduce() argument4267 if (origprops == NULL) in props_reduce()4277 if ((nvlist_lookup_nvpair(origprops, propname, in props_reduce()4282 (void) nvlist_remove_nvpair(origprops, match); in props_reduce()4375 nvlist_t *origprops = NULL; /* existing properties */ in zfs_ioc_recv() local4436 if (dsl_prop_get_received(tofs, &origprops) == 0) { in zfs_ioc_recv()[all …]