Home
last modified time | relevance | path

Searched refs:origprops (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c2779 nvlist_t *origprops; in zfs_ioc_set_prop() local
2783 origprops, nvl); in zfs_ioc_set_prop()
2784 nvlist_free(origprops); in zfs_ioc_set_prop()
4715 props_reduce(nvlist_t *props, nvlist_t *origprops) in props_reduce() argument
4719 if (origprops == NULL) in props_reduce()
4729 if ((nvlist_lookup_nvpair(origprops, propname, in props_reduce()
4734 (void) nvlist_remove_nvpair(origprops, match); in props_reduce()
4896 if (dsl_prop_get_all(os, &origprops) != 0) { in zfs_ioc_recv_impl()
5068 if (origprops == NULL) { in zfs_ioc_recv_impl()
5083 if (!nvlist_exists(origprops, name)) { in zfs_ioc_recv_impl()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c3893 nvlist_t *origprops, nvlist_t **oxprops, uint8_t **wkeydata_out, in zfs_setup_cmdline_props() argument
4000 if (nvlist_exists(origprops, name)) { in zfs_setup_cmdline_props()
4004 attrs = fnvlist_lookup_nvlist(origprops, name); in zfs_setup_cmdline_props()
4112 nvlist_t *origprops = NULL; /* original props (if destination exists) */ in zfs_receive_one() local
4521 origprops = fnvlist_alloc(); in zfs_receive_one()
4522 fnvlist_merge(origprops, zhp->zfs_props); in zfs_receive_one()
4523 fnvlist_merge(origprops, zhp->zfs_user_props); in zfs_receive_one()
4627 stream_wantsnewfs, raw, toplevel, rcvprops, cmdprops, origprops, in zfs_receive_one()
4931 nvlist_free(origprops); in zfs_receive_one()