Home
last modified time | relevance | path

Searched refs:createprops (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c3110 boolean_t fuids_ok, boolean_t sa_ok, nvlist_t *createprops, in zfs_fill_zplprops_impl() argument
3125 if (createprops) { in zfs_fill_zplprops_impl()
3126 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3128 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3130 (void) nvlist_remove_all(createprops, in zfs_fill_zplprops_impl()
3132 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3134 (void) nvlist_remove_all(createprops, in zfs_fill_zplprops_impl()
3136 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3138 (void) nvlist_remove_all(createprops, in zfs_fill_zplprops_impl()
3189 zfs_fill_zplprops(const char *dataset, nvlist_t *createprops, in zfs_fill_zplprops() argument
[all …]