Searched defs:origprops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c2725 nvlist_t *origprops; local
2727 if (dsl_prop_get_received(zc->zc_name, &origprops) == 0) {
2729 origprops, nvl);
2730 nvlist_free(origprops);
4068 * by comparison with origprops). Remove them from origprops as well, since we
4072 props_reduce(nvlist_t *props, nvlist_t *origprops) argument
4076 if (origprops == NULL)
4086 if ((nvlist_lookup_nvpair(origprops, propname,
4091 (void) nvlist_remove_nvpair(origprops, matc
4184 nvlist_t *origprops = NULL; /* existing properties */ local
[all...]

Completed in 76 milliseconds