Searched defs:createprops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c3012 * createprops list of properties requested by creator
3029 boolean_t fuids_ok, boolean_t sa_ok, nvlist_t *createprops,
3041 if (createprops) {
3042 (void) nvlist_lookup_uint64(createprops,
3044 (void) nvlist_lookup_uint64(createprops,
3046 (void) nvlist_remove_all(createprops,
3048 (void) nvlist_lookup_uint64(createprops,
3050 (void) nvlist_remove_all(createprops,
3052 (void) nvlist_lookup_uint64(createprops,
3054 (void) nvlist_remove_all(createprops,
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...]

Completed in 82 milliseconds