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
208808ac5dSYuri Pankov#
218808ac5dSYuri Pankov
22f808c858Sraf#
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
29bfed486aSAli Bahrami#
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;
50*0886dcadSAndy Fiddaman	fletcher_4_init;
51*0886dcadSAndy 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;
748222814eSRichard Lowe	spa_feature_table		{
758222814eSRichard Lowe					  ASSERT = {
768222814eSRichard Lowe						  TYPE = OBJECT;
778222814eSRichard Lowe						  SIZE = addrsize[162];
788222814eSRichard Lowe						};
798222814eSRichard Lowe					};
80b7b97454Sperrin	zfs_allocatable_devs;
8199d5e173STim Haley	zfs_asprintf;
8278f17100SMatthew Ahrens	zfs_bookmark_exists;
83f808c858Sraf	zfs_clone;
84f808c858Sraf	zfs_close;
85f808c858Sraf	zfs_create;
867f1f55eaSvb	zfs_create_ancestors;
87eb633035STom Caputi	zfs_crypto_attempt_load_keys;
88eb633035STom Caputi	zfs_crypto_get_encryption_root;
89eb633035STom Caputi	zfs_crypto_load_key;
90eb633035STom Caputi	zfs_crypto_rewrap;
91eb633035STom Caputi	zfs_crypto_unload_key;
927f1f55eaSvb	zfs_dataset_exists;
93ecd6cf80Smarks	zfs_deleg_share_nfs;
94f808c858Sraf	zfs_destroy;
95f808c858Sraf	zfs_destroy_snaps;
9619b94df9SMatthew Ahrens	zfs_destroy_snaps_nvl;
97e9dbad6fSeschrock	zfs_expand_proplist;
98591e0e13SSebastien Roy	zfs_foreach_mountpoint;
99f808c858Sraf	zfs_get_handle;
1001af68beaSAlexander Stetsenko	zfs_get_holds;
1012bcf0248SMax Grossman	zfs_get_hole_count;
102f808c858Sraf	zfs_get_name;
103d5b5bb25SRich Morris	zfs_get_pool_handle;
1048808ac5dSYuri Pankov	zfs_get_pool_name;
105e9dbad6fSeschrock	zfs_get_user_props;
106f808c858Sraf	zfs_get_type;
10719b94df9SMatthew Ahrens	zfs_handle_dup;
1088222814eSRichard Lowe	zfs_history_event_names		{
1098222814eSRichard Lowe					  ASSERT = {
1108222814eSRichard Lowe						  TYPE = OBJECT;
1118222814eSRichard Lowe						  SIZE = addrsize[41];
1128222814eSRichard Lowe						};
1138222814eSRichard Lowe					};
114842727c2SChris Kirby	zfs_hold;
1158a981c33SDaniel Hoffman	zfs_init_libshare_arg;
116f808c858Sraf	zfs_is_mounted;
117f808c858Sraf	zfs_is_shared;
118f3861e1aSahl	zfs_is_shared_nfs;
119da6c28aaSamw	zfs_is_shared_smb;
12078f17100SMatthew Ahrens	zfs_iter_bookmarks;
121f808c858Sraf	zfs_iter_children;
122f808c858Sraf	zfs_iter_dependents;
123f808c858Sraf	zfs_iter_filesystems;
124f808c858Sraf	zfs_iter_root;
125f808c858Sraf	zfs_iter_snapshots;
126ca45db41SChris Kirby	zfs_iter_snapshots_sorted;
12719b94df9SMatthew Ahrens	zfs_iter_snapspec;
128f808c858Sraf	zfs_mount;
129f808c858Sraf	zfs_name_to_prop;
130f808c858Sraf	zfs_name_valid;
131f808c858Sraf	zfs_nicestrtonum;
132f808c858Sraf	zfs_open;
1335aba80dbSck	zfs_path_to_zhandle;
134f808c858Sraf	zfs_promote;
135e9dbad6fSeschrock	zfs_prop_align_right;
136f808c858Sraf	zfs_prop_column_name;
137f808c858Sraf	zfs_prop_default_numeric;
138f808c858Sraf	zfs_prop_default_string;
139f808c858Sraf	zfs_prop_get;
140f808c858Sraf	zfs_prop_get_int;
141f808c858Sraf	zfs_prop_get_numeric;
14292241e0bSTom Erickson	zfs_prop_get_recvd;
14314843421SMatthew Ahrens	zfs_prop_get_table;
144edea4b55SLin Ling	zfs_prop_get_userquota_int;
14514843421SMatthew Ahrens	zfs_prop_get_userquota;
14619b94df9SMatthew Ahrens	zfs_prop_get_written_int;
14719b94df9SMatthew Ahrens	zfs_prop_get_written;
148f808c858Sraf	zfs_prop_inherit;
149f808c858Sraf	zfs_prop_inheritable;
15014843421SMatthew Ahrens	zfs_prop_init;
151f808c858Sraf	zfs_prop_is_string;
152f808c858Sraf	zfs_prop_readonly;
153f808c858Sraf	zfs_prop_set;
15430925561SChris Williamson	zfs_prop_set_list;
155e7437265Sahrens	zfs_prop_string_to_index;
156f808c858Sraf	zfs_prop_to_name;
157e9dbad6fSeschrock	zfs_prop_user;
15814843421SMatthew Ahrens	zfs_prop_userquota;
159f808c858Sraf	zfs_prop_valid_for_type;
160f808c858Sraf	zfs_prop_values;
16119b94df9SMatthew Ahrens	zfs_prop_written;
1622e5e9e19SSanjeev Bagewadi	zfs_prune_proplist;
163f808c858Sraf	zfs_receive;
164f808c858Sraf	zfs_refresh_properties;
165842727c2SChris Kirby	zfs_release;
1665cabbc6bSPrashanth Sreenivasa	zfs_remap_indirects;
167f808c858Sraf	zfs_rename;
168f808c858Sraf	zfs_rollback;
1694445fffbSMatthew Ahrens	zfs_save_arguments;
170f808c858Sraf	zfs_send;
17178f17100SMatthew Ahrens	zfs_send_one;
1729c3fd121SMatthew Ahrens	zfs_send_resume;
1739c3fd121SMatthew Ahrens	zfs_send_resume_token_to_nvlist;
174f808c858Sraf	zfs_share;
175da6c28aaSamw	zfs_shareall;
176f3861e1aSahl	zfs_share_nfs;
177da6c28aaSamw	zfs_share_smb;
17899d5e173STim Haley	zfs_show_diffs;
179743a77edSAlan Wright	zfs_smb_acl_add;
180743a77edSAlan Wright	zfs_smb_acl_purge;
181743a77edSAlan Wright	zfs_smb_acl_remove;
182743a77edSAlan Wright	zfs_smb_acl_rename;
183f808c858Sraf	zfs_snapshot;
1844445fffbSMatthew Ahrens	zfs_snapshot_nvl;
1857b97dc1aSrm	zfs_spa_version;
1860a586ceaSMark Shellenbaum	zfs_spa_version_map;
18778f17100SMatthew Ahrens	zfs_standard_error;
188f808c858Sraf	zfs_type_to_name;
1898a981c33SDaniel Hoffman	zfs_uninit_libshare;
190f808c858Sraf	zfs_unmount;
191f808c858Sraf	zfs_unmountall;
192f808c858Sraf	zfs_unshare;
193f3861e1aSahl	zfs_unshare_nfs;
194da6c28aaSamw	zfs_unshare_smb;
195da6c28aaSamw	zfs_unshareall;
196da6c28aaSamw	zfs_unshareall_bypath;
197f3861e1aSahl	zfs_unshareall_nfs;
198da6c28aaSamw	zfs_unshareall_smb;
19914843421SMatthew Ahrens	zfs_userspace;
200c61ea566SGeorge Wilson	zfs_valid_proplist;
2011af68beaSAlexander Stetsenko	zfs_get_fsacl;
2021af68beaSAlexander Stetsenko	zfs_set_fsacl;
2038222814eSRichard Lowe	zfs_userquota_prop_prefixes	{
2048222814eSRichard Lowe					  ASSERT = {
2058222814eSRichard Lowe						  TYPE = OBJECT;
2068222814eSRichard Lowe						  SIZE = addrsize[12];
2078222814eSRichard Lowe						};
2088222814eSRichard Lowe					};
2090a586ceaSMark Shellenbaum	zfs_zpl_version_map;
210f808c858Sraf	zpool_add;
21186714001SSerapheim Dimitropoulos	zpool_checkpoint;
212f808c858Sraf	zpool_clear;
213096d22d4SEric Schrock	zpool_clear_label;
214f808c858Sraf	zpool_close;
215f808c858Sraf	zpool_create;
216f808c858Sraf	zpool_destroy;
217f3861e1aSahl	zpool_disable_datasets;
21886714001SSerapheim Dimitropoulos	zpool_discard_checkpoint;
219f3861e1aSahl	zpool_enable_datasets;
220b1b8ab34Slling	zpool_expand_proplist;
221468c413aSTim Haley	zpool_explain_recover;
222f808c858Sraf	zpool_export;
223394ab0cbSGeorge Wilson	zpool_export_force;
224f808c858Sraf	zpool_find_vdev;
225573ca77eSGeorge Wilson	zpool_find_vdev_by_physpath;
226069f55e2SEric Schrock	zpool_fru_set;
227c4ecba8aSPaul Dagnelie	zpool_get_bootenv;
228f808c858Sraf	zpool_get_config;
229f808c858Sraf	zpool_get_errlog;
23057221772SChristopher Siden	zpool_get_features;
231f808c858Sraf	zpool_get_handle;
23206eeb2adSek	zpool_get_history;
233f808c858Sraf	zpool_get_name;
23419397407SSherry Moore	zpool_get_physpath;
235b1b8ab34Slling	zpool_get_prop;
2363d7072f8Seschrock	zpool_get_prop_int;
237f808c858Sraf	zpool_get_state;
238f808c858Sraf	zpool_get_status;
239f808c858Sraf	zpool_import;
240990b4856Slling	zpool_import_props;
241f808c858Sraf	zpool_import_status;
242f808c858Sraf	zpool_in_use;
243094e47e9SGeorge Wilson	zpool_initialize;
2444263d13fSGeorge Wilson	zpool_is_bootable;
245f808c858Sraf	zpool_iter;
2468488aeb5Staylor	zpool_label_disk;
2474445fffbSMatthew Ahrens	zpool_log_history;
248f808c858Sraf	zpool_mount_datasets;
249ecd6cf80Smarks	zpool_name_to_prop;
25055434c77Sek	zpool_obj_to_path;
251f808c858Sraf	zpool_open;
252f808c858Sraf	zpool_open_canfail;
2536401734dSWill Andrews	zpool_pool_state_to_name;
254ad135b5dSChristopher Siden	zpool_print_unsup_feat;
255990b4856Slling	zpool_prop_align_right;
256990b4856Slling	zpool_prop_column_name;
257ad135b5dSChristopher Siden	zpool_prop_feature;
258ad135b5dSChristopher Siden	zpool_prop_get_feature;
259990b4856Slling	zpool_prop_readonly;
260b1b8ab34Slling	zpool_prop_to_name;
261ad135b5dSChristopher Siden	zpool_prop_unsupported;
262b1b8ab34Slling	zpool_prop_values;
263f808c858Sraf	zpool_refresh_stats;
264e9103aaeSGarrett D'Amore	zpool_reguid;
2654263d13fSGeorge Wilson	zpool_reopen;
2663f9d6ad7SLin Ling	zpool_scan;
267c4ecba8aSPaul Dagnelie	zpool_set_bootenv;
268b1b8ab34Slling	zpool_set_prop;
2698808ac5dSYuri Pankov	zpool_skip_pool;
270990b4856Slling	zpool_state_to_name;
2719c2acf00SAlek Pinchuk	zpool_sync_one;
272084fd14fSBrian Behlendorf	zpool_trim;
273f808c858Sraf	zpool_unmount_datasets;
274f808c858Sraf	zpool_upgrade;
275f808c858Sraf	zpool_vdev_attach;
2763d7072f8Seschrock	zpool_vdev_clear;
2773d7072f8Seschrock	zpool_vdev_degrade;
278f808c858Sraf	zpool_vdev_detach;
2793d7072f8Seschrock	zpool_vdev_fault;
2805cabbc6bSPrashanth Sreenivasa	zpool_vdev_indirect_size;
281f808c858Sraf	zpool_vdev_name;
282f808c858Sraf	zpool_vdev_offline;
283f808c858Sraf	zpool_vdev_online;
284b4fb0039SJoshua M. Clulow	zpool_vdev_refresh_path;
285f808c858Sraf	zpool_vdev_remove;
2865cabbc6bSPrashanth Sreenivasa	zpool_vdev_remove_cancel;
2871195e687SMark J Musante	zpool_vdev_split;
288990b4856Slling	zprop_free_list;
289990b4856Slling	zprop_get_list;
290990b4856Slling	zprop_iter;
291990b4856Slling	zprop_print_one_property;
2924263d13fSGeorge Wilson	zprop_width;
293e7cbe64fSgw	zvol_check_dump_config;
294c1449561SEric Taylor	zvol_volsize_to_reservation;
295f808c858Sraf    local:
296f808c858Sraf	*;
297f808c858Sraf};
298