Searched refs:origrecvd (Results 1 – 1 of 1) sorted by relevance
5181 nvlist_t *origrecvd = NULL; /* existing received properties */ in zfs_ioc_recv_impl() local5218 if (dsl_prop_get_received(tofs, &origrecvd) == 0) { in zfs_ioc_recv_impl()5229 props_reduce(recvprops, origrecvd); in zfs_ioc_recv_impl()5230 if (zfs_check_clearable(tofs, origrecvd, &errlist) != 0) in zfs_ioc_recv_impl()5234 if (clear_received_props(tofs, origrecvd, in zfs_ioc_recv_impl()5403 if (origrecvd == NULL && !drc.drc_newfs) { in zfs_ioc_recv_impl()5414 if (origrecvd != NULL && in zfs_ioc_recv_impl()5417 origrecvd, NULL) != 0) { in zfs_ioc_recv_impl()5482 nvlist_free(origrecvd); in zfs_ioc_recv_impl()