Searched refs:nvprops (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c3175 nvlist_t *nvprops = NULL; local
3184 (void) nvlist_lookup_nvlist(innvl, "props", &nvprops);
3203 zct.zct_props = nvprops;
3211 if (nvprops == NULL)
3213 if (nvlist_lookup_uint64(nvprops,
3217 if ((error = nvlist_lookup_uint64(nvprops,
3242 error = zfs_fill_zplprops(fsname, nvprops,
3259 nvprops, outnvl);
3278 nvlist_t *nvprops = NULL; local
3283 (void) nvlist_lookup_nvlist(innvl, "props", &nvprops);
[all...]
H A Dzvol.c339 nvlist_t *nvprops = zct->zct_props; local
343 VERIFY(nvlist_lookup_uint64(nvprops,
345 if (nvlist_lookup_uint64(nvprops,
353 VERIFY(nvlist_remove_all(nvprops,
355 (void) nvlist_remove_all(nvprops,

Completed in 72 milliseconds