Searched refs:inherited_delayprops (Results 1 – 1 of 1) sorted by relevance
5179 nvlist_t *inherited_delayprops = NULL; in zfs_ioc_recv_impl() local5294 inherited_delayprops = extract_delay_props(xprops); in zfs_ioc_recv_impl()5352 if (inherited_delayprops != NULL && error == 0) { in zfs_ioc_recv_impl()5354 inherited_delayprops, *errors); in zfs_ioc_recv_impl()5375 if (inherited_delayprops != NULL) { in zfs_ioc_recv_impl()5376 ASSERT(nvlist_merge(localprops, inherited_delayprops, 0) == 0); in zfs_ioc_recv_impl()5377 nvlist_free(inherited_delayprops); in zfs_ioc_recv_impl()