Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c3088 boolean_t fuids_ok, boolean_t sa_ok, nvlist_t *createprops, in zfs_fill_zplprops_impl() argument
3105 if (createprops) { in zfs_fill_zplprops_impl()
3106 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3108 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3110 (void) nvlist_remove_all(createprops, in zfs_fill_zplprops_impl()
3112 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3114 (void) nvlist_remove_all(createprops, in zfs_fill_zplprops_impl()
3116 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3118 (void) nvlist_remove_all(createprops, in zfs_fill_zplprops_impl()
3172 zfs_fill_zplprops(const char *dataset, nvlist_t *createprops, in zfs_fill_zplprops() argument
[all …]