Searched refs:recv_delayprops (Results 1 – 1 of 1) sorted by relevance
4752 nvlist_t *recv_delayprops = NULL; in zfs_ioc_recv_impl() local4832 recv_delayprops = extract_delay_props(recvprops); in zfs_ioc_recv_impl()4898 if (recv_delayprops != NULL && error == 0) { in zfs_ioc_recv_impl()4900 recv_delayprops, *errors); in zfs_ioc_recv_impl()4917 if (recv_delayprops != NULL) { in zfs_ioc_recv_impl()4918 ASSERT(nvlist_merge(recvprops, recv_delayprops, 0) == 0); in zfs_ioc_recv_impl()4919 nvlist_free(recv_delayprops); in zfs_ioc_recv_impl()