Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c3328 boolean_t fuids_ok, boolean_t sa_ok, nvlist_t *createprops, in zfs_fill_zplprops_impl() argument
3345 if (createprops) { in zfs_fill_zplprops_impl()
3346 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3348 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3350 (void) nvlist_remove_all(createprops, in zfs_fill_zplprops_impl()
3352 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3354 (void) nvlist_remove_all(createprops, in zfs_fill_zplprops_impl()
3356 (void) nvlist_lookup_uint64(createprops, in zfs_fill_zplprops_impl()
3358 (void) nvlist_remove_all(createprops, in zfs_fill_zplprops_impl()
3412 zfs_fill_zplprops(const char *dataset, nvlist_t *createprops, in zfs_fill_zplprops() argument
[all …]