xref: /titanic_51/usr/src/lib/libzfs/common/mapfile-vers (revision 9d9a58e3638ed2e79c339c93e9c52b7150075364)
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#
21f808c858Sraf#
223f9d6ad7SLin Ling# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23f808c858Sraf#
24f808c858Sraf
25bfed486aSAli Bahrami#
26bfed486aSAli Bahrami# MAPFILE HEADER START
27bfed486aSAli Bahrami#
28bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
32bfed486aSAli Bahrami#
33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# MAPFILE HEADER END
37bfed486aSAli Bahrami#
38bfed486aSAli Bahrami
39cd3e9333SAli Bahrami$mapfile_version 2
40cd3e9333SAli Bahrami
41cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
42f808c858Sraf    global:
43495db6fbSLori Alt	fletcher_2_native;
44495db6fbSLori Alt	fletcher_2_byteswap;
45495db6fbSLori Alt	fletcher_4_native;
46495db6fbSLori Alt	fletcher_4_byteswap;
47495db6fbSLori Alt	fletcher_4_incremental_native;
48495db6fbSLori Alt	fletcher_4_incremental_byteswap;
49*9d9a58e3SEric Taylor	libzfs_add_handle;
50*9d9a58e3SEric Taylor	libzfs_dataset_cmp;
51f808c858Sraf	libzfs_errno;
52f808c858Sraf	libzfs_error_action;
53f808c858Sraf	libzfs_error_description;
54f808c858Sraf	libzfs_fini;
55069f55e2SEric Schrock	libzfs_fru_compare;
56069f55e2SEric Schrock	libzfs_fru_devpath;
57069f55e2SEric Schrock	libzfs_fru_lookup;
58069f55e2SEric Schrock	libzfs_fru_notself;
59069f55e2SEric Schrock	libzfs_fru_refresh;
60f808c858Sraf	libzfs_init;
61b2634b9cSEric Taylor	libzfs_mnttab_cache;
62f808c858Sraf	libzfs_print_on_error;
63b7b97454Sperrin	zfs_allocatable_devs;
64f808c858Sraf	zfs_clone;
65f808c858Sraf	zfs_close;
66f808c858Sraf	zfs_create;
677f1f55eaSvb160487	zfs_create_ancestors;
687f1f55eaSvb160487	zfs_dataset_exists;
69ecd6cf80Smarks	zfs_deleg_share_nfs;
70f808c858Sraf	zfs_destroy;
71f808c858Sraf	zfs_destroy_snaps;
72e9dbad6fSeschrock	zfs_expand_proplist;
73f808c858Sraf	zfs_get_handle;
74f808c858Sraf	zfs_get_name;
75d5b5bb25SRich Morris	zfs_get_pool_handle;
76e9dbad6fSeschrock	zfs_get_user_props;
77f808c858Sraf	zfs_get_type;
783f9d6ad7SLin Ling	zfs_history_event_names;
79842727c2SChris Kirby	zfs_hold;
80f808c858Sraf	zfs_is_mounted;
81f808c858Sraf	zfs_is_shared;
82f3861e1aSahl	zfs_is_shared_nfs;
83da6c28aaSamw	zfs_is_shared_smb;
84f808c858Sraf	zfs_iter_children;
85f808c858Sraf	zfs_iter_dependents;
86f808c858Sraf	zfs_iter_filesystems;
87f808c858Sraf	zfs_iter_root;
88f808c858Sraf	zfs_iter_snapshots;
89ca45db41SChris Kirby	zfs_iter_snapshots_sorted;
90f808c858Sraf	zfs_mount;
91f808c858Sraf	zfs_name_to_prop;
92f808c858Sraf	zfs_name_valid;
93f808c858Sraf	zfs_nicenum;
94f808c858Sraf	zfs_nicestrtonum;
95f808c858Sraf	zfs_open;
965aba80dbSck153898	zfs_path_to_zhandle;
97f808c858Sraf	zfs_promote;
98e9dbad6fSeschrock	zfs_prop_align_right;
99f808c858Sraf	zfs_prop_column_name;
100f808c858Sraf	zfs_prop_default_numeric;
101f808c858Sraf	zfs_prop_default_string;
102f808c858Sraf	zfs_prop_get;
103f808c858Sraf	zfs_prop_get_int;
104f808c858Sraf	zfs_prop_get_numeric;
10592241e0bSTom Erickson	zfs_prop_get_recvd;
10614843421SMatthew Ahrens	zfs_prop_get_table;
107edea4b55SLin Ling	zfs_prop_get_userquota_int;
10814843421SMatthew Ahrens	zfs_prop_get_userquota;
109f808c858Sraf	zfs_prop_inherit;
110f808c858Sraf	zfs_prop_inheritable;
11114843421SMatthew Ahrens	zfs_prop_init;
112f808c858Sraf	zfs_prop_is_string;
113f808c858Sraf	zfs_prop_readonly;
114f808c858Sraf	zfs_prop_set;
115e7437265Sahrens	zfs_prop_string_to_index;
116f808c858Sraf	zfs_prop_to_name;
117e9dbad6fSeschrock	zfs_prop_user;
11814843421SMatthew Ahrens	zfs_prop_userquota;
119f808c858Sraf	zfs_prop_valid_for_type;
120f808c858Sraf	zfs_prop_values;
1212e5e9e19SSanjeev Bagewadi	zfs_prune_proplist;
122f808c858Sraf	zfs_receive;
123f808c858Sraf	zfs_refresh_properties;
124842727c2SChris Kirby	zfs_release;
125f808c858Sraf	zfs_rename;
126f808c858Sraf	zfs_rollback;
127f808c858Sraf	zfs_send;
128f808c858Sraf	zfs_share;
129da6c28aaSamw	zfs_shareall;
130f3861e1aSahl	zfs_share_nfs;
131da6c28aaSamw	zfs_share_smb;
132743a77edSAlan Wright	zfs_smb_acl_add;
133743a77edSAlan Wright	zfs_smb_acl_purge;
134743a77edSAlan Wright	zfs_smb_acl_remove;
135743a77edSAlan Wright	zfs_smb_acl_rename;
136f808c858Sraf	zfs_snapshot;
1377b97dc1aSrm160521	zfs_spa_version;
1380a586ceaSMark Shellenbaum	zfs_spa_version_map;
139f808c858Sraf	zfs_type_to_name;
140f808c858Sraf	zfs_unmount;
141f808c858Sraf	zfs_unmountall;
142f808c858Sraf	zfs_unshare;
143f3861e1aSahl	zfs_unshare_nfs;
144da6c28aaSamw	zfs_unshare_smb;
145da6c28aaSamw	zfs_unshareall;
146da6c28aaSamw	zfs_unshareall_bypath;
147f3861e1aSahl	zfs_unshareall_nfs;
148da6c28aaSamw	zfs_unshareall_smb;
14914843421SMatthew Ahrens	zfs_userspace;
15014843421SMatthew Ahrens	zfs_userquota_prop_prefixes;
1510a586ceaSMark Shellenbaum	zfs_zpl_version_map;
152f808c858Sraf	zpool_add;
153f808c858Sraf	zpool_clear;
154096d22d4SEric Schrock	zpool_clear_label;
155f808c858Sraf	zpool_close;
156f808c858Sraf	zpool_create;
157f808c858Sraf	zpool_destroy;
158f3861e1aSahl	zpool_disable_datasets;
1599eb19f4dSGeorge Wilson	zpool_dump_ddt;
160f3861e1aSahl	zpool_enable_datasets;
161b1b8ab34Slling	zpool_expand_proplist;
162468c413aSTim Haley	zpool_explain_recover;
163f808c858Sraf	zpool_export;
164394ab0cbSGeorge Wilson	zpool_export_force;
165f808c858Sraf	zpool_find_import;
1662f8aaab3Seschrock	zpool_find_import_cached;
167f808c858Sraf	zpool_find_vdev;
168573ca77eSGeorge Wilson	zpool_find_vdev_by_physpath;
169069f55e2SEric Schrock	zpool_fru_set;
170f808c858Sraf	zpool_get_config;
171f808c858Sraf	zpool_get_errlog;
172f808c858Sraf	zpool_get_handle;
17306eeb2adSek110237	zpool_get_history;
174f808c858Sraf	zpool_get_name;
17519397407SSherry Moore	zpool_get_physpath;
176b1b8ab34Slling	zpool_get_prop;
1773d7072f8Seschrock	zpool_get_prop_int;
178f808c858Sraf	zpool_get_state;
179f808c858Sraf	zpool_get_status;
1808f18d1faSGeorge Wilson	zpool_history_unpack;
181f808c858Sraf	zpool_import;
182990b4856Slling	zpool_import_props;
183f808c858Sraf	zpool_import_status;
184f808c858Sraf	zpool_in_use;
185f808c858Sraf	zpool_iter;
1868488aeb5Staylor	zpool_label_disk;
187f808c858Sraf	zpool_mount_datasets;
188ecd6cf80Smarks	zpool_name_to_prop;
18955434c77Sek110237	zpool_obj_to_path;
190f808c858Sraf	zpool_open;
191f808c858Sraf	zpool_open_canfail;
192990b4856Slling	zpool_prop_align_right;
193990b4856Slling	zpool_prop_column_name;
194990b4856Slling	zpool_prop_readonly;
195b1b8ab34Slling	zpool_prop_to_name;
196b1b8ab34Slling	zpool_prop_values;
197f808c858Sraf	zpool_read_label;
198f808c858Sraf	zpool_refresh_stats;
1993f9d6ad7SLin Ling	zpool_scan;
200d41c4376SMark J Musante	zpool_search_import;
2012a6b87f0Sek110237	zpool_set_history_str;
202b1b8ab34Slling	zpool_set_prop;
203ecd6cf80Smarks	zpool_stage_history;
204990b4856Slling	zpool_state_to_name;
205f808c858Sraf	zpool_unmount_datasets;
206f808c858Sraf	zpool_upgrade;
207f808c858Sraf	zpool_vdev_attach;
2083d7072f8Seschrock	zpool_vdev_clear;
2093d7072f8Seschrock	zpool_vdev_degrade;
210f808c858Sraf	zpool_vdev_detach;
2113d7072f8Seschrock	zpool_vdev_fault;
212f808c858Sraf	zpool_vdev_name;
213f808c858Sraf	zpool_vdev_offline;
214f808c858Sraf	zpool_vdev_online;
215f808c858Sraf	zpool_vdev_remove;
2161195e687SMark J Musante	zpool_vdev_split;
217990b4856Slling	zprop_free_list;
218990b4856Slling	zprop_get_list;
219990b4856Slling	zprop_iter;
220990b4856Slling	zprop_print_one_property;
221e7cbe64fSgw25295	zvol_check_dump_config;
222c1449561SEric Taylor	zvol_volsize_to_reservation;
223f808c858Sraf    local:
224f808c858Sraf	*;
225f808c858Sraf};
226