Lines Matching refs:nvlist_t
263 _LIBZFS_H int zpool_create(libzfs_handle_t *, const char *, nvlist_t *,
264 nvlist_t *, nvlist_t *);
266 _LIBZFS_H int zpool_add(zpool_handle_t *, nvlist_t *, boolean_t check_ashift);
296 nvlist_t *);
298 nvlist_t *);
299 _LIBZFS_H int zpool_trim(zpool_handle_t *, pool_trim_func_t, nvlist_t *,
302 _LIBZFS_H int zpool_clear(zpool_handle_t *, const char *, nvlist_t *);
316 const char *, nvlist_t *, int, boolean_t);
322 _LIBZFS_H int zpool_vdev_split(zpool_handle_t *, char *, nvlist_t **,
323 nvlist_t *, splitflags_t);
333 _LIBZFS_H nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
335 _LIBZFS_H nvlist_t *zpool_find_parent_vdev(zpool_handle_t *, const char *,
337 _LIBZFS_H nvlist_t *zpool_find_vdev_by_physpath(zpool_handle_t *, const char *,
341 _LIBZFS_H int zpool_prepare_disk(zpool_handle_t *zhp, nvlist_t *vdev_nv,
344 zpool_handle_t *, const char *, nvlist_t *vdev_nv, const char *prepare_str,
373 _LIBZFS_H int zpool_get_vdev_prop_value(nvlist_t *, vdev_prop_t, char *, char *,
378 nvlist_t **);
458 _LIBZFS_H zpool_status_t zpool_import_status(nvlist_t *, const char **,
464 _LIBZFS_H nvlist_t *zpool_get_config(zpool_handle_t *, nvlist_t **);
465 _LIBZFS_H nvlist_t *zpool_get_features(zpool_handle_t *);
467 _LIBZFS_H int zpool_get_errlog(zpool_handle_t *, nvlist_t **);
475 _LIBZFS_H int zpool_import(libzfs_handle_t *, nvlist_t *, const char *,
477 _LIBZFS_H int zpool_import_props(libzfs_handle_t *, nvlist_t *, const char *,
478 nvlist_t *, int);
479 _LIBZFS_H void zpool_collect_unsup_feat(nvlist_t *config, char *buf,
496 _LIBZFS_H char *zpool_vdev_name(libzfs_handle_t *, zpool_handle_t *, nvlist_t *,
499 _LIBZFS_H int zpool_get_history(zpool_handle_t *, nvlist_t **, uint64_t *,
501 _LIBZFS_H int zpool_events_next(libzfs_handle_t *, nvlist_t **, int *, unsigned,
511 nvlist_t *, char *, size_t);
544 _LIBZFS_H nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t,
545 nvlist_t *, uint64_t, zfs_handle_t *, zpool_handle_t *, boolean_t,
550 _LIBZFS_H int zfs_prop_set_list(zfs_handle_t *, nvlist_t *);
551 _LIBZFS_H int zfs_prop_set_list_flags(zfs_handle_t *, nvlist_t *, int);
573 _LIBZFS_H nvlist_t *zfs_get_all_props(zfs_handle_t *);
574 _LIBZFS_H nvlist_t *zfs_get_user_props(zfs_handle_t *);
575 _LIBZFS_H nvlist_t *zfs_get_recvd_props(zfs_handle_t *);
576 _LIBZFS_H nvlist_t *zfs_get_clones_nvl(zfs_handle_t *);
586 _LIBZFS_H int zfs_crypto_create(libzfs_handle_t *, char *, nvlist_t *,
587 nvlist_t *, boolean_t stdin_available, uint8_t **, uint_t *);
589 nvlist_t *);
593 _LIBZFS_H int zfs_crypto_rewrap(zfs_handle_t *, nvlist_t *, boolean_t);
643 _LIBZFS_H void zcmd_print_json(nvlist_t *);
676 nvlist_t *cb_jsobj;
685 nvlist_t *cb_proplist;
693 zprop_source_t, const char *, const char *, nvlist_t *, boolean_t);
697 const char *, nvlist_t *);
751 nvlist_t *);
755 _LIBZFS_H int zfs_destroy_snaps_nvl(libzfs_handle_t *, nvlist_t *, boolean_t);
756 _LIBZFS_H int zfs_destroy_snaps_nvl_os(libzfs_handle_t *, nvlist_t *);
757 _LIBZFS_H int zfs_clone(zfs_handle_t *, const char *, nvlist_t *);
759 nvlist_t *);
760 _LIBZFS_H int zfs_snapshot_nvl(libzfs_handle_t *hdl, nvlist_t *snaps,
761 nvlist_t *props);
836 sendflags_t *, int, snapfilter_cb_t, void *, nvlist_t **);
843 _LIBZFS_H nvlist_t *zfs_send_resume_token_to_nvlist(libzfs_handle_t *hdl,
849 _LIBZFS_H int zfs_hold_nvl(zfs_handle_t *, int, nvlist_t *);
852 _LIBZFS_H int zfs_get_holds(zfs_handle_t *, nvlist_t **);
854 nvlist_t *);
862 _LIBZFS_H int zfs_get_fsacl(zfs_handle_t *, nvlist_t **);
863 _LIBZFS_H int zfs_set_fsacl(zfs_handle_t *, boolean_t, nvlist_t *);
915 _LIBZFS_H int zfs_receive(libzfs_handle_t *, const char *, nvlist_t *,
1004 _LIBZFS_H nvlist_t *zfs_version_nvlist(void);
1016 _LIBZFS_H int zpool_set_bootenv(zpool_handle_t *, const nvlist_t *);
1017 _LIBZFS_H int zpool_get_bootenv(zpool_handle_t *, nvlist_t **);