Home
last modified time | relevance | path

Searched refs:delayprops (Results 1 – 1 of 1) sorted by relevance

/titanic_53/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4165 nvlist_t *delayprops; in extract_delay_props() local
4170 VERIFY(nvlist_alloc(&delayprops, NV_UNIQUE_NAME, KM_SLEEP) == 0); in extract_delay_props()
4186 VERIFY(nvlist_add_nvpair(delayprops, nvp) == 0); in extract_delay_props()
4192 if (nvlist_empty(delayprops)) { in extract_delay_props()
4193 nvlist_free(delayprops); in extract_delay_props()
4194 delayprops = NULL; in extract_delay_props()
4196 return (delayprops); in extract_delay_props()
4235 nvlist_t *delayprops = NULL; /* sent properties applied post-receive */ in zfs_ioc_recv() local
4316 delayprops = extract_delay_props(props); in zfs_ioc_recv()
4348 if (delayprops != NULL && error == 0) { in zfs_ioc_recv()
[all …]