Searched refs:origprops (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 2867 nvlist_t *origprops; in zfs_ioc_set_prop() local 2869 if (dsl_prop_get_received(zc->zc_name, &origprops) == 0) { in zfs_ioc_set_prop() 2871 origprops, nvl); in zfs_ioc_set_prop() 2872 nvlist_free(origprops); in zfs_ioc_set_prop() 4651 props_reduce(nvlist_t *props, nvlist_t *origprops) in props_reduce() argument 4655 if (origprops == NULL) in props_reduce() 4665 if ((nvlist_lookup_nvpair(origprops, propname, in props_reduce() 4670 (void) nvlist_remove_nvpair(origprops, match); in props_reduce() 4753 nvlist_t *origprops = NULL; /* existing properties */ in zfs_ioc_recv_impl() local 4819 if (dsl_prop_get_all(os, &origprops) != 0) { in zfs_ioc_recv_impl() [all …]
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 3453 nvlist_t *origprops, nvlist_t **oxprops, uint8_t **wkeydata_out, in zfs_setup_cmdline_props() argument 3560 if (nvlist_exists(origprops, name)) { in zfs_setup_cmdline_props() 3564 attrs = fnvlist_lookup_nvlist(origprops, name); in zfs_setup_cmdline_props() 3672 nvlist_t *origprops = NULL; /* original props (if destination exists) */ in zfs_receive_one() local 4040 origprops = fnvlist_alloc(); in zfs_receive_one() 4041 fnvlist_merge(origprops, zhp->zfs_props); in zfs_receive_one() 4042 fnvlist_merge(origprops, zhp->zfs_user_props); in zfs_receive_one() 4151 stream_wantsnewfs, raw, toplevel, rcvprops, cmdprops, origprops, in zfs_receive_one() 4455 nvlist_free(origprops); in zfs_receive_one()
|