xref: /illumos-gate/usr/src/lib/libzfs/common/mapfile-vers (revision 590e0b5da08d7261161e979afc4bf4aa0f543574)
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.
26d8ab6e12SDon 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;
500886dcadSAndy Fiddaman	fletcher_4_init;
510886dcadSAndy Fiddaman	fletcher_4_fini;
52495db6fbSLori Alt	fletcher_4_byteswap;
53495db6fbSLori Alt	fletcher_4_incremental_native;
54495db6fbSLori Alt	fletcher_4_incremental_byteswap;
559d9a58e3SEric Taylor	libzfs_add_handle;
568222814eSRichard Lowe	libzfs_config_ops		{
578222814eSRichard Lowe					  ASSERT = {
588222814eSRichard Lowe						  TYPE = OBJECT;
598222814eSRichard Lowe						  SIZE = addrsize[2];
608222814eSRichard Lowe						};
618222814eSRichard Lowe					};
62f808c858Sraf	libzfs_errno;
63f808c858Sraf	libzfs_error_action;
64f808c858Sraf	libzfs_error_description;
65f808c858Sraf	libzfs_fini;
66069f55e2SEric Schrock	libzfs_fru_compare;
67069f55e2SEric Schrock	libzfs_fru_devpath;
68069f55e2SEric Schrock	libzfs_fru_lookup;
69069f55e2SEric Schrock	libzfs_fru_notself;
70069f55e2SEric Schrock	libzfs_fru_refresh;
71f808c858Sraf	libzfs_init;
72b2634b9cSEric Taylor	libzfs_mnttab_cache;
73f808c858Sraf	libzfs_print_on_error;
74*590e0b5dSPaul Dagnelie$if _ELF64
758222814eSRichard Lowe	spa_feature_table		{
768222814eSRichard Lowe					  ASSERT = {
778222814eSRichard Lowe						  TYPE = OBJECT;
788222814eSRichard Lowe						  SIZE = addrsize[162];
798222814eSRichard Lowe						};
808222814eSRichard Lowe					};
81*590e0b5dSPaul Dagnelie$elif _ELF32
82*590e0b5dSPaul Dagnelie	spa_feature_table		{
83*590e0b5dSPaul Dagnelie					  ASSERT = {
84*590e0b5dSPaul Dagnelie						  TYPE = OBJECT;
85*590e0b5dSPaul Dagnelie						  SIZE = addrsize[189];
86*590e0b5dSPaul Dagnelie						};
87*590e0b5dSPaul Dagnelie					};
88*590e0b5dSPaul Dagnelie$else
89*590e0b5dSPaul Dagnelie$error unknown ELFCLASS
90*590e0b5dSPaul Dagnelie$endif
91b7b97454Sperrin	zfs_allocatable_devs;
9299d5e173STim Haley	zfs_asprintf;
9378f17100SMatthew Ahrens	zfs_bookmark_exists;
94f808c858Sraf	zfs_clone;
95f808c858Sraf	zfs_close;
96f808c858Sraf	zfs_create;
977f1f55eaSvb160487	zfs_create_ancestors;
98eb633035STom Caputi	zfs_crypto_attempt_load_keys;
99eb633035STom Caputi	zfs_crypto_get_encryption_root;
100eb633035STom Caputi	zfs_crypto_load_key;
101eb633035STom Caputi	zfs_crypto_rewrap;
102eb633035STom Caputi	zfs_crypto_unload_key;
1037f1f55eaSvb160487	zfs_dataset_exists;
104ecd6cf80Smarks	zfs_deleg_share_nfs;
105f808c858Sraf	zfs_destroy;
106f808c858Sraf	zfs_destroy_snaps;
10719b94df9SMatthew Ahrens	zfs_destroy_snaps_nvl;
108e9dbad6fSeschrock	zfs_expand_proplist;
109591e0e13SSebastien Roy	zfs_foreach_mountpoint;
110f808c858Sraf	zfs_get_handle;
1111af68beaSAlexander Stetsenko	zfs_get_holds;
1122bcf0248SMax Grossman	zfs_get_hole_count;
113f808c858Sraf	zfs_get_name;
114d5b5bb25SRich Morris	zfs_get_pool_handle;
1158808ac5dSYuri Pankov	zfs_get_pool_name;
116e9dbad6fSeschrock	zfs_get_user_props;
117f808c858Sraf	zfs_get_type;
11819b94df9SMatthew Ahrens	zfs_handle_dup;
1198222814eSRichard Lowe	zfs_history_event_names		{
1208222814eSRichard Lowe					  ASSERT = {
1218222814eSRichard Lowe						  TYPE = OBJECT;
1228222814eSRichard Lowe						  SIZE = addrsize[41];
1238222814eSRichard Lowe						};
1248222814eSRichard Lowe					};
125842727c2SChris Kirby	zfs_hold;
1268a981c33SDaniel Hoffman	zfs_init_libshare_arg;
127f808c858Sraf	zfs_is_mounted;
128f808c858Sraf	zfs_is_shared;
129f3861e1aSahl	zfs_is_shared_nfs;
130da6c28aaSamw	zfs_is_shared_smb;
13178f17100SMatthew Ahrens	zfs_iter_bookmarks;
132f808c858Sraf	zfs_iter_children;
133f808c858Sraf	zfs_iter_dependents;
134f808c858Sraf	zfs_iter_filesystems;
135f808c858Sraf	zfs_iter_root;
136f808c858Sraf	zfs_iter_snapshots;
137ca45db41SChris Kirby	zfs_iter_snapshots_sorted;
13819b94df9SMatthew Ahrens	zfs_iter_snapspec;
139f808c858Sraf	zfs_mount;
140f808c858Sraf	zfs_name_to_prop;
141f808c858Sraf	zfs_name_valid;
142f808c858Sraf	zfs_nicestrtonum;
143f808c858Sraf	zfs_open;
1445aba80dbSck153898	zfs_path_to_zhandle;
145f808c858Sraf	zfs_promote;
146e9dbad6fSeschrock	zfs_prop_align_right;
147f808c858Sraf	zfs_prop_column_name;
148f808c858Sraf	zfs_prop_default_numeric;
149f808c858Sraf	zfs_prop_default_string;
150f808c858Sraf	zfs_prop_get;
151f808c858Sraf	zfs_prop_get_int;
152f808c858Sraf	zfs_prop_get_numeric;
15392241e0bSTom Erickson	zfs_prop_get_recvd;
15414843421SMatthew Ahrens	zfs_prop_get_table;
155edea4b55SLin Ling	zfs_prop_get_userquota_int;
15614843421SMatthew Ahrens	zfs_prop_get_userquota;
15719b94df9SMatthew Ahrens	zfs_prop_get_written_int;
15819b94df9SMatthew Ahrens	zfs_prop_get_written;
159f808c858Sraf	zfs_prop_inherit;
160f808c858Sraf	zfs_prop_inheritable;
16114843421SMatthew Ahrens	zfs_prop_init;
162f808c858Sraf	zfs_prop_is_string;
163f808c858Sraf	zfs_prop_readonly;
164f808c858Sraf	zfs_prop_set;
16530925561SChris Williamson	zfs_prop_set_list;
166e7437265Sahrens	zfs_prop_string_to_index;
167f808c858Sraf	zfs_prop_to_name;
168e9dbad6fSeschrock	zfs_prop_user;
16914843421SMatthew Ahrens	zfs_prop_userquota;
170f808c858Sraf	zfs_prop_valid_for_type;
171f808c858Sraf	zfs_prop_values;
17219b94df9SMatthew Ahrens	zfs_prop_written;
1732e5e9e19SSanjeev Bagewadi	zfs_prune_proplist;
174f808c858Sraf	zfs_receive;
175f808c858Sraf	zfs_refresh_properties;
176842727c2SChris Kirby	zfs_release;
1775cabbc6bSPrashanth Sreenivasa	zfs_remap_indirects;
178f808c858Sraf	zfs_rename;
179f808c858Sraf	zfs_rollback;
1804445fffbSMatthew Ahrens	zfs_save_arguments;
181f808c858Sraf	zfs_send;
18278f17100SMatthew Ahrens	zfs_send_one;
1839c3fd121SMatthew Ahrens	zfs_send_resume;
1849c3fd121SMatthew Ahrens	zfs_send_resume_token_to_nvlist;
185f808c858Sraf	zfs_share;
186da6c28aaSamw	zfs_shareall;
187f3861e1aSahl	zfs_share_nfs;
188da6c28aaSamw	zfs_share_smb;
18999d5e173STim Haley	zfs_show_diffs;
190743a77edSAlan Wright	zfs_smb_acl_add;
191743a77edSAlan Wright	zfs_smb_acl_purge;
192743a77edSAlan Wright	zfs_smb_acl_remove;
193743a77edSAlan Wright	zfs_smb_acl_rename;
194f808c858Sraf	zfs_snapshot;
1954445fffbSMatthew Ahrens	zfs_snapshot_nvl;
1967b97dc1aSrm160521	zfs_spa_version;
1970a586ceaSMark Shellenbaum	zfs_spa_version_map;
19878f17100SMatthew Ahrens	zfs_standard_error;
199f808c858Sraf	zfs_type_to_name;
2008a981c33SDaniel Hoffman	zfs_uninit_libshare;
201f808c858Sraf	zfs_unmount;
202f808c858Sraf	zfs_unmountall;
203f808c858Sraf	zfs_unshare;
204f3861e1aSahl	zfs_unshare_nfs;
205da6c28aaSamw	zfs_unshare_smb;
206da6c28aaSamw	zfs_unshareall;
207da6c28aaSamw	zfs_unshareall_bypath;
208f3861e1aSahl	zfs_unshareall_nfs;
209da6c28aaSamw	zfs_unshareall_smb;
21014843421SMatthew Ahrens	zfs_userspace;
211c61ea566SGeorge Wilson	zfs_valid_proplist;
2121af68beaSAlexander Stetsenko	zfs_get_fsacl;
2131af68beaSAlexander Stetsenko	zfs_set_fsacl;
2148222814eSRichard Lowe	zfs_userquota_prop_prefixes	{
2158222814eSRichard Lowe					  ASSERT = {
2168222814eSRichard Lowe						  TYPE = OBJECT;
2178222814eSRichard Lowe						  SIZE = addrsize[12];
2188222814eSRichard Lowe						};
2198222814eSRichard Lowe					};
2200a586ceaSMark Shellenbaum	zfs_zpl_version_map;
221f808c858Sraf	zpool_add;
22286714001SSerapheim Dimitropoulos	zpool_checkpoint;
223f808c858Sraf	zpool_clear;
224096d22d4SEric Schrock	zpool_clear_label;
225f808c858Sraf	zpool_close;
226f808c858Sraf	zpool_create;
227f808c858Sraf	zpool_destroy;
228f3861e1aSahl	zpool_disable_datasets;
22986714001SSerapheim Dimitropoulos	zpool_discard_checkpoint;
230f3861e1aSahl	zpool_enable_datasets;
231b1b8ab34Slling	zpool_expand_proplist;
232468c413aSTim Haley	zpool_explain_recover;
233f808c858Sraf	zpool_export;
234394ab0cbSGeorge Wilson	zpool_export_force;
235f808c858Sraf	zpool_find_vdev;
236573ca77eSGeorge Wilson	zpool_find_vdev_by_physpath;
237069f55e2SEric Schrock	zpool_fru_set;
238c4ecba8aSPaul Dagnelie	zpool_get_bootenv;
239f808c858Sraf	zpool_get_config;
240f808c858Sraf	zpool_get_errlog;
24157221772SChristopher Siden	zpool_get_features;
242f808c858Sraf	zpool_get_handle;
24306eeb2adSek110237	zpool_get_history;
244f808c858Sraf	zpool_get_name;
24519397407SSherry Moore	zpool_get_physpath;
246b1b8ab34Slling	zpool_get_prop;
2473d7072f8Seschrock	zpool_get_prop_int;
248f808c858Sraf	zpool_get_state;
249f808c858Sraf	zpool_get_status;
250f808c858Sraf	zpool_import;
251990b4856Slling	zpool_import_props;
252f808c858Sraf	zpool_import_status;
253f808c858Sraf	zpool_in_use;
254094e47e9SGeorge Wilson	zpool_initialize;
2554263d13fSGeorge Wilson	zpool_is_bootable;
256f808c858Sraf	zpool_iter;
2578488aeb5Staylor	zpool_label_disk;
2584445fffbSMatthew Ahrens	zpool_log_history;
259f808c858Sraf	zpool_mount_datasets;
260ecd6cf80Smarks	zpool_name_to_prop;
26155434c77Sek110237	zpool_obj_to_path;
262f808c858Sraf	zpool_open;
263f808c858Sraf	zpool_open_canfail;
2646401734dSWill Andrews	zpool_pool_state_to_name;
265ad135b5dSChristopher Siden	zpool_print_unsup_feat;
266990b4856Slling	zpool_prop_align_right;
267990b4856Slling	zpool_prop_column_name;
268ad135b5dSChristopher Siden	zpool_prop_feature;
269ad135b5dSChristopher Siden	zpool_prop_get_feature;
270990b4856Slling	zpool_prop_readonly;
271b1b8ab34Slling	zpool_prop_to_name;
272ad135b5dSChristopher Siden	zpool_prop_unsupported;
273b1b8ab34Slling	zpool_prop_values;
274f808c858Sraf	zpool_refresh_stats;
275e9103aaeSGarrett D'Amore	zpool_reguid;
2764263d13fSGeorge Wilson	zpool_reopen;
2773f9d6ad7SLin Ling	zpool_scan;
278c4ecba8aSPaul Dagnelie	zpool_set_bootenv;
279b1b8ab34Slling	zpool_set_prop;
2808808ac5dSYuri Pankov	zpool_skip_pool;
281990b4856Slling	zpool_state_to_name;
2829c2acf00SAlek Pinchuk	zpool_sync_one;
283084fd14fSBrian Behlendorf	zpool_trim;
284f808c858Sraf	zpool_unmount_datasets;
285f808c858Sraf	zpool_upgrade;
286f808c858Sraf	zpool_vdev_attach;
2873d7072f8Seschrock	zpool_vdev_clear;
2883d7072f8Seschrock	zpool_vdev_degrade;
289f808c858Sraf	zpool_vdev_detach;
2903d7072f8Seschrock	zpool_vdev_fault;
2915cabbc6bSPrashanth Sreenivasa	zpool_vdev_indirect_size;
292f808c858Sraf	zpool_vdev_name;
293f808c858Sraf	zpool_vdev_offline;
294f808c858Sraf	zpool_vdev_online;
295b4fb0039SJoshua M. Clulow	zpool_vdev_refresh_path;
296f808c858Sraf	zpool_vdev_remove;
2975cabbc6bSPrashanth Sreenivasa	zpool_vdev_remove_cancel;
2981195e687SMark J Musante	zpool_vdev_split;
299990b4856Slling	zprop_free_list;
300990b4856Slling	zprop_get_list;
301990b4856Slling	zprop_iter;
302990b4856Slling	zprop_print_one_property;
3034263d13fSGeorge Wilson	zprop_width;
304e7cbe64fSgw25295	zvol_check_dump_config;
305c1449561SEric Taylor	zvol_volsize_to_reservation;
306f808c858Sraf    local:
307f808c858Sraf	*;
308f808c858Sraf};
309