Searched refs:nvprops (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zvol.c | 187 nvlist_t *nvprops = zct->zct_props; in zvol_create_cb() local 191 VERIFY(nvlist_lookup_uint64(nvprops, in zvol_create_cb() 193 if (nvlist_lookup_uint64(nvprops, in zvol_create_cb() 201 VERIFY(nvlist_remove_all(nvprops, in zvol_create_cb() 203 (void) nvlist_remove_all(nvprops, in zvol_create_cb()
|
H A D | zfs_ioctl.c | 3477 nvlist_t *nvprops = NULL; in zfs_ioc_create() local 3485 (void) nvlist_lookup_nvlist(innvl, "props", &nvprops); in zfs_ioc_create() 3505 zct.zct_props = nvprops; in zfs_ioc_create() 3513 if (nvprops == NULL) in zfs_ioc_create() 3515 if (nvlist_lookup_uint64(nvprops, in zfs_ioc_create() 3519 if ((error = nvlist_lookup_uint64(nvprops, in zfs_ioc_create() 3544 error = zfs_fill_zplprops(fsname, nvprops, in zfs_ioc_create() 3552 error = dsl_crypto_params_create_nvlist(DCP_CMD_NONE, nvprops, in zfs_ioc_create() 3570 nvprops, outnvl); in zfs_ioc_create() 3616 nvlist_t *nvprops = NULL; in zfs_ioc_clone() local [all …]
|
H A D | vdev.c | 5847 nvlist_t *nvprops; in vdev_props_set_sync() local 5850 nvprops = fnvlist_lookup_nvlist(nvp, ZPOOL_VDEV_PROPS_SET_PROPS); in vdev_props_set_sync() 5872 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) { in vdev_props_set_sync() 5942 nvlist_t *nvprops; in vdev_prop_set() local 5958 &nvprops) != 0) in vdev_prop_set() 5964 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) { in vdev_prop_set() 6084 nvlist_t *nvprops = NULL; in vdev_prop_get() local 6097 nvlist_lookup_nvlist(innvl, ZPOOL_VDEV_PROPS_GET_PROPS, &nvprops); in vdev_prop_get() 6112 if (nvprops != NULL) { in vdev_prop_get() 6115 while ((elem = nvlist_next_nvpair(nvprops, elem)) != NULL) { in vdev_prop_get()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev.h | 226 extern int vdev_prop_get(vdev_t *vd, nvlist_t *nvprops, nvlist_t *outnvl);
|