xref: /titanic_51/usr/src/lib/libzfs/common/mapfile-vers (revision 8f18d1fadf6a0c20fac9ff7259a5368faa3c3bfb)
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#
22bfed486aSAli Bahrami# Copyright 2009 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;
48*8f18d1faSGeorge Wilson	hist_event_table;
49f808c858Sraf	libzfs_errno;
50f808c858Sraf	libzfs_error_action;
51f808c858Sraf	libzfs_error_description;
52f808c858Sraf	libzfs_fini;
53f808c858Sraf	libzfs_init;
54b2634b9cSEric Taylor	libzfs_mnttab_cache;
55f808c858Sraf	libzfs_print_on_error;
56b7b97454Sperrin	zfs_allocatable_devs;
57f808c858Sraf	zfs_clone;
58f808c858Sraf	zfs_close;
59f808c858Sraf	zfs_create;
607f1f55eaSvb160487	zfs_create_ancestors;
617f1f55eaSvb160487	zfs_dataset_exists;
62ecd6cf80Smarks	zfs_deleg_share_nfs;
63f808c858Sraf	zfs_destroy;
64f808c858Sraf	zfs_destroy_snaps;
65e9dbad6fSeschrock	zfs_expand_proplist;
66f808c858Sraf	zfs_get_handle;
67f808c858Sraf	zfs_get_name;
68d5b5bb25SRich Morris	zfs_get_pool_handle;
69e9dbad6fSeschrock	zfs_get_user_props;
70f808c858Sraf	zfs_get_type;
71842727c2SChris Kirby	zfs_hold;
72ca45db41SChris Kirby	zfs_hold_range;
73ecd6cf80Smarks	zfs_iscsi_perm_check;
74f808c858Sraf	zfs_is_mounted;
75f808c858Sraf	zfs_is_shared;
76f3861e1aSahl	zfs_is_shared_iscsi;
77f3861e1aSahl	zfs_is_shared_nfs;
78da6c28aaSamw	zfs_is_shared_smb;
79f808c858Sraf	zfs_iter_children;
80f808c858Sraf	zfs_iter_dependents;
81f808c858Sraf	zfs_iter_filesystems;
82f808c858Sraf	zfs_iter_root;
83f808c858Sraf	zfs_iter_snapshots;
84ca45db41SChris Kirby	zfs_iter_snapshots_sorted;
85f808c858Sraf	zfs_mount;
86f808c858Sraf	zfs_name_to_prop;
87f808c858Sraf	zfs_name_valid;
88f808c858Sraf	zfs_nicenum;
89f808c858Sraf	zfs_nicestrtonum;
90f808c858Sraf	zfs_open;
915aba80dbSck153898	zfs_path_to_zhandle;
92f808c858Sraf	zfs_promote;
93e9dbad6fSeschrock	zfs_prop_align_right;
94f808c858Sraf	zfs_prop_column_name;
95f808c858Sraf	zfs_prop_default_numeric;
96f808c858Sraf	zfs_prop_default_string;
97f808c858Sraf	zfs_prop_get;
98f808c858Sraf	zfs_prop_get_int;
99f808c858Sraf	zfs_prop_get_numeric;
10014843421SMatthew Ahrens	zfs_prop_get_table;
101edea4b55SLin Ling	zfs_prop_get_userquota_int;
10214843421SMatthew Ahrens	zfs_prop_get_userquota;
103f808c858Sraf	zfs_prop_inherit;
104f808c858Sraf	zfs_prop_inheritable;
10514843421SMatthew Ahrens	zfs_prop_init;
106f808c858Sraf	zfs_prop_is_string;
107f808c858Sraf	zfs_prop_readonly;
108f808c858Sraf	zfs_prop_set;
109e7437265Sahrens	zfs_prop_string_to_index;
110f808c858Sraf	zfs_prop_to_name;
111e9dbad6fSeschrock	zfs_prop_user;
11214843421SMatthew Ahrens	zfs_prop_userquota;
113f808c858Sraf	zfs_prop_valid_for_type;
114f808c858Sraf	zfs_prop_values;
1152e5e9e19SSanjeev Bagewadi	zfs_prune_proplist;
116f808c858Sraf	zfs_receive;
117f808c858Sraf	zfs_refresh_properties;
118842727c2SChris Kirby	zfs_release;
119ca45db41SChris Kirby	zfs_release_range;
120f808c858Sraf	zfs_rename;
121f808c858Sraf	zfs_rollback;
122f808c858Sraf	zfs_send;
123f808c858Sraf	zfs_share;
124da6c28aaSamw	zfs_shareall;
125f3861e1aSahl	zfs_share_nfs;
126da6c28aaSamw	zfs_share_smb;
127f3861e1aSahl	zfs_share_iscsi;
128743a77edSAlan Wright	zfs_smb_acl_add;
129743a77edSAlan Wright	zfs_smb_acl_purge;
130743a77edSAlan Wright	zfs_smb_acl_remove;
131743a77edSAlan Wright	zfs_smb_acl_rename;
132f808c858Sraf	zfs_snapshot;
1337b97dc1aSrm160521	zfs_spa_version;
134f808c858Sraf	zfs_type_to_name;
135f808c858Sraf	zfs_unmount;
136f808c858Sraf	zfs_unmountall;
137f808c858Sraf	zfs_unshare;
138f3861e1aSahl	zfs_unshare_iscsi;
139f3861e1aSahl	zfs_unshare_nfs;
140da6c28aaSamw	zfs_unshare_smb;
141da6c28aaSamw	zfs_unshareall;
142da6c28aaSamw	zfs_unshareall_bypath;
143f3861e1aSahl	zfs_unshareall_nfs;
144da6c28aaSamw	zfs_unshareall_smb;
14514843421SMatthew Ahrens	zfs_userspace;
14614843421SMatthew Ahrens	zfs_userquota_prop_prefixes;
147f808c858Sraf	zpool_add;
148f808c858Sraf	zpool_clear;
149f808c858Sraf	zpool_close;
150f808c858Sraf	zpool_create;
151f808c858Sraf	zpool_destroy;
152f3861e1aSahl	zpool_disable_datasets;
153f3861e1aSahl	zpool_enable_datasets;
154b1b8ab34Slling	zpool_expand_proplist;
155f808c858Sraf	zpool_export;
156394ab0cbSGeorge Wilson	zpool_export_force;
157f808c858Sraf	zpool_find_import;
15824e697d4Sck153898	zpool_find_import_activeok;
15924e697d4Sck153898	zpool_find_import_byguid;
16024e697d4Sck153898	zpool_find_import_byname;
1612f8aaab3Seschrock	zpool_find_import_cached;
162f808c858Sraf	zpool_find_vdev;
163573ca77eSGeorge Wilson	zpool_find_vdev_by_physpath;
164f808c858Sraf	zpool_get_config;
165f808c858Sraf	zpool_get_errlog;
166f808c858Sraf	zpool_get_handle;
16706eeb2adSek110237	zpool_get_history;
168f808c858Sraf	zpool_get_name;
16919397407SSherry Moore	zpool_get_physpath;
170b1b8ab34Slling	zpool_get_prop;
1713d7072f8Seschrock	zpool_get_prop_int;
172f808c858Sraf	zpool_get_state;
173f808c858Sraf	zpool_get_status;
174*8f18d1faSGeorge Wilson	zpool_history_unpack;
175f808c858Sraf	zpool_import;
176990b4856Slling	zpool_import_props;
177f808c858Sraf	zpool_import_status;
178f808c858Sraf	zpool_in_use;
179f808c858Sraf	zpool_iter;
1808488aeb5Staylor	zpool_label_disk;
181f808c858Sraf	zpool_mount_datasets;
182ecd6cf80Smarks	zpool_name_to_prop;
18355434c77Sek110237	zpool_obj_to_path;
184f808c858Sraf	zpool_open;
185f808c858Sraf	zpool_open_canfail;
186990b4856Slling	zpool_prop_align_right;
187990b4856Slling	zpool_prop_column_name;
188990b4856Slling	zpool_prop_readonly;
189b1b8ab34Slling	zpool_prop_to_name;
190b1b8ab34Slling	zpool_prop_values;
191f808c858Sraf	zpool_read_label;
192f808c858Sraf	zpool_refresh_stats;
193f808c858Sraf	zpool_scrub;
1942a6b87f0Sek110237	zpool_set_history_str;
195b1b8ab34Slling	zpool_set_prop;
196ecd6cf80Smarks	zpool_stage_history;
197990b4856Slling	zpool_state_to_name;
198f808c858Sraf	zpool_unmount_datasets;
199f808c858Sraf	zpool_upgrade;
200f808c858Sraf	zpool_vdev_attach;
2013d7072f8Seschrock	zpool_vdev_clear;
2023d7072f8Seschrock	zpool_vdev_degrade;
203f808c858Sraf	zpool_vdev_detach;
2043d7072f8Seschrock	zpool_vdev_fault;
205f808c858Sraf	zpool_vdev_name;
206f808c858Sraf	zpool_vdev_offline;
207f808c858Sraf	zpool_vdev_online;
208f808c858Sraf	zpool_vdev_remove;
209990b4856Slling	zprop_free_list;
210990b4856Slling	zprop_get_list;
211990b4856Slling	zprop_iter;
212990b4856Slling	zprop_print_one_property;
213e7cbe64fSgw25295	zvol_check_dump_config;
214f808c858Sraf    local:
215f808c858Sraf	*;
216f808c858Sraf};
217