Lines Matching defs:origprops
4173 * origprops: properties, both locally-set and received, currently set on the
4181 nvlist_t *origprops, nvlist_t **oxprops, uint8_t **wkeydata_out,
4302 if (nvlist_exists(origprops, newname)) {
4306 attrs = fnvlist_lookup_nvlist(origprops,
4435 nvlist_t *origprops = NULL; /* original props (if destination exists) */
4902 origprops = fnvlist_alloc();
4903 fnvlist_merge(origprops, zhp->zfs_props);
4904 fnvlist_merge(origprops, zhp->zfs_user_props);
4989 stream_wantsnewfs, raw, toplevel, rcvprops, cmdprops, origprops,
5371 fnvlist_free(origprops);