xref: /illumos-gate/usr/src/lib/libzfs/common/mapfile-vers (revision d8ab6e129d75d7c3f21a7909bf811a3de65faea8)
1f808c858Sraf#
2f808c858Sraf# CDDL HEADER START
3f808c858Sraf#
4f808c858Sraf# The contents of this file are subject to the terms of the
5f808c858Sraf# Common Development and Distribution License (the "License").
6f808c858Sraf# You may not use this file except in compliance with the License.
7f808c858Sraf#
8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f808c858Sraf# or http://www.opensolaris.org/os/licensing.
10f808c858Sraf# See the License for the specific language governing permissions
11f808c858Sraf# and limitations under the License.
12f808c858Sraf#
13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each
14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the
16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying
17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
18f808c858Sraf#
19f808c858Sraf# CDDL HEADER END
20f808c858Sraf#
218808ac5dSYuri Pankov
228808ac5dSYuri Pankov#
233f9d6ad7SLin Ling# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
24591e0e13SSebastien Roy# Copyright (c) 2011, 2017 by Delphix. All rights reserved.
258808ac5dSYuri Pankov# Copyright 2016 Nexenta Systems, Inc.
26*d8ab6e12SDon Brady# Copyright 2020 Joyent, Inc.
278808ac5dSYuri Pankov#
288808ac5dSYuri Pankov
29f808c858Sraf#
30bfed486aSAli Bahrami# MAPFILE HEADER START
31bfed486aSAli Bahrami#
32bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
33bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
34bfed486aSAli Bahrami#
35bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
36bfed486aSAli Bahrami#
37bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
38bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
39bfed486aSAli Bahrami#
40bfed486aSAli Bahrami# MAPFILE HEADER END
41bfed486aSAli Bahrami#
42bfed486aSAli Bahrami
43cd3e9333SAli Bahrami$mapfile_version 2
44cd3e9333SAli Bahrami
45cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
46f808c858Sraf    global:
47495db6fbSLori Alt	fletcher_2_native;
48495db6fbSLori Alt	fletcher_2_byteswap;
49495db6fbSLori Alt	fletcher_4_native;
50495db6fbSLori Alt	fletcher_4_byteswap;
51495db6fbSLori Alt	fletcher_4_incremental_native;
52495db6fbSLori Alt	fletcher_4_incremental_byteswap;
539d9a58e3SEric Taylor	libzfs_add_handle;
54*d8ab6e12SDon Brady	libzfs_config_ops;
55f808c858Sraf	libzfs_errno;
56f808c858Sraf	libzfs_error_action;
57f808c858Sraf	libzfs_error_description;
58f808c858Sraf	libzfs_fini;
59069f55e2SEric Schrock	libzfs_fru_compare;
60069f55e2SEric Schrock	libzfs_fru_devpath;
61069f55e2SEric Schrock	libzfs_fru_lookup;
62069f55e2SEric Schrock	libzfs_fru_notself;
63069f55e2SEric Schrock	libzfs_fru_refresh;
64f808c858Sraf	libzfs_init;
65b2634b9cSEric Taylor	libzfs_mnttab_cache;
66f808c858Sraf	libzfs_print_on_error;
67ad135b5dSChristopher Siden	spa_feature_table;
68b7b97454Sperrin	zfs_allocatable_devs;
6999d5e173STim Haley	zfs_asprintf;
7078f17100SMatthew Ahrens	zfs_bookmark_exists;
71f808c858Sraf	zfs_clone;
72f808c858Sraf	zfs_close;
73f808c858Sraf	zfs_create;
747f1f55eaSvb160487	zfs_create_ancestors;
75eb633035STom Caputi	zfs_crypto_attempt_load_keys;
76eb633035STom Caputi	zfs_crypto_get_encryption_root;
77eb633035STom Caputi	zfs_crypto_load_key;
78eb633035STom Caputi	zfs_crypto_rewrap;
79eb633035STom Caputi	zfs_crypto_unload_key;
807f1f55eaSvb160487	zfs_dataset_exists;
81ecd6cf80Smarks	zfs_deleg_share_nfs;
82f808c858Sraf	zfs_destroy;
83f808c858Sraf	zfs_destroy_snaps;
8419b94df9SMatthew Ahrens	zfs_destroy_snaps_nvl;
85e9dbad6fSeschrock	zfs_expand_proplist;
86591e0e13SSebastien Roy	zfs_foreach_mountpoint;
87f808c858Sraf	zfs_get_handle;
881af68beaSAlexander Stetsenko	zfs_get_holds;
892bcf0248SMax Grossman	zfs_get_hole_count;
90f808c858Sraf	zfs_get_name;
91d5b5bb25SRich Morris	zfs_get_pool_handle;
928808ac5dSYuri Pankov	zfs_get_pool_name;
93e9dbad6fSeschrock	zfs_get_user_props;
94f808c858Sraf	zfs_get_type;
9519b94df9SMatthew Ahrens	zfs_handle_dup;
963f9d6ad7SLin Ling	zfs_history_event_names;
97842727c2SChris Kirby	zfs_hold;
988a981c33SDaniel Hoffman	zfs_init_libshare_arg;
99f808c858Sraf	zfs_is_mounted;
100f808c858Sraf	zfs_is_shared;
101f3861e1aSahl	zfs_is_shared_nfs;
102da6c28aaSamw	zfs_is_shared_smb;
10378f17100SMatthew Ahrens	zfs_iter_bookmarks;
104f808c858Sraf	zfs_iter_children;
105f808c858Sraf	zfs_iter_dependents;
106f808c858Sraf	zfs_iter_filesystems;
107f808c858Sraf	zfs_iter_root;
108f808c858Sraf	zfs_iter_snapshots;
109ca45db41SChris Kirby	zfs_iter_snapshots_sorted;
11019b94df9SMatthew Ahrens	zfs_iter_snapspec;
111f808c858Sraf	zfs_mount;
112f808c858Sraf	zfs_name_to_prop;
113f808c858Sraf	zfs_name_valid;
114f808c858Sraf	zfs_nicestrtonum;
115f808c858Sraf	zfs_open;
1165aba80dbSck153898	zfs_path_to_zhandle;
117f808c858Sraf	zfs_promote;
118e9dbad6fSeschrock	zfs_prop_align_right;
119f808c858Sraf	zfs_prop_column_name;
120f808c858Sraf	zfs_prop_default_numeric;
121f808c858Sraf	zfs_prop_default_string;
122f808c858Sraf	zfs_prop_get;
123f808c858Sraf	zfs_prop_get_int;
124f808c858Sraf	zfs_prop_get_numeric;
12592241e0bSTom Erickson	zfs_prop_get_recvd;
12614843421SMatthew Ahrens	zfs_prop_get_table;
127edea4b55SLin Ling	zfs_prop_get_userquota_int;
12814843421SMatthew Ahrens	zfs_prop_get_userquota;
12919b94df9SMatthew Ahrens	zfs_prop_get_written_int;
13019b94df9SMatthew Ahrens	zfs_prop_get_written;
131f808c858Sraf	zfs_prop_inherit;
132f808c858Sraf	zfs_prop_inheritable;
13314843421SMatthew Ahrens	zfs_prop_init;
134f808c858Sraf	zfs_prop_is_string;
135f808c858Sraf	zfs_prop_readonly;
136f808c858Sraf	zfs_prop_set;
13730925561SChris Williamson	zfs_prop_set_list;
138e7437265Sahrens	zfs_prop_string_to_index;
139f808c858Sraf	zfs_prop_to_name;
140e9dbad6fSeschrock	zfs_prop_user;
14114843421SMatthew Ahrens	zfs_prop_userquota;
142f808c858Sraf	zfs_prop_valid_for_type;
143f808c858Sraf	zfs_prop_values;
14419b94df9SMatthew Ahrens	zfs_prop_written;
1452e5e9e19SSanjeev Bagewadi	zfs_prune_proplist;
146f808c858Sraf	zfs_receive;
147f808c858Sraf	zfs_refresh_properties;
148842727c2SChris Kirby	zfs_release;
1495cabbc6bSPrashanth Sreenivasa	zfs_remap_indirects;
150f808c858Sraf	zfs_rename;
151f808c858Sraf	zfs_rollback;
1524445fffbSMatthew Ahrens	zfs_save_arguments;
153f808c858Sraf	zfs_send;
15478f17100SMatthew Ahrens	zfs_send_one;
1559c3fd121SMatthew Ahrens	zfs_send_resume;
1569c3fd121SMatthew Ahrens	zfs_send_resume_token_to_nvlist;
157f808c858Sraf	zfs_share;
158da6c28aaSamw	zfs_shareall;
159f3861e1aSahl	zfs_share_nfs;
160da6c28aaSamw	zfs_share_smb;
16199d5e173STim Haley	zfs_show_diffs;
162743a77edSAlan Wright	zfs_smb_acl_add;
163743a77edSAlan Wright	zfs_smb_acl_purge;
164743a77edSAlan Wright	zfs_smb_acl_remove;
165743a77edSAlan Wright	zfs_smb_acl_rename;
166f808c858Sraf	zfs_snapshot;
1674445fffbSMatthew Ahrens	zfs_snapshot_nvl;
1687b97dc1aSrm160521	zfs_spa_version;
1690a586ceaSMark Shellenbaum	zfs_spa_version_map;
17078f17100SMatthew Ahrens	zfs_standard_error;
171f808c858Sraf	zfs_type_to_name;
1728a981c33SDaniel Hoffman	zfs_uninit_libshare;
173f808c858Sraf	zfs_unmount;
174f808c858Sraf	zfs_unmountall;
175f808c858Sraf	zfs_unshare;
176f3861e1aSahl	zfs_unshare_nfs;
177da6c28aaSamw	zfs_unshare_smb;
178da6c28aaSamw	zfs_unshareall;
179da6c28aaSamw	zfs_unshareall_bypath;
180f3861e1aSahl	zfs_unshareall_nfs;
181da6c28aaSamw	zfs_unshareall_smb;
18214843421SMatthew Ahrens	zfs_userspace;
183c61ea566SGeorge Wilson	zfs_valid_proplist;
1841af68beaSAlexander Stetsenko	zfs_get_fsacl;
1851af68beaSAlexander Stetsenko	zfs_set_fsacl;
18614843421SMatthew Ahrens	zfs_userquota_prop_prefixes;
1870a586ceaSMark Shellenbaum	zfs_zpl_version_map;
188f808c858Sraf	zpool_add;
18986714001SSerapheim Dimitropoulos	zpool_checkpoint;
190f808c858Sraf	zpool_clear;
191096d22d4SEric Schrock	zpool_clear_label;
192f808c858Sraf	zpool_close;
193f808c858Sraf	zpool_create;
194f808c858Sraf	zpool_destroy;
195f3861e1aSahl	zpool_disable_datasets;
19686714001SSerapheim Dimitropoulos	zpool_discard_checkpoint;
197f3861e1aSahl	zpool_enable_datasets;
198b1b8ab34Slling	zpool_expand_proplist;
199468c413aSTim Haley	zpool_explain_recover;
200f808c858Sraf	zpool_export;
201394ab0cbSGeorge Wilson	zpool_export_force;
202f808c858Sraf	zpool_find_vdev;
203573ca77eSGeorge Wilson	zpool_find_vdev_by_physpath;
204069f55e2SEric Schrock	zpool_fru_set;
205f808c858Sraf	zpool_get_config;
206f808c858Sraf	zpool_get_errlog;
20757221772SChristopher Siden	zpool_get_features;
208f808c858Sraf	zpool_get_handle;
20906eeb2adSek110237	zpool_get_history;
210f808c858Sraf	zpool_get_name;
21119397407SSherry Moore	zpool_get_physpath;
212b1b8ab34Slling	zpool_get_prop;
2133d7072f8Seschrock	zpool_get_prop_int;
214f808c858Sraf	zpool_get_state;
215f808c858Sraf	zpool_get_status;
216f808c858Sraf	zpool_import;
217990b4856Slling	zpool_import_props;
218f808c858Sraf	zpool_import_status;
219f808c858Sraf	zpool_in_use;
220094e47e9SGeorge Wilson	zpool_initialize;
2214263d13fSGeorge Wilson	zpool_is_bootable;
222f808c858Sraf	zpool_iter;
2238488aeb5Staylor	zpool_label_disk;
2244445fffbSMatthew Ahrens	zpool_log_history;
225f808c858Sraf	zpool_mount_datasets;
226ecd6cf80Smarks	zpool_name_to_prop;
22755434c77Sek110237	zpool_obj_to_path;
228f808c858Sraf	zpool_open;
229f808c858Sraf	zpool_open_canfail;
2306401734dSWill Andrews	zpool_pool_state_to_name;
231ad135b5dSChristopher Siden	zpool_print_unsup_feat;
232990b4856Slling	zpool_prop_align_right;
233990b4856Slling	zpool_prop_column_name;
234ad135b5dSChristopher Siden	zpool_prop_feature;
235ad135b5dSChristopher Siden	zpool_prop_get_feature;
236990b4856Slling	zpool_prop_readonly;
237b1b8ab34Slling	zpool_prop_to_name;
238ad135b5dSChristopher Siden	zpool_prop_unsupported;
239b1b8ab34Slling	zpool_prop_values;
240f808c858Sraf	zpool_refresh_stats;
241e9103aaeSGarrett D'Amore	zpool_reguid;
2424263d13fSGeorge Wilson	zpool_reopen;
2433f9d6ad7SLin Ling	zpool_scan;
244b1b8ab34Slling	zpool_set_prop;
2458808ac5dSYuri Pankov	zpool_skip_pool;
246990b4856Slling	zpool_state_to_name;
2479c2acf00SAlek Pinchuk	zpool_sync_one;
248084fd14fSBrian Behlendorf	zpool_trim;
249f808c858Sraf	zpool_unmount_datasets;
250f808c858Sraf	zpool_upgrade;
251f808c858Sraf	zpool_vdev_attach;
2523d7072f8Seschrock	zpool_vdev_clear;
2533d7072f8Seschrock	zpool_vdev_degrade;
254f808c858Sraf	zpool_vdev_detach;
2553d7072f8Seschrock	zpool_vdev_fault;
2565cabbc6bSPrashanth Sreenivasa	zpool_vdev_indirect_size;
257f808c858Sraf	zpool_vdev_name;
258f808c858Sraf	zpool_vdev_offline;
259f808c858Sraf	zpool_vdev_online;
260f808c858Sraf	zpool_vdev_remove;
2615cabbc6bSPrashanth Sreenivasa	zpool_vdev_remove_cancel;
2621195e687SMark J Musante	zpool_vdev_split;
263990b4856Slling	zprop_free_list;
264990b4856Slling	zprop_get_list;
265990b4856Slling	zprop_iter;
266990b4856Slling	zprop_print_one_property;
2674263d13fSGeorge Wilson	zprop_width;
268e7cbe64fSgw25295	zvol_check_dump_config;
269c1449561SEric Taylor	zvol_volsize_to_reservation;
270f808c858Sraf    local:
271f808c858Sraf	*;
272f808c858Sraf};
273