xref: /illumos-gate/usr/src/lib/libzfs/common/mapfile-vers (revision 590e0b5da08d7261161e979afc4bf4aa0f543574)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright (c) 2011, 2017 by Delphix. All rights reserved.
25# Copyright 2016 Nexenta Systems, Inc.
26# Copyright 2020 Joyent, Inc.
27#
28
29#
30# MAPFILE HEADER START
31#
32# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
33# Object versioning must comply with the rules detailed in
34#
35#	usr/src/lib/README.mapfiles
36#
37# You should not be making modifications here until you've read the most current
38# copy of that file. If you need help, contact a gatekeeper for guidance.
39#
40# MAPFILE HEADER END
41#
42
43$mapfile_version 2
44
45SYMBOL_VERSION SUNWprivate_1.1 {
46    global:
47	fletcher_2_native;
48	fletcher_2_byteswap;
49	fletcher_4_native;
50	fletcher_4_init;
51	fletcher_4_fini;
52	fletcher_4_byteswap;
53	fletcher_4_incremental_native;
54	fletcher_4_incremental_byteswap;
55	libzfs_add_handle;
56	libzfs_config_ops		{
57					  ASSERT = {
58						  TYPE = OBJECT;
59						  SIZE = addrsize[2];
60						};
61					};
62	libzfs_errno;
63	libzfs_error_action;
64	libzfs_error_description;
65	libzfs_fini;
66	libzfs_fru_compare;
67	libzfs_fru_devpath;
68	libzfs_fru_lookup;
69	libzfs_fru_notself;
70	libzfs_fru_refresh;
71	libzfs_init;
72	libzfs_mnttab_cache;
73	libzfs_print_on_error;
74$if _ELF64
75	spa_feature_table		{
76					  ASSERT = {
77						  TYPE = OBJECT;
78						  SIZE = addrsize[162];
79						};
80					};
81$elif _ELF32
82	spa_feature_table		{
83					  ASSERT = {
84						  TYPE = OBJECT;
85						  SIZE = addrsize[189];
86						};
87					};
88$else
89$error unknown ELFCLASS
90$endif
91	zfs_allocatable_devs;
92	zfs_asprintf;
93	zfs_bookmark_exists;
94	zfs_clone;
95	zfs_close;
96	zfs_create;
97	zfs_create_ancestors;
98	zfs_crypto_attempt_load_keys;
99	zfs_crypto_get_encryption_root;
100	zfs_crypto_load_key;
101	zfs_crypto_rewrap;
102	zfs_crypto_unload_key;
103	zfs_dataset_exists;
104	zfs_deleg_share_nfs;
105	zfs_destroy;
106	zfs_destroy_snaps;
107	zfs_destroy_snaps_nvl;
108	zfs_expand_proplist;
109	zfs_foreach_mountpoint;
110	zfs_get_handle;
111	zfs_get_holds;
112	zfs_get_hole_count;
113	zfs_get_name;
114	zfs_get_pool_handle;
115	zfs_get_pool_name;
116	zfs_get_user_props;
117	zfs_get_type;
118	zfs_handle_dup;
119	zfs_history_event_names		{
120					  ASSERT = {
121						  TYPE = OBJECT;
122						  SIZE = addrsize[41];
123						};
124					};
125	zfs_hold;
126	zfs_init_libshare_arg;
127	zfs_is_mounted;
128	zfs_is_shared;
129	zfs_is_shared_nfs;
130	zfs_is_shared_smb;
131	zfs_iter_bookmarks;
132	zfs_iter_children;
133	zfs_iter_dependents;
134	zfs_iter_filesystems;
135	zfs_iter_root;
136	zfs_iter_snapshots;
137	zfs_iter_snapshots_sorted;
138	zfs_iter_snapspec;
139	zfs_mount;
140	zfs_name_to_prop;
141	zfs_name_valid;
142	zfs_nicestrtonum;
143	zfs_open;
144	zfs_path_to_zhandle;
145	zfs_promote;
146	zfs_prop_align_right;
147	zfs_prop_column_name;
148	zfs_prop_default_numeric;
149	zfs_prop_default_string;
150	zfs_prop_get;
151	zfs_prop_get_int;
152	zfs_prop_get_numeric;
153	zfs_prop_get_recvd;
154	zfs_prop_get_table;
155	zfs_prop_get_userquota_int;
156	zfs_prop_get_userquota;
157	zfs_prop_get_written_int;
158	zfs_prop_get_written;
159	zfs_prop_inherit;
160	zfs_prop_inheritable;
161	zfs_prop_init;
162	zfs_prop_is_string;
163	zfs_prop_readonly;
164	zfs_prop_set;
165	zfs_prop_set_list;
166	zfs_prop_string_to_index;
167	zfs_prop_to_name;
168	zfs_prop_user;
169	zfs_prop_userquota;
170	zfs_prop_valid_for_type;
171	zfs_prop_values;
172	zfs_prop_written;
173	zfs_prune_proplist;
174	zfs_receive;
175	zfs_refresh_properties;
176	zfs_release;
177	zfs_remap_indirects;
178	zfs_rename;
179	zfs_rollback;
180	zfs_save_arguments;
181	zfs_send;
182	zfs_send_one;
183	zfs_send_resume;
184	zfs_send_resume_token_to_nvlist;
185	zfs_share;
186	zfs_shareall;
187	zfs_share_nfs;
188	zfs_share_smb;
189	zfs_show_diffs;
190	zfs_smb_acl_add;
191	zfs_smb_acl_purge;
192	zfs_smb_acl_remove;
193	zfs_smb_acl_rename;
194	zfs_snapshot;
195	zfs_snapshot_nvl;
196	zfs_spa_version;
197	zfs_spa_version_map;
198	zfs_standard_error;
199	zfs_type_to_name;
200	zfs_uninit_libshare;
201	zfs_unmount;
202	zfs_unmountall;
203	zfs_unshare;
204	zfs_unshare_nfs;
205	zfs_unshare_smb;
206	zfs_unshareall;
207	zfs_unshareall_bypath;
208	zfs_unshareall_nfs;
209	zfs_unshareall_smb;
210	zfs_userspace;
211	zfs_valid_proplist;
212	zfs_get_fsacl;
213	zfs_set_fsacl;
214	zfs_userquota_prop_prefixes	{
215					  ASSERT = {
216						  TYPE = OBJECT;
217						  SIZE = addrsize[12];
218						};
219					};
220	zfs_zpl_version_map;
221	zpool_add;
222	zpool_checkpoint;
223	zpool_clear;
224	zpool_clear_label;
225	zpool_close;
226	zpool_create;
227	zpool_destroy;
228	zpool_disable_datasets;
229	zpool_discard_checkpoint;
230	zpool_enable_datasets;
231	zpool_expand_proplist;
232	zpool_explain_recover;
233	zpool_export;
234	zpool_export_force;
235	zpool_find_vdev;
236	zpool_find_vdev_by_physpath;
237	zpool_fru_set;
238	zpool_get_bootenv;
239	zpool_get_config;
240	zpool_get_errlog;
241	zpool_get_features;
242	zpool_get_handle;
243	zpool_get_history;
244	zpool_get_name;
245	zpool_get_physpath;
246	zpool_get_prop;
247	zpool_get_prop_int;
248	zpool_get_state;
249	zpool_get_status;
250	zpool_import;
251	zpool_import_props;
252	zpool_import_status;
253	zpool_in_use;
254	zpool_initialize;
255	zpool_is_bootable;
256	zpool_iter;
257	zpool_label_disk;
258	zpool_log_history;
259	zpool_mount_datasets;
260	zpool_name_to_prop;
261	zpool_obj_to_path;
262	zpool_open;
263	zpool_open_canfail;
264	zpool_pool_state_to_name;
265	zpool_print_unsup_feat;
266	zpool_prop_align_right;
267	zpool_prop_column_name;
268	zpool_prop_feature;
269	zpool_prop_get_feature;
270	zpool_prop_readonly;
271	zpool_prop_to_name;
272	zpool_prop_unsupported;
273	zpool_prop_values;
274	zpool_refresh_stats;
275	zpool_reguid;
276	zpool_reopen;
277	zpool_scan;
278	zpool_set_bootenv;
279	zpool_set_prop;
280	zpool_skip_pool;
281	zpool_state_to_name;
282	zpool_sync_one;
283	zpool_trim;
284	zpool_unmount_datasets;
285	zpool_upgrade;
286	zpool_vdev_attach;
287	zpool_vdev_clear;
288	zpool_vdev_degrade;
289	zpool_vdev_detach;
290	zpool_vdev_fault;
291	zpool_vdev_indirect_size;
292	zpool_vdev_name;
293	zpool_vdev_offline;
294	zpool_vdev_online;
295	zpool_vdev_refresh_path;
296	zpool_vdev_remove;
297	zpool_vdev_remove_cancel;
298	zpool_vdev_split;
299	zprop_free_list;
300	zprop_get_list;
301	zprop_iter;
302	zprop_print_one_property;
303	zprop_width;
304	zvol_check_dump_config;
305	zvol_volsize_to_reservation;
306    local:
307	*;
308};
309