Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c2774 nvlist_t *origprops; in zfs_ioc_set_prop() local
2776 if (dsl_prop_get_received(zc->zc_name, &origprops) == 0) { in zfs_ioc_set_prop()
2778 origprops, nvl); in zfs_ioc_set_prop()
2779 nvlist_free(origprops); in zfs_ioc_set_prop()
4094 props_reduce(nvlist_t *props, nvlist_t *origprops) in props_reduce() argument
4098 if (origprops == NULL) in props_reduce()
4108 if ((nvlist_lookup_nvpair(origprops, propname, in props_reduce()
4113 (void) nvlist_remove_nvpair(origprops, match); in props_reduce()
4156 nvlist_t *origprops = NULL; /* existing properties */ in zfs_ioc_recv() local
4209 if (dsl_prop_get_received(tofs, &origprops) == 0) { in zfs_ioc_recv()
[all …]