Searched refs:recv_delayprops (Results 1 – 1 of 1) sorted by relevance
4989 nvlist_t *recv_delayprops = NULL; in zfs_ioc_recv_impl() local5074 recv_delayprops = extract_delay_props(recvprops); in zfs_ioc_recv_impl()5155 if (recv_delayprops != NULL && error == 0) { in zfs_ioc_recv_impl()5157 recv_delayprops, *errors); in zfs_ioc_recv_impl()5178 if (recv_delayprops != NULL) { in zfs_ioc_recv_impl()5179 ASSERT(nvlist_merge(recvprops, recv_delayprops, 0) == 0); in zfs_ioc_recv_impl()5180 nvlist_free(recv_delayprops); in zfs_ioc_recv_impl()