xref: /titanic_51/usr/src/lib/libzfs/common/mapfile-vers (revision 0a586cea3ceec7e5e50e7e54c745082a7a333ac2)
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#
221195e687SMark J Musante# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
23f808c858Sraf# Use is subject to license terms.
24f808c858Sraf#
25f808c858Sraf
26bfed486aSAli Bahrami#
27bfed486aSAli Bahrami# MAPFILE HEADER START
28bfed486aSAli Bahrami#
29bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
30bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
31bfed486aSAli Bahrami#
32bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
33bfed486aSAli Bahrami#
34bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
35bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
36bfed486aSAli Bahrami#
37bfed486aSAli Bahrami# MAPFILE HEADER END
38bfed486aSAli Bahrami#
39bfed486aSAli Bahrami
40f808c858SrafSUNWprivate_1.1 {
41f808c858Sraf    global:
42495db6fbSLori Alt	fletcher_2_native;
43495db6fbSLori Alt	fletcher_2_byteswap;
44495db6fbSLori Alt	fletcher_4_native;
45495db6fbSLori Alt	fletcher_4_byteswap;
46495db6fbSLori Alt	fletcher_4_incremental_native;
47495db6fbSLori Alt	fletcher_4_incremental_byteswap;
488f18d1faSGeorge Wilson	hist_event_table;
49f808c858Sraf	libzfs_errno;
50f808c858Sraf	libzfs_error_action;
51f808c858Sraf	libzfs_error_description;
52f808c858Sraf	libzfs_fini;
53069f55e2SEric Schrock	libzfs_fru_compare;
54069f55e2SEric Schrock	libzfs_fru_devpath;
55069f55e2SEric Schrock	libzfs_fru_lookup;
56069f55e2SEric Schrock	libzfs_fru_notself;
57069f55e2SEric Schrock	libzfs_fru_refresh;
58f808c858Sraf	libzfs_init;
59b2634b9cSEric Taylor	libzfs_mnttab_cache;
60f808c858Sraf	libzfs_print_on_error;
61b7b97454Sperrin	zfs_allocatable_devs;
62f808c858Sraf	zfs_clone;
63f808c858Sraf	zfs_close;
64f808c858Sraf	zfs_create;
657f1f55eaSvb160487	zfs_create_ancestors;
667f1f55eaSvb160487	zfs_dataset_exists;
67ecd6cf80Smarks	zfs_deleg_share_nfs;
68f808c858Sraf	zfs_destroy;
69f808c858Sraf	zfs_destroy_snaps;
70e9dbad6fSeschrock	zfs_expand_proplist;
71f808c858Sraf	zfs_get_handle;
72f808c858Sraf	zfs_get_name;
73d5b5bb25SRich Morris	zfs_get_pool_handle;
74e9dbad6fSeschrock	zfs_get_user_props;
75f808c858Sraf	zfs_get_type;
76842727c2SChris Kirby	zfs_hold;
77ca45db41SChris Kirby	zfs_hold_range;
78f808c858Sraf	zfs_is_mounted;
79f808c858Sraf	zfs_is_shared;
80f3861e1aSahl	zfs_is_shared_nfs;
81da6c28aaSamw	zfs_is_shared_smb;
82f808c858Sraf	zfs_iter_children;
83f808c858Sraf	zfs_iter_dependents;
84f808c858Sraf	zfs_iter_filesystems;
85f808c858Sraf	zfs_iter_root;
86f808c858Sraf	zfs_iter_snapshots;
87ca45db41SChris Kirby	zfs_iter_snapshots_sorted;
88f808c858Sraf	zfs_mount;
89f808c858Sraf	zfs_name_to_prop;
90f808c858Sraf	zfs_name_valid;
91f808c858Sraf	zfs_nicenum;
92f808c858Sraf	zfs_nicestrtonum;
93f808c858Sraf	zfs_open;
945aba80dbSck153898	zfs_path_to_zhandle;
95f808c858Sraf	zfs_promote;
96e9dbad6fSeschrock	zfs_prop_align_right;
97f808c858Sraf	zfs_prop_column_name;
98f808c858Sraf	zfs_prop_default_numeric;
99f808c858Sraf	zfs_prop_default_string;
100f808c858Sraf	zfs_prop_get;
101f808c858Sraf	zfs_prop_get_int;
102f808c858Sraf	zfs_prop_get_numeric;
10392241e0bSTom Erickson	zfs_prop_get_recvd;
10414843421SMatthew Ahrens	zfs_prop_get_table;
105edea4b55SLin Ling	zfs_prop_get_userquota_int;
10614843421SMatthew Ahrens	zfs_prop_get_userquota;
107f808c858Sraf	zfs_prop_inherit;
108f808c858Sraf	zfs_prop_inheritable;
10914843421SMatthew Ahrens	zfs_prop_init;
110f808c858Sraf	zfs_prop_is_string;
111f808c858Sraf	zfs_prop_readonly;
112f808c858Sraf	zfs_prop_set;
113e7437265Sahrens	zfs_prop_string_to_index;
114f808c858Sraf	zfs_prop_to_name;
115e9dbad6fSeschrock	zfs_prop_user;
11614843421SMatthew Ahrens	zfs_prop_userquota;
117f808c858Sraf	zfs_prop_valid_for_type;
118f808c858Sraf	zfs_prop_values;
1192e5e9e19SSanjeev Bagewadi	zfs_prune_proplist;
120f808c858Sraf	zfs_receive;
121f808c858Sraf	zfs_refresh_properties;
122842727c2SChris Kirby	zfs_release;
123ca45db41SChris Kirby	zfs_release_range;
124f808c858Sraf	zfs_rename;
125f808c858Sraf	zfs_rollback;
126f808c858Sraf	zfs_send;
127f808c858Sraf	zfs_share;
128da6c28aaSamw	zfs_shareall;
129f3861e1aSahl	zfs_share_nfs;
130da6c28aaSamw	zfs_share_smb;
131743a77edSAlan Wright	zfs_smb_acl_add;
132743a77edSAlan Wright	zfs_smb_acl_purge;
133743a77edSAlan Wright	zfs_smb_acl_remove;
134743a77edSAlan Wright	zfs_smb_acl_rename;
135f808c858Sraf	zfs_snapshot;
1367b97dc1aSrm160521	zfs_spa_version;
137*0a586ceaSMark Shellenbaum	zfs_spa_version_map;
138f808c858Sraf	zfs_type_to_name;
139f808c858Sraf	zfs_unmount;
140f808c858Sraf	zfs_unmountall;
141f808c858Sraf	zfs_unshare;
142f3861e1aSahl	zfs_unshare_nfs;
143da6c28aaSamw	zfs_unshare_smb;
144da6c28aaSamw	zfs_unshareall;
145da6c28aaSamw	zfs_unshareall_bypath;
146f3861e1aSahl	zfs_unshareall_nfs;
147da6c28aaSamw	zfs_unshareall_smb;
14814843421SMatthew Ahrens	zfs_userspace;
14914843421SMatthew Ahrens	zfs_userquota_prop_prefixes;
150*0a586ceaSMark Shellenbaum	zfs_zpl_version_map;
151f808c858Sraf	zpool_add;
152f808c858Sraf	zpool_clear;
153096d22d4SEric Schrock	zpool_clear_label;
154f808c858Sraf	zpool_close;
155f808c858Sraf	zpool_create;
156f808c858Sraf	zpool_destroy;
157f3861e1aSahl	zpool_disable_datasets;
1589eb19f4dSGeorge Wilson	zpool_dump_ddt;
159f3861e1aSahl	zpool_enable_datasets;
160b1b8ab34Slling	zpool_expand_proplist;
161468c413aSTim Haley	zpool_explain_recover;
162f808c858Sraf	zpool_export;
163394ab0cbSGeorge Wilson	zpool_export_force;
164f808c858Sraf	zpool_find_import;
1652f8aaab3Seschrock	zpool_find_import_cached;
166f808c858Sraf	zpool_find_vdev;
167573ca77eSGeorge Wilson	zpool_find_vdev_by_physpath;
168069f55e2SEric Schrock	zpool_fru_set;
169f808c858Sraf	zpool_get_config;
170f808c858Sraf	zpool_get_errlog;
171f808c858Sraf	zpool_get_handle;
17206eeb2adSek110237	zpool_get_history;
173f808c858Sraf	zpool_get_name;
17419397407SSherry Moore	zpool_get_physpath;
175b1b8ab34Slling	zpool_get_prop;
1763d7072f8Seschrock	zpool_get_prop_int;
177f808c858Sraf	zpool_get_state;
178f808c858Sraf	zpool_get_status;
1798f18d1faSGeorge Wilson	zpool_history_unpack;
180f808c858Sraf	zpool_import;
181990b4856Slling	zpool_import_props;
182f808c858Sraf	zpool_import_status;
183f808c858Sraf	zpool_in_use;
184f808c858Sraf	zpool_iter;
1858488aeb5Staylor	zpool_label_disk;
186f808c858Sraf	zpool_mount_datasets;
187ecd6cf80Smarks	zpool_name_to_prop;
18855434c77Sek110237	zpool_obj_to_path;
189f808c858Sraf	zpool_open;
190f808c858Sraf	zpool_open_canfail;
191990b4856Slling	zpool_prop_align_right;
192990b4856Slling	zpool_prop_column_name;
193990b4856Slling	zpool_prop_readonly;
194b1b8ab34Slling	zpool_prop_to_name;
195b1b8ab34Slling	zpool_prop_values;
196f808c858Sraf	zpool_read_label;
197f808c858Sraf	zpool_refresh_stats;
198f808c858Sraf	zpool_scrub;
199d41c4376SMark J Musante	zpool_search_import;
2002a6b87f0Sek110237	zpool_set_history_str;
201b1b8ab34Slling	zpool_set_prop;
202ecd6cf80Smarks	zpool_stage_history;
203990b4856Slling	zpool_state_to_name;
204f808c858Sraf	zpool_unmount_datasets;
205f808c858Sraf	zpool_upgrade;
206f808c858Sraf	zpool_vdev_attach;
2073d7072f8Seschrock	zpool_vdev_clear;
2083d7072f8Seschrock	zpool_vdev_degrade;
209f808c858Sraf	zpool_vdev_detach;
2103d7072f8Seschrock	zpool_vdev_fault;
211f808c858Sraf	zpool_vdev_name;
212f808c858Sraf	zpool_vdev_offline;
213f808c858Sraf	zpool_vdev_online;
214f808c858Sraf	zpool_vdev_remove;
2151195e687SMark J Musante	zpool_vdev_split;
216990b4856Slling	zprop_free_list;
217990b4856Slling	zprop_get_list;
218990b4856Slling	zprop_iter;
219990b4856Slling	zprop_print_one_property;
220e7cbe64fSgw25295	zvol_check_dump_config;
221c1449561SEric Taylor	zvol_volsize_to_reservation;
222f808c858Sraf    local:
223f808c858Sraf	*;
224f808c858Sraf};
225