Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c2827 nvlist_t *cleared_props = NULL; in clear_received_props() local
2828 props_skip(props, skipped, &cleared_props); in clear_received_props()
2829 if (!nvlist_empty(cleared_props)) { in clear_received_props()
2836 err = zfs_set_prop_nvlist(dsname, flags, cleared_props, NULL); in clear_received_props()
2838 nvlist_free(cleared_props); in clear_received_props()