Lines Matching defs:recvprops
5168 nvlist_t *recvprops, nvlist_t *localprops, nvlist_t *hidden_args,
5207 if (recvprops != NULL && !drc.drc_newfs) {
5229 props_reduce(recvprops, origrecvd);
5235 first_recvd_props ? NULL : recvprops) != 0)
5259 if (recvprops != NULL) {
5263 recv_delayprops = extract_delay_props(recvprops);
5265 recvprops, *errors);
5368 ASSERT(nvlist_merge(recvprops, recv_delayprops, 0) == 0);
5391 if (error != 0 && recvprops != NULL && !drc.drc_newfs) {
5392 if (clear_received_props(tofs, recvprops, NULL) != 0) {
5618 nvlist_t *recvprops = NULL;
5661 error = nvlist_lookup_nvlist(innvl, "props", &recvprops);
5673 error = zfs_ioc_recv_impl(tofs, tosnap, origin, recvprops, localprops,
5683 nvlist_free(recvprops);