Lines Matching defs:zplprops
1442 nvlist_t *zplprops = NULL;
1486 VERIFY(nvlist_alloc(&zplprops, NV_UNIQUE_NAME, KM_SLEEP) == 0);
1488 zplprops, NULL);
1497 error = spa_create(zc->zc_name, config, props, zplprops, dcp);
1510 nvlist_free(zplprops);
3304 * zplprops values for the zplprops we attach to the master node object
3319 nvlist_t *zplprops, boolean_t *is_ci)
3326 ASSERT(zplprops != NULL);
3367 * Put the version in the zplprops
3369 VERIFY(nvlist_add_uint64(zplprops,
3375 VERIFY(nvlist_add_uint64(zplprops,
3386 VERIFY(nvlist_add_uint64(zplprops,
3392 VERIFY(nvlist_add_uint64(zplprops,
3403 nvlist_t *zplprops, boolean_t *is_ci)
3432 zplprops, is_ci);
3439 nvlist_t *zplprops, boolean_t *is_ci)
3451 createprops, zplprops, is_ci);