Searched refs:zplprops (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h138 dsl_pool_t *dsl_pool_create(spa_t *spa, nvlist_t *zplprops, uint64_t txg);
H A Dspa.h616 nvlist_t *zplprops);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1469 nvlist_t *zplprops = NULL; local
1502 VERIFY(nvlist_alloc(&zplprops, NV_UNIQUE_NAME, KM_SLEEP) == 0);
1504 zplprops, NULL);
1509 error = spa_create(zc->zc_name, config, props, zplprops);
1520 nvlist_free(zplprops);
3015 * zplprops values for the zplprops we attach to the master node object
3030 nvlist_t *zplprops, boolean_t *is_ci)
3036 ASSERT(zplprops != NULL);
3073 * Put the version in the zplprops
3028 zfs_fill_zplprops_impl(objset_t *os, uint64_t zplver, boolean_t fuids_ok, boolean_t sa_ok, nvlist_t *createprops, nvlist_t *zplprops, boolean_t *is_ci) argument
3105 zfs_fill_zplprops(const char *dataset, nvlist_t *createprops, nvlist_t *zplprops, boolean_t *is_ci) argument
3145 zfs_fill_zplprops_root(uint64_t spa_vers, nvlist_t *createprops, nvlist_t *zplprops, boolean_t *is_ci) argument
[all...]
H A Ddsl_pool.c340 dsl_pool_create(spa_t *spa, nvlist_t *zplprops, uint64_t txg) argument
401 zfs_create_fs(os, kcred, zplprops, tx);
H A Dzfs_znode.c1725 zfs_create_fs(objset_t *os, cred_t *cr, nvlist_t *zplprops, dmu_tx_t *tx) argument
1757 while ((elem = nvlist_next_nvpair(zplprops, elem)) != NULL) {
H A Dspa.c3591 nvlist_t *zplprops)
3723 spa->spa_dsl_pool = dp = dsl_pool_create(spa, zplprops, txg);
3590 spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props, nvlist_t *zplprops) argument
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1971 nvlist_t *zplprops = NULL; local
2106 if (zcmd_read_dst_nvlist(zhp->zfs_hdl, &zc, &zplprops) != 0 ||
2107 nvlist_lookup_uint64(zplprops, zfs_prop_to_name(prop),
2112 nvlist_free(zplprops);

Completed in 104 milliseconds