Searched refs:delayprops (Results 1 – 1 of 1) sorted by relevance
4497 nvlist_t *delayprops; in extract_delay_props() local4524 if (nvlist_empty(delayprops)) { in extract_delay_props()4525 nvlist_free(delayprops); in extract_delay_props()4526 delayprops = NULL; in extract_delay_props()4528 return (delayprops); in extract_delay_props()4652 delayprops = extract_delay_props(props); in zfs_ioc_recv()4690 if (delayprops != NULL && error == 0) { in zfs_ioc_recv()4692 delayprops, errors); in zfs_ioc_recv()4696 if (delayprops != NULL) { in zfs_ioc_recv()4706 ASSERT(nvlist_merge(props, delayprops, 0) == 0); in zfs_ioc_recv()[all …]