Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4174 nvlist_t *delayprops; in extract_delay_props() local
4179 VERIFY(nvlist_alloc(&delayprops, NV_UNIQUE_NAME, KM_SLEEP) == 0); in extract_delay_props()
4195 VERIFY(nvlist_add_nvpair(delayprops, nvp) == 0); in extract_delay_props()
4201 if (nvlist_empty(delayprops)) { in extract_delay_props()
4202 nvlist_free(delayprops); in extract_delay_props()
4203 delayprops = NULL; in extract_delay_props()
4205 return (delayprops); in extract_delay_props()
4244 nvlist_t *delayprops = NULL; /* sent properties applied post-receive */ in zfs_ioc_recv() local
4325 delayprops = extract_delay_props(props); in zfs_ioc_recv()
4357 if (delayprops != NULL && error == 0) { in zfs_ioc_recv()
[all …]