Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzvol.c215 nvlist_t *nvprops = zct->zct_props; in zvol_create_cb() local
219 VERIFY0(nvlist_lookup_uint64(nvprops, in zvol_create_cb()
221 if (nvlist_lookup_uint64(nvprops, in zvol_create_cb()
229 VERIFY0(nvlist_remove_all(nvprops, zfs_prop_to_name(ZFS_PROP_VOLSIZE))); in zvol_create_cb()
230 (void) nvlist_remove_all(nvprops, in zvol_create_cb()
H A Dzfs_ioctl.c3992 nvlist_t *nvprops = NULL; in zfs_ioc_create() local
4000 (void) nvlist_lookup_nvlist(innvl, "props", &nvprops); in zfs_ioc_create()
4020 zct.zct_props = nvprops; in zfs_ioc_create()
4028 if (nvprops == NULL) in zfs_ioc_create()
4030 if (nvlist_lookup_uint64(nvprops, in zfs_ioc_create()
4034 if ((error = nvlist_lookup_uint64(nvprops, in zfs_ioc_create()
4059 error = zfs_fill_zplprops(fsname, nvprops, in zfs_ioc_create()
4067 error = dsl_crypto_params_create_nvlist(DCP_CMD_NONE, nvprops, in zfs_ioc_create()
4085 nvprops, outnvl); in zfs_ioc_create()
4131 nvlist_t *nvprops = NULL; in zfs_ioc_clone() local
[all …]
H A Dvdev.c6260 nvlist_t *nvprops; in vdev_props_set_sync() local
6263 nvprops = fnvlist_lookup_nvlist(nvp, ZPOOL_VDEV_PROPS_SET_PROPS); in vdev_props_set_sync()
6278 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) { in vdev_props_set_sync()
6371 nvlist_t *nvprops; in vdev_prop_set() local
6379 &nvprops) != 0) in vdev_prop_set()
6408 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) { in vdev_prop_set()
6675 nvlist_t *nvprops = NULL; in vdev_prop_get() local
6688 nvlist_lookup_nvlist(innvl, ZPOOL_VDEV_PROPS_GET_PROPS, &nvprops); in vdev_prop_get()
6714 if (nvprops != NULL) { in vdev_prop_get()
6717 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) { in vdev_prop_get()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev.h242 extern int vdev_prop_get(spa_t *spa, nvlist_t *nvprops, nvlist_t *outnvl);