Searched refs:nvprops (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zvol.c | 225 nvlist_t *nvprops = zct->zct_props; in zvol_create_cb() local 229 VERIFY0(nvlist_lookup_uint64(nvprops, in zvol_create_cb() 231 if (nvlist_lookup_uint64(nvprops, in zvol_create_cb() 239 VERIFY0(nvlist_remove_all(nvprops, zfs_prop_to_name(ZFS_PROP_VOLSIZE))); in zvol_create_cb() 240 (void) nvlist_remove_all(nvprops, in zvol_create_cb()
|
| H A D | zfs_ioctl.c | 3868 nvlist_t *nvprops = NULL; in zfs_ioc_create() local 3876 (void) nvlist_lookup_nvlist(innvl, "props", &nvprops); in zfs_ioc_create() 3896 zct.zct_props = nvprops; in zfs_ioc_create() 3904 if (nvprops == NULL) in zfs_ioc_create() 3906 if (nvlist_lookup_uint64(nvprops, in zfs_ioc_create() 3910 if ((error = nvlist_lookup_uint64(nvprops, in zfs_ioc_create() 3935 error = zfs_fill_zplprops(fsname, nvprops, in zfs_ioc_create() 3943 error = dsl_crypto_params_create_nvlist(DCP_CMD_NONE, nvprops, in zfs_ioc_create() 3961 nvprops, outnvl); in zfs_ioc_create() 4007 nvlist_t *nvprops = NULL; in zfs_ioc_clone() local [all …]
|
| H A D | vdev.c | 6097 nvlist_t *nvprops; in vdev_props_set_sync() local 6100 nvprops = fnvlist_lookup_nvlist(nvp, ZPOOL_VDEV_PROPS_SET_PROPS); in vdev_props_set_sync() 6115 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) { in vdev_props_set_sync() 6208 nvlist_t *nvprops; in vdev_prop_set() local 6224 &nvprops) != 0) in vdev_prop_set() 6230 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) { in vdev_prop_set() 6473 nvlist_t *nvprops = NULL; in vdev_prop_get() local 6487 nvlist_lookup_nvlist(innvl, ZPOOL_VDEV_PROPS_GET_PROPS, &nvprops); in vdev_prop_get() 6501 if (nvprops != NULL) { in vdev_prop_get() 6504 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) { in vdev_prop_get()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | vdev.h | 247 extern int vdev_prop_get(vdev_t *vd, nvlist_t *nvprops, nvlist_t *outnvl);
|