Searched refs:recv_delayprops (Results 1 – 1 of 1) sorted by relevance
4825 nvlist_t *recv_delayprops = NULL; in zfs_ioc_recv_impl() local4909 recv_delayprops = extract_delay_props(recvprops); in zfs_ioc_recv_impl()4989 if (recv_delayprops != NULL && error == 0) { in zfs_ioc_recv_impl()4991 recv_delayprops, *errors); in zfs_ioc_recv_impl()5008 if (recv_delayprops != NULL) { in zfs_ioc_recv_impl()5009 ASSERT(nvlist_merge(recvprops, recv_delayprops, 0) == 0); in zfs_ioc_recv_impl()5010 nvlist_free(recv_delayprops); in zfs_ioc_recv_impl()