Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c3220 boolean_t fuids_ok, boolean_t sa_ok, nvlist_t *createprops, in zfs_fill_zplprops_impl() argument
3237 if (createprops) { in zfs_fill_zplprops_impl()
3238 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3240 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3242 (void) nvlist_remove_all(createprops, in zfs_fill_zplprops_impl()
3244 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3246 (void) nvlist_remove_all(createprops, in zfs_fill_zplprops_impl()
3248 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3250 (void) nvlist_remove_all(createprops, in zfs_fill_zplprops_impl()
3304 zfs_fill_zplprops(const char *dataset, nvlist_t *createprops, in zfs_fill_zplprops() argument
[all …]