Searched defs:zplprops (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_pool.c | 340 dsl_pool_create(spa_t *spa, nvlist_t *zplprops, uint64_t txg) argument 401 zfs_create_fs(os, kcred, zplprops, tx);
|
H A D | zfs_znode.c | 1725 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 D | spa.c | 3591 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
|
H A D | zfs_ioctl.c | 1469 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...] |
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1971 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 170 milliseconds