xref: /illumos-gate/usr/src/lib/libzfs/common/mapfile-vers (revision 084fd14f7c3336eb67ee283cabad2da8998b00d6)
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*084fd14fSBrian Behlendorf# Copyright 2019 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;
53e0f1c0afSOlaf Faaland	get_system_hostid;
549d9a58e3SEric Taylor	libzfs_add_handle;
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_nicenum;
115f808c858Sraf	zfs_nicestrtonum;
116f808c858Sraf	zfs_open;
1175aba80dbSck153898	zfs_path_to_zhandle;
118f808c858Sraf	zfs_promote;
119e9dbad6fSeschrock	zfs_prop_align_right;
120f808c858Sraf	zfs_prop_column_name;
121f808c858Sraf	zfs_prop_default_numeric;
122f808c858Sraf	zfs_prop_default_string;
123f808c858Sraf	zfs_prop_get;
124f808c858Sraf	zfs_prop_get_int;
125f808c858Sraf	zfs_prop_get_numeric;
12692241e0bSTom Erickson	zfs_prop_get_recvd;
12714843421SMatthew Ahrens	zfs_prop_get_table;
128edea4b55SLin Ling	zfs_prop_get_userquota_int;
12914843421SMatthew Ahrens	zfs_prop_get_userquota;
13019b94df9SMatthew Ahrens	zfs_prop_get_written_int;
13119b94df9SMatthew Ahrens	zfs_prop_get_written;
132f808c858Sraf	zfs_prop_inherit;
133f808c858Sraf	zfs_prop_inheritable;
13414843421SMatthew Ahrens	zfs_prop_init;
135f808c858Sraf	zfs_prop_is_string;
136f808c858Sraf	zfs_prop_readonly;
137f808c858Sraf	zfs_prop_set;
13830925561SChris Williamson	zfs_prop_set_list;
139e7437265Sahrens	zfs_prop_string_to_index;
140f808c858Sraf	zfs_prop_to_name;
141e9dbad6fSeschrock	zfs_prop_user;
14214843421SMatthew Ahrens	zfs_prop_userquota;
143f808c858Sraf	zfs_prop_valid_for_type;
144f808c858Sraf	zfs_prop_values;
14519b94df9SMatthew Ahrens	zfs_prop_written;
1462e5e9e19SSanjeev Bagewadi	zfs_prune_proplist;
147f808c858Sraf	zfs_receive;
148f808c858Sraf	zfs_refresh_properties;
149842727c2SChris Kirby	zfs_release;
1505cabbc6bSPrashanth Sreenivasa	zfs_remap_indirects;
151f808c858Sraf	zfs_rename;
152f808c858Sraf	zfs_rollback;
1534445fffbSMatthew Ahrens	zfs_save_arguments;
154f808c858Sraf	zfs_send;
15578f17100SMatthew Ahrens	zfs_send_one;
1569c3fd121SMatthew Ahrens	zfs_send_resume;
1579c3fd121SMatthew Ahrens	zfs_send_resume_token_to_nvlist;
158f808c858Sraf	zfs_share;
159da6c28aaSamw	zfs_shareall;
160f3861e1aSahl	zfs_share_nfs;
161da6c28aaSamw	zfs_share_smb;
16299d5e173STim Haley	zfs_show_diffs;
163743a77edSAlan Wright	zfs_smb_acl_add;
164743a77edSAlan Wright	zfs_smb_acl_purge;
165743a77edSAlan Wright	zfs_smb_acl_remove;
166743a77edSAlan Wright	zfs_smb_acl_rename;
167f808c858Sraf	zfs_snapshot;
1684445fffbSMatthew Ahrens	zfs_snapshot_nvl;
1697b97dc1aSrm160521	zfs_spa_version;
1700a586ceaSMark Shellenbaum	zfs_spa_version_map;
17178f17100SMatthew Ahrens	zfs_standard_error;
172f808c858Sraf	zfs_type_to_name;
1738a981c33SDaniel Hoffman	zfs_uninit_libshare;
174f808c858Sraf	zfs_unmount;
175f808c858Sraf	zfs_unmountall;
176f808c858Sraf	zfs_unshare;
177f3861e1aSahl	zfs_unshare_nfs;
178da6c28aaSamw	zfs_unshare_smb;
179da6c28aaSamw	zfs_unshareall;
180da6c28aaSamw	zfs_unshareall_bypath;
181f3861e1aSahl	zfs_unshareall_nfs;
182da6c28aaSamw	zfs_unshareall_smb;
18314843421SMatthew Ahrens	zfs_userspace;
184c61ea566SGeorge Wilson	zfs_valid_proplist;
1851af68beaSAlexander Stetsenko	zfs_get_fsacl;
1861af68beaSAlexander Stetsenko	zfs_set_fsacl;
18714843421SMatthew Ahrens	zfs_userquota_prop_prefixes;
1880a586ceaSMark Shellenbaum	zfs_zpl_version_map;
189f808c858Sraf	zpool_add;
19086714001SSerapheim Dimitropoulos	zpool_checkpoint;
191f808c858Sraf	zpool_clear;
192096d22d4SEric Schrock	zpool_clear_label;
193f808c858Sraf	zpool_close;
194f808c858Sraf	zpool_create;
195f808c858Sraf	zpool_destroy;
196f3861e1aSahl	zpool_disable_datasets;
19786714001SSerapheim Dimitropoulos	zpool_discard_checkpoint;
1989eb19f4dSGeorge Wilson	zpool_dump_ddt;
199f3861e1aSahl	zpool_enable_datasets;
200b1b8ab34Slling	zpool_expand_proplist;
201468c413aSTim Haley	zpool_explain_recover;
202f808c858Sraf	zpool_export;
203394ab0cbSGeorge Wilson	zpool_export_force;
204f808c858Sraf	zpool_find_import;
2052f8aaab3Seschrock	zpool_find_import_cached;
206f808c858Sraf	zpool_find_vdev;
207573ca77eSGeorge Wilson	zpool_find_vdev_by_physpath;
208069f55e2SEric Schrock	zpool_fru_set;
209f808c858Sraf	zpool_get_config;
210f808c858Sraf	zpool_get_errlog;
21157221772SChristopher Siden	zpool_get_features;
212f808c858Sraf	zpool_get_handle;
21306eeb2adSek110237	zpool_get_history;
214f808c858Sraf	zpool_get_name;
21519397407SSherry Moore	zpool_get_physpath;
216b1b8ab34Slling	zpool_get_prop;
2173d7072f8Seschrock	zpool_get_prop_int;
218f808c858Sraf	zpool_get_state;
219f808c858Sraf	zpool_get_status;
2208f18d1faSGeorge Wilson	zpool_history_unpack;
221f808c858Sraf	zpool_import;
222990b4856Slling	zpool_import_props;
223f808c858Sraf	zpool_import_status;
224f808c858Sraf	zpool_in_use;
225094e47e9SGeorge Wilson	zpool_initialize;
2264263d13fSGeorge Wilson	zpool_is_bootable;
227f808c858Sraf	zpool_iter;
2288488aeb5Staylor	zpool_label_disk;
2294445fffbSMatthew Ahrens	zpool_log_history;
230f808c858Sraf	zpool_mount_datasets;
231ecd6cf80Smarks	zpool_name_to_prop;
23255434c77Sek110237	zpool_obj_to_path;
233f808c858Sraf	zpool_open;
234f808c858Sraf	zpool_open_canfail;
2356401734dSWill Andrews	zpool_pool_state_to_name;
236ad135b5dSChristopher Siden	zpool_print_unsup_feat;
237990b4856Slling	zpool_prop_align_right;
238990b4856Slling	zpool_prop_column_name;
239ad135b5dSChristopher Siden	zpool_prop_feature;
240ad135b5dSChristopher Siden	zpool_prop_get_feature;
241990b4856Slling	zpool_prop_readonly;
242b1b8ab34Slling	zpool_prop_to_name;
243ad135b5dSChristopher Siden	zpool_prop_unsupported;
244b1b8ab34Slling	zpool_prop_values;
245f808c858Sraf	zpool_read_label;
246f808c858Sraf	zpool_refresh_stats;
247e9103aaeSGarrett D'Amore	zpool_reguid;
2484263d13fSGeorge Wilson	zpool_reopen;
2493f9d6ad7SLin Ling	zpool_scan;
250d41c4376SMark J Musante	zpool_search_import;
251b1b8ab34Slling	zpool_set_prop;
2528808ac5dSYuri Pankov	zpool_skip_pool;
253990b4856Slling	zpool_state_to_name;
2549c2acf00SAlek Pinchuk	zpool_sync_one;
255*084fd14fSBrian Behlendorf	zpool_trim;
256e0f1c0afSOlaf Faaland	zpool_tryimport;
257f808c858Sraf	zpool_unmount_datasets;
258f808c858Sraf	zpool_upgrade;
259f808c858Sraf	zpool_vdev_attach;
2603d7072f8Seschrock	zpool_vdev_clear;
2613d7072f8Seschrock	zpool_vdev_degrade;
262f808c858Sraf	zpool_vdev_detach;
2633d7072f8Seschrock	zpool_vdev_fault;
2645cabbc6bSPrashanth Sreenivasa	zpool_vdev_indirect_size;
265f808c858Sraf	zpool_vdev_name;
266f808c858Sraf	zpool_vdev_offline;
267f808c858Sraf	zpool_vdev_online;
268f808c858Sraf	zpool_vdev_remove;
2695cabbc6bSPrashanth Sreenivasa	zpool_vdev_remove_cancel;
2701195e687SMark J Musante	zpool_vdev_split;
271990b4856Slling	zprop_free_list;
272990b4856Slling	zprop_get_list;
273990b4856Slling	zprop_iter;
274990b4856Slling	zprop_print_one_property;
2754263d13fSGeorge Wilson	zprop_width;
276e7cbe64fSgw25295	zvol_check_dump_config;
277c1449561SEric Taylor	zvol_volsize_to_reservation;
278f808c858Sraf    local:
279f808c858Sraf	*;
280f808c858Sraf};
281