xref: /illumos-gate/usr/src/lib/libzfs/common/mapfile-vers (revision 591e0e133f9980083db5d64ac33a30bcc3382ff7)
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.
24*591e0e13SSebastien Roy# Copyright (c) 2011, 2017 by Delphix. All rights reserved.
258808ac5dSYuri Pankov# Copyright 2016 Nexenta Systems, Inc.
268808ac5dSYuri Pankov#
278808ac5dSYuri Pankov
28f808c858Sraf#
29bfed486aSAli Bahrami# MAPFILE HEADER START
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
32bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
33bfed486aSAli Bahrami#
34bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
37bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
38bfed486aSAli Bahrami#
39bfed486aSAli Bahrami# MAPFILE HEADER END
40bfed486aSAli Bahrami#
41bfed486aSAli Bahrami
42cd3e9333SAli Bahrami$mapfile_version 2
43cd3e9333SAli Bahrami
44cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
45f808c858Sraf    global:
46495db6fbSLori Alt	fletcher_2_native;
47495db6fbSLori Alt	fletcher_2_byteswap;
48495db6fbSLori Alt	fletcher_4_native;
49495db6fbSLori Alt	fletcher_4_byteswap;
50495db6fbSLori Alt	fletcher_4_incremental_native;
51495db6fbSLori Alt	fletcher_4_incremental_byteswap;
529d9a58e3SEric Taylor	libzfs_add_handle;
53f808c858Sraf	libzfs_errno;
54f808c858Sraf	libzfs_error_action;
55f808c858Sraf	libzfs_error_description;
56f808c858Sraf	libzfs_fini;
57069f55e2SEric Schrock	libzfs_fru_compare;
58069f55e2SEric Schrock	libzfs_fru_devpath;
59069f55e2SEric Schrock	libzfs_fru_lookup;
60069f55e2SEric Schrock	libzfs_fru_notself;
61069f55e2SEric Schrock	libzfs_fru_refresh;
62f808c858Sraf	libzfs_init;
63b2634b9cSEric Taylor	libzfs_mnttab_cache;
64f808c858Sraf	libzfs_print_on_error;
65ad135b5dSChristopher Siden	spa_feature_table;
66b7b97454Sperrin	zfs_allocatable_devs;
6799d5e173STim Haley	zfs_asprintf;
6878f17100SMatthew Ahrens	zfs_bookmark_exists;
69f808c858Sraf	zfs_clone;
70f808c858Sraf	zfs_close;
71f808c858Sraf	zfs_create;
727f1f55eaSvb160487	zfs_create_ancestors;
737f1f55eaSvb160487	zfs_dataset_exists;
74ecd6cf80Smarks	zfs_deleg_share_nfs;
75f808c858Sraf	zfs_destroy;
76f808c858Sraf	zfs_destroy_snaps;
7719b94df9SMatthew Ahrens	zfs_destroy_snaps_nvl;
78e9dbad6fSeschrock	zfs_expand_proplist;
79*591e0e13SSebastien Roy	zfs_foreach_mountpoint;
80f808c858Sraf	zfs_get_handle;
811af68beaSAlexander Stetsenko	zfs_get_holds;
822bcf0248SMax Grossman	zfs_get_hole_count;
83f808c858Sraf	zfs_get_name;
84d5b5bb25SRich Morris	zfs_get_pool_handle;
858808ac5dSYuri Pankov	zfs_get_pool_name;
86e9dbad6fSeschrock	zfs_get_user_props;
87f808c858Sraf	zfs_get_type;
8819b94df9SMatthew Ahrens	zfs_handle_dup;
893f9d6ad7SLin Ling	zfs_history_event_names;
90842727c2SChris Kirby	zfs_hold;
918a981c33SDaniel Hoffman	zfs_init_libshare_arg;
92f808c858Sraf	zfs_is_mounted;
93f808c858Sraf	zfs_is_shared;
94f3861e1aSahl	zfs_is_shared_nfs;
95da6c28aaSamw	zfs_is_shared_smb;
9678f17100SMatthew Ahrens	zfs_iter_bookmarks;
97f808c858Sraf	zfs_iter_children;
98f808c858Sraf	zfs_iter_dependents;
99f808c858Sraf	zfs_iter_filesystems;
100f808c858Sraf	zfs_iter_root;
101f808c858Sraf	zfs_iter_snapshots;
102ca45db41SChris Kirby	zfs_iter_snapshots_sorted;
10319b94df9SMatthew Ahrens	zfs_iter_snapspec;
104f808c858Sraf	zfs_mount;
105f808c858Sraf	zfs_name_to_prop;
106f808c858Sraf	zfs_name_valid;
107f808c858Sraf	zfs_nicenum;
108f808c858Sraf	zfs_nicestrtonum;
109f808c858Sraf	zfs_open;
1105aba80dbSck153898	zfs_path_to_zhandle;
111f808c858Sraf	zfs_promote;
112e9dbad6fSeschrock	zfs_prop_align_right;
113f808c858Sraf	zfs_prop_column_name;
114f808c858Sraf	zfs_prop_default_numeric;
115f808c858Sraf	zfs_prop_default_string;
116f808c858Sraf	zfs_prop_get;
117f808c858Sraf	zfs_prop_get_int;
118f808c858Sraf	zfs_prop_get_numeric;
11992241e0bSTom Erickson	zfs_prop_get_recvd;
12014843421SMatthew Ahrens	zfs_prop_get_table;
121edea4b55SLin Ling	zfs_prop_get_userquota_int;
12214843421SMatthew Ahrens	zfs_prop_get_userquota;
12319b94df9SMatthew Ahrens	zfs_prop_get_written_int;
12419b94df9SMatthew Ahrens	zfs_prop_get_written;
125f808c858Sraf	zfs_prop_inherit;
126f808c858Sraf	zfs_prop_inheritable;
12714843421SMatthew Ahrens	zfs_prop_init;
128f808c858Sraf	zfs_prop_is_string;
129f808c858Sraf	zfs_prop_readonly;
130f808c858Sraf	zfs_prop_set;
13130925561SChris Williamson	zfs_prop_set_list;
132e7437265Sahrens	zfs_prop_string_to_index;
133f808c858Sraf	zfs_prop_to_name;
134e9dbad6fSeschrock	zfs_prop_user;
13514843421SMatthew Ahrens	zfs_prop_userquota;
136f808c858Sraf	zfs_prop_valid_for_type;
137f808c858Sraf	zfs_prop_values;
13819b94df9SMatthew Ahrens	zfs_prop_written;
1392e5e9e19SSanjeev Bagewadi	zfs_prune_proplist;
140f808c858Sraf	zfs_receive;
141f808c858Sraf	zfs_refresh_properties;
142842727c2SChris Kirby	zfs_release;
1435cabbc6bSPrashanth Sreenivasa	zfs_remap_indirects;
144f808c858Sraf	zfs_rename;
145f808c858Sraf	zfs_rollback;
1464445fffbSMatthew Ahrens	zfs_save_arguments;
147f808c858Sraf	zfs_send;
14878f17100SMatthew Ahrens	zfs_send_one;
1499c3fd121SMatthew Ahrens	zfs_send_resume;
1509c3fd121SMatthew Ahrens	zfs_send_resume_token_to_nvlist;
151f808c858Sraf	zfs_share;
152da6c28aaSamw	zfs_shareall;
153f3861e1aSahl	zfs_share_nfs;
154da6c28aaSamw	zfs_share_smb;
15599d5e173STim Haley	zfs_show_diffs;
156743a77edSAlan Wright	zfs_smb_acl_add;
157743a77edSAlan Wright	zfs_smb_acl_purge;
158743a77edSAlan Wright	zfs_smb_acl_remove;
159743a77edSAlan Wright	zfs_smb_acl_rename;
160f808c858Sraf	zfs_snapshot;
1614445fffbSMatthew Ahrens	zfs_snapshot_nvl;
1627b97dc1aSrm160521	zfs_spa_version;
1630a586ceaSMark Shellenbaum	zfs_spa_version_map;
16478f17100SMatthew Ahrens	zfs_standard_error;
165f808c858Sraf	zfs_type_to_name;
1668a981c33SDaniel Hoffman	zfs_uninit_libshare;
167f808c858Sraf	zfs_unmount;
168f808c858Sraf	zfs_unmountall;
169f808c858Sraf	zfs_unshare;
170f3861e1aSahl	zfs_unshare_nfs;
171da6c28aaSamw	zfs_unshare_smb;
172da6c28aaSamw	zfs_unshareall;
173da6c28aaSamw	zfs_unshareall_bypath;
174f3861e1aSahl	zfs_unshareall_nfs;
175da6c28aaSamw	zfs_unshareall_smb;
17614843421SMatthew Ahrens	zfs_userspace;
177c61ea566SGeorge Wilson	zfs_valid_proplist;
1781af68beaSAlexander Stetsenko	zfs_get_fsacl;
1791af68beaSAlexander Stetsenko	zfs_set_fsacl;
18014843421SMatthew Ahrens	zfs_userquota_prop_prefixes;
1810a586ceaSMark Shellenbaum	zfs_zpl_version_map;
182f808c858Sraf	zpool_add;
18386714001SSerapheim Dimitropoulos	zpool_checkpoint;
184f808c858Sraf	zpool_clear;
185096d22d4SEric Schrock	zpool_clear_label;
186f808c858Sraf	zpool_close;
187f808c858Sraf	zpool_create;
188f808c858Sraf	zpool_destroy;
189f3861e1aSahl	zpool_disable_datasets;
19086714001SSerapheim Dimitropoulos	zpool_discard_checkpoint;
1919eb19f4dSGeorge Wilson	zpool_dump_ddt;
192f3861e1aSahl	zpool_enable_datasets;
193b1b8ab34Slling	zpool_expand_proplist;
194468c413aSTim Haley	zpool_explain_recover;
195f808c858Sraf	zpool_export;
196394ab0cbSGeorge Wilson	zpool_export_force;
197f808c858Sraf	zpool_find_import;
1982f8aaab3Seschrock	zpool_find_import_cached;
199f808c858Sraf	zpool_find_vdev;
200573ca77eSGeorge Wilson	zpool_find_vdev_by_physpath;
201069f55e2SEric Schrock	zpool_fru_set;
202f808c858Sraf	zpool_get_config;
203f808c858Sraf	zpool_get_errlog;
20457221772SChristopher Siden	zpool_get_features;
205f808c858Sraf	zpool_get_handle;
20606eeb2adSek110237	zpool_get_history;
207f808c858Sraf	zpool_get_name;
20819397407SSherry Moore	zpool_get_physpath;
209b1b8ab34Slling	zpool_get_prop;
2103d7072f8Seschrock	zpool_get_prop_int;
211f808c858Sraf	zpool_get_state;
212f808c858Sraf	zpool_get_status;
2138f18d1faSGeorge Wilson	zpool_history_unpack;
214f808c858Sraf	zpool_import;
215990b4856Slling	zpool_import_props;
216f808c858Sraf	zpool_import_status;
217f808c858Sraf	zpool_in_use;
218094e47e9SGeorge Wilson	zpool_initialize;
2194263d13fSGeorge Wilson	zpool_is_bootable;
220f808c858Sraf	zpool_iter;
2218488aeb5Staylor	zpool_label_disk;
2224445fffbSMatthew Ahrens	zpool_log_history;
223f808c858Sraf	zpool_mount_datasets;
224ecd6cf80Smarks	zpool_name_to_prop;
22555434c77Sek110237	zpool_obj_to_path;
226f808c858Sraf	zpool_open;
227f808c858Sraf	zpool_open_canfail;
2286401734dSWill Andrews	zpool_pool_state_to_name;
229ad135b5dSChristopher Siden	zpool_print_unsup_feat;
230990b4856Slling	zpool_prop_align_right;
231990b4856Slling	zpool_prop_column_name;
232ad135b5dSChristopher Siden	zpool_prop_feature;
233ad135b5dSChristopher Siden	zpool_prop_get_feature;
234990b4856Slling	zpool_prop_readonly;
235b1b8ab34Slling	zpool_prop_to_name;
236ad135b5dSChristopher Siden	zpool_prop_unsupported;
237b1b8ab34Slling	zpool_prop_values;
238f808c858Sraf	zpool_read_label;
239f808c858Sraf	zpool_refresh_stats;
240e9103aaeSGarrett D'Amore	zpool_reguid;
2414263d13fSGeorge Wilson	zpool_reopen;
2423f9d6ad7SLin Ling	zpool_scan;
243d41c4376SMark J Musante	zpool_search_import;
244b1b8ab34Slling	zpool_set_prop;
2458808ac5dSYuri Pankov	zpool_skip_pool;
246990b4856Slling	zpool_state_to_name;
247f808c858Sraf	zpool_unmount_datasets;
248f808c858Sraf	zpool_upgrade;
249f808c858Sraf	zpool_vdev_attach;
2503d7072f8Seschrock	zpool_vdev_clear;
2513d7072f8Seschrock	zpool_vdev_degrade;
252f808c858Sraf	zpool_vdev_detach;
2533d7072f8Seschrock	zpool_vdev_fault;
2545cabbc6bSPrashanth Sreenivasa	zpool_vdev_indirect_size;
255f808c858Sraf	zpool_vdev_name;
256f808c858Sraf	zpool_vdev_offline;
257f808c858Sraf	zpool_vdev_online;
258f808c858Sraf	zpool_vdev_remove;
2595cabbc6bSPrashanth Sreenivasa	zpool_vdev_remove_cancel;
2601195e687SMark J Musante	zpool_vdev_split;
261990b4856Slling	zprop_free_list;
262990b4856Slling	zprop_get_list;
263990b4856Slling	zprop_iter;
264990b4856Slling	zprop_print_one_property;
2654263d13fSGeorge Wilson	zprop_width;
266e7cbe64fSgw25295	zvol_check_dump_config;
267c1449561SEric Taylor	zvol_volsize_to_reservation;
268f808c858Sraf    local:
269f808c858Sraf	*;
270f808c858Sraf};
271