• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/

Lines Matching refs:nvlist_t

253 extern int zpool_create(libzfs_handle_t *, const char *, nvlist_t *,
254 nvlist_t *, nvlist_t *);
256 extern int zpool_add(zpool_handle_t *, nvlist_t *);
272 nvlist_t *);
273 extern int zpool_clear(zpool_handle_t *, const char *, nvlist_t *);
283 const char *, nvlist_t *, int);
288 extern int zpool_vdev_split(zpool_handle_t *, char *, nvlist_t **, nvlist_t *,
295 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
297 extern nvlist_t *zpool_find_vdev_by_physpath(zpool_handle_t *, const char *,
378 extern zpool_status_t zpool_import_status(nvlist_t *, char **);
384 extern nvlist_t *zpool_get_config(zpool_handle_t *, nvlist_t **);
385 extern nvlist_t *zpool_get_features(zpool_handle_t *);
387 extern int zpool_get_errlog(zpool_handle_t *, nvlist_t **);
395 extern int zpool_import(libzfs_handle_t *, nvlist_t *, const char *,
397 extern int zpool_import_props(libzfs_handle_t *, nvlist_t *, const char *,
398 nvlist_t *, int);
399 extern void zpool_print_unsup_feat(nvlist_t *config);
414 nvlist_t *policy; /* load policy (max txg, rewind, etc.) */
417 extern nvlist_t *zpool_search_import(libzfs_handle_t *, importargs_t *);
419 nvlist_t **configp, importargs_t *args);
422 extern nvlist_t *zpool_find_import(libzfs_handle_t *, int, char **);
423 extern nvlist_t *zpool_find_import_cached(libzfs_handle_t *, const char *,
440 extern char *zpool_vdev_name(libzfs_handle_t *, zpool_handle_t *, nvlist_t *,
443 extern int zpool_get_history(zpool_handle_t *, nvlist_t **, uint64_t *,
446 nvlist_t ***, uint_t *);
452 nvlist_t *);
481 extern nvlist_t *zfs_valid_proplist(libzfs_handle_t *, zfs_type_t,
482 nvlist_t *, uint64_t, zfs_handle_t *, zpool_handle_t *, const char *);
486 extern int zfs_prop_set_list(zfs_handle_t *, nvlist_t *);
507 extern nvlist_t *zfs_get_user_props(zfs_handle_t *);
508 extern nvlist_t *zfs_get_recvd_props(zfs_handle_t *);
509 extern nvlist_t *zfs_get_clones_nvl(zfs_handle_t *);
615 nvlist_t *);
619 extern int zfs_destroy_snaps_nvl(libzfs_handle_t *, nvlist_t *, boolean_t);
620 extern int zfs_clone(zfs_handle_t *, const char *, nvlist_t *);
621 extern int zfs_snapshot(libzfs_handle_t *, const char *, boolean_t, nvlist_t *);
622 extern int zfs_snapshot_nvl(libzfs_handle_t *hdl, nvlist_t *snaps,
623 nvlist_t *props);
684 sendflags_t *, int, snapfilter_cb_t, void *, nvlist_t **);
688 extern nvlist_t *zfs_send_resume_token_to_nvlist(libzfs_handle_t *hdl,
694 extern int zfs_hold_nvl(zfs_handle_t *, int, nvlist_t *);
696 extern int zfs_get_holds(zfs_handle_t *, nvlist_t **);
697 extern uint64_t zvol_volsize_to_reservation(uint64_t, nvlist_t *);
705 extern int zfs_get_fsacl(zfs_handle_t *, nvlist_t **);
706 extern int zfs_set_fsacl(zfs_handle_t *, boolean_t, nvlist_t *);
743 extern int zfs_receive(libzfs_handle_t *, const char *, nvlist_t *,
833 extern int zpool_read_label(int, nvlist_t **);
834 extern int zpool_read_all_labels(int, nvlist_t **);