Lines Matching defs:createprops
3301 * createprops list of properties requested by creator
3318 boolean_t fuids_ok, boolean_t sa_ok, nvlist_t *createprops,
3335 if (createprops) {
3336 (void) nvlist_lookup_uint64(createprops,
3338 (void) nvlist_lookup_uint64(createprops,
3340 (void) nvlist_remove_all(createprops,
3342 (void) nvlist_lookup_uint64(createprops,
3344 (void) nvlist_remove_all(createprops,
3346 (void) nvlist_lookup_uint64(createprops,
3348 (void) nvlist_remove_all(createprops,
3402 zfs_fill_zplprops(const char *dataset, nvlist_t *createprops,
3431 error = zfs_fill_zplprops_impl(os, zplver, fuids_ok, sa_ok, createprops,
3438 zfs_fill_zplprops_root(uint64_t spa_vers, nvlist_t *createprops,
3451 createprops, zplprops, is_ci);