Searched refs:nvprops (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zvol.c | 224 nvlist_t *nvprops = zct->zct_props; in zvol_create_cb() local 228 VERIFY0(nvlist_lookup_uint64(nvprops, in zvol_create_cb() 230 if (nvlist_lookup_uint64(nvprops, in zvol_create_cb() 238 VERIFY0(nvlist_remove_all(nvprops, zfs_prop_to_name(ZFS_PROP_VOLSIZE))); in zvol_create_cb() 239 (void) nvlist_remove_all(nvprops, in zvol_create_cb()
|
H A D | zfs_ioctl.c | 3605 nvlist_t *nvprops = NULL; in zfs_ioc_create() local 3613 (void) nvlist_lookup_nvlist(innvl, "props", &nvprops); in zfs_ioc_create() 3633 zct.zct_props = nvprops; in zfs_ioc_create() 3641 if (nvprops == NULL) in zfs_ioc_create() 3643 if (nvlist_lookup_uint64(nvprops, in zfs_ioc_create() 3647 if ((error = nvlist_lookup_uint64(nvprops, in zfs_ioc_create() 3672 error = zfs_fill_zplprops(fsname, nvprops, in zfs_ioc_create() 3680 error = dsl_crypto_params_create_nvlist(DCP_CMD_NONE, nvprops, in zfs_ioc_create() 3698 nvprops, outnvl); in zfs_ioc_create() 3744 nvlist_t *nvprops = NULL; in zfs_ioc_clone() local [all …]
|
H A D | vdev.c | 5940 nvlist_t *nvprops; in vdev_props_set_sync() local 5943 nvprops = fnvlist_lookup_nvlist(nvp, ZPOOL_VDEV_PROPS_SET_PROPS); in vdev_props_set_sync() 5965 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) { in vdev_props_set_sync() 6035 nvlist_t *nvprops; in vdev_prop_set() local 6051 &nvprops) != 0) in vdev_prop_set() 6057 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) { in vdev_prop_set() 6177 nvlist_t *nvprops = NULL; in vdev_prop_get() local 6190 nvlist_lookup_nvlist(innvl, ZPOOL_VDEV_PROPS_GET_PROPS, &nvprops); in vdev_prop_get() 6205 if (nvprops != NULL) { in vdev_prop_get() 6208 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) { in vdev_prop_get()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev.h | 245 extern int vdev_prop_get(vdev_t *vd, nvlist_t *nvprops, nvlist_t *outnvl);
|