Searched refs:origprops (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_ioctl.c | 2930 nvlist_t *origprops; in zfs_ioc_set_prop() local 2932 if (dsl_prop_get_received(zc->zc_name, &origprops) == 0) { in zfs_ioc_set_prop() 2934 origprops, nvl); in zfs_ioc_set_prop() 2935 nvlist_free(origprops); in zfs_ioc_set_prop() 5063 props_reduce(nvlist_t *props, nvlist_t *origprops) in props_reduce() argument 5067 if (origprops == NULL) in props_reduce() 5077 if ((nvlist_lookup_nvpair(origprops, propname, in props_reduce() 5082 (void) nvlist_remove_nvpair(origprops, match); in props_reduce() 5180 nvlist_t *origprops = NULL; /* existing properties */ in zfs_ioc_recv_impl() local 5250 if (dsl_prop_get_all(os, &origprops) != 0) { in zfs_ioc_recv_impl() [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 4193 nvlist_t *origprops, nvlist_t **oxprops, uint8_t **wkeydata_out, in zfs_setup_cmdline_props() argument 4314 if (nvlist_exists(origprops, newname)) { in zfs_setup_cmdline_props() 4318 attrs = fnvlist_lookup_nvlist(origprops, in zfs_setup_cmdline_props() 4447 nvlist_t *origprops = NULL; /* original props (if destination exists) */ in zfs_receive_one() local 4914 origprops = fnvlist_alloc(); in zfs_receive_one() 4915 fnvlist_merge(origprops, zhp->zfs_props); in zfs_receive_one() 4916 fnvlist_merge(origprops, zhp->zfs_user_props); in zfs_receive_one() 5001 stream_wantsnewfs, raw, toplevel, rcvprops, cmdprops, origprops, in zfs_receive_one() 5383 fnvlist_free(origprops); in zfs_receive_one()
|