xref: /titanic_51/usr/src/lib/libzfs/common/mapfile-vers (revision 8808ac5dae118369991f158b6ab736cb2691ecde)
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#
21*8808ac5dSYuri Pankov
22*8808ac5dSYuri Pankov#
233f9d6ad7SLin Ling# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
2430925561SChris Williamson# Copyright (c) 2011, 2014 by Delphix. All rights reserved.
25*8808ac5dSYuri Pankov# Copyright 2016 Nexenta Systems, Inc.
26*8808ac5dSYuri Pankov#
27*8808ac5dSYuri Pankov
28f808c858Sraf#
29bfed486aSAli Bahrami# MAPFILE HEADER START
30bfed486aSAli Bahrami#
31bfed486aSAli Bahrami# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
32bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in
33bfed486aSAli Bahrami#
34bfed486aSAli Bahrami#	usr/src/lib/README.mapfiles
35bfed486aSAli Bahrami#
36bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current
37bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
38bfed486aSAli Bahrami#
39bfed486aSAli Bahrami# MAPFILE HEADER END
40bfed486aSAli Bahrami#
41bfed486aSAli Bahrami
42cd3e9333SAli Bahrami$mapfile_version 2
43cd3e9333SAli Bahrami
44cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
45f808c858Sraf    global:
46495db6fbSLori Alt	fletcher_2_native;
47495db6fbSLori Alt	fletcher_2_byteswap;
48495db6fbSLori Alt	fletcher_4_native;
49495db6fbSLori Alt	fletcher_4_byteswap;
50495db6fbSLori Alt	fletcher_4_incremental_native;
51495db6fbSLori Alt	fletcher_4_incremental_byteswap;
529d9a58e3SEric Taylor	libzfs_add_handle;
539d9a58e3SEric Taylor	libzfs_dataset_cmp;
54f808c858Sraf	libzfs_errno;
55f808c858Sraf	libzfs_error_action;
56f808c858Sraf	libzfs_error_description;
57f808c858Sraf	libzfs_fini;
58069f55e2SEric Schrock	libzfs_fru_compare;
59069f55e2SEric Schrock	libzfs_fru_devpath;
60069f55e2SEric Schrock	libzfs_fru_lookup;
61069f55e2SEric Schrock	libzfs_fru_notself;
62069f55e2SEric Schrock	libzfs_fru_refresh;
63f808c858Sraf	libzfs_init;
64b2634b9cSEric Taylor	libzfs_mnttab_cache;
65f808c858Sraf	libzfs_print_on_error;
66ad135b5dSChristopher Siden	spa_feature_table;
67b7b97454Sperrin	zfs_allocatable_devs;
6899d5e173STim Haley	zfs_asprintf;
6978f17100SMatthew Ahrens	zfs_bookmark_exists;
70f808c858Sraf	zfs_clone;
71f808c858Sraf	zfs_close;
72f808c858Sraf	zfs_create;
737f1f55eaSvb160487	zfs_create_ancestors;
747f1f55eaSvb160487	zfs_dataset_exists;
75ecd6cf80Smarks	zfs_deleg_share_nfs;
76f808c858Sraf	zfs_destroy;
77f808c858Sraf	zfs_destroy_snaps;
7819b94df9SMatthew Ahrens	zfs_destroy_snaps_nvl;
79e9dbad6fSeschrock	zfs_expand_proplist;
80f808c858Sraf	zfs_get_handle;
811af68beaSAlexander Stetsenko	zfs_get_holds;
822bcf0248SMax Grossman	zfs_get_hole_count;
83f808c858Sraf	zfs_get_name;
84d5b5bb25SRich Morris	zfs_get_pool_handle;
85*8808ac5dSYuri Pankov	zfs_get_pool_name;
86e9dbad6fSeschrock	zfs_get_user_props;
87f808c858Sraf	zfs_get_type;
8819b94df9SMatthew Ahrens	zfs_handle_dup;
893f9d6ad7SLin Ling	zfs_history_event_names;
90842727c2SChris Kirby	zfs_hold;
91f808c858Sraf	zfs_is_mounted;
92f808c858Sraf	zfs_is_shared;
93f3861e1aSahl	zfs_is_shared_nfs;
94da6c28aaSamw	zfs_is_shared_smb;
9578f17100SMatthew Ahrens	zfs_iter_bookmarks;
96f808c858Sraf	zfs_iter_children;
97f808c858Sraf	zfs_iter_dependents;
98f808c858Sraf	zfs_iter_filesystems;
99f808c858Sraf	zfs_iter_root;
100f808c858Sraf	zfs_iter_snapshots;
101ca45db41SChris Kirby	zfs_iter_snapshots_sorted;
10219b94df9SMatthew Ahrens	zfs_iter_snapspec;
103f808c858Sraf	zfs_mount;
104f808c858Sraf	zfs_name_to_prop;
105f808c858Sraf	zfs_name_valid;
106f808c858Sraf	zfs_nicenum;
107f808c858Sraf	zfs_nicestrtonum;
108f808c858Sraf	zfs_open;
1095aba80dbSck153898	zfs_path_to_zhandle;
110f808c858Sraf	zfs_promote;
111e9dbad6fSeschrock	zfs_prop_align_right;
112f808c858Sraf	zfs_prop_column_name;
113f808c858Sraf	zfs_prop_default_numeric;
114f808c858Sraf	zfs_prop_default_string;
115f808c858Sraf	zfs_prop_get;
116f808c858Sraf	zfs_prop_get_int;
117f808c858Sraf	zfs_prop_get_numeric;
11892241e0bSTom Erickson	zfs_prop_get_recvd;
11914843421SMatthew Ahrens	zfs_prop_get_table;
120edea4b55SLin Ling	zfs_prop_get_userquota_int;
12114843421SMatthew Ahrens	zfs_prop_get_userquota;
12219b94df9SMatthew Ahrens	zfs_prop_get_written_int;
12319b94df9SMatthew Ahrens	zfs_prop_get_written;
124f808c858Sraf	zfs_prop_inherit;
125f808c858Sraf	zfs_prop_inheritable;
12614843421SMatthew Ahrens	zfs_prop_init;
127f808c858Sraf	zfs_prop_is_string;
128f808c858Sraf	zfs_prop_readonly;
129f808c858Sraf	zfs_prop_set;
13030925561SChris Williamson	zfs_prop_set_list;
131e7437265Sahrens	zfs_prop_string_to_index;
132f808c858Sraf	zfs_prop_to_name;
133e9dbad6fSeschrock	zfs_prop_user;
13414843421SMatthew Ahrens	zfs_prop_userquota;
135f808c858Sraf	zfs_prop_valid_for_type;
136f808c858Sraf	zfs_prop_values;
13719b94df9SMatthew Ahrens	zfs_prop_written;
1382e5e9e19SSanjeev Bagewadi	zfs_prune_proplist;
139f808c858Sraf	zfs_receive;
140f808c858Sraf	zfs_refresh_properties;
141842727c2SChris Kirby	zfs_release;
142f808c858Sraf	zfs_rename;
143f808c858Sraf	zfs_rollback;
1444445fffbSMatthew Ahrens	zfs_save_arguments;
145f808c858Sraf	zfs_send;
14678f17100SMatthew Ahrens	zfs_send_one;
1479c3fd121SMatthew Ahrens	zfs_send_resume;
1489c3fd121SMatthew Ahrens	zfs_send_resume_token_to_nvlist;
149f808c858Sraf	zfs_share;
150da6c28aaSamw	zfs_shareall;
151f3861e1aSahl	zfs_share_nfs;
152da6c28aaSamw	zfs_share_smb;
15399d5e173STim Haley	zfs_show_diffs;
154743a77edSAlan Wright	zfs_smb_acl_add;
155743a77edSAlan Wright	zfs_smb_acl_purge;
156743a77edSAlan Wright	zfs_smb_acl_remove;
157743a77edSAlan Wright	zfs_smb_acl_rename;
158f808c858Sraf	zfs_snapshot;
1594445fffbSMatthew Ahrens	zfs_snapshot_nvl;
1607b97dc1aSrm160521	zfs_spa_version;
1610a586ceaSMark Shellenbaum	zfs_spa_version_map;
16278f17100SMatthew Ahrens	zfs_standard_error;
163f808c858Sraf	zfs_type_to_name;
164f808c858Sraf	zfs_unmount;
165f808c858Sraf	zfs_unmountall;
166f808c858Sraf	zfs_unshare;
167f3861e1aSahl	zfs_unshare_nfs;
168da6c28aaSamw	zfs_unshare_smb;
169da6c28aaSamw	zfs_unshareall;
170da6c28aaSamw	zfs_unshareall_bypath;
171f3861e1aSahl	zfs_unshareall_nfs;
172da6c28aaSamw	zfs_unshareall_smb;
17314843421SMatthew Ahrens	zfs_userspace;
174c61ea566SGeorge Wilson	zfs_valid_proplist;
1751af68beaSAlexander Stetsenko	zfs_get_fsacl;
1761af68beaSAlexander Stetsenko	zfs_set_fsacl;
17714843421SMatthew Ahrens	zfs_userquota_prop_prefixes;
1780a586ceaSMark Shellenbaum	zfs_zpl_version_map;
179f808c858Sraf	zpool_add;
180f808c858Sraf	zpool_clear;
181096d22d4SEric Schrock	zpool_clear_label;
182f808c858Sraf	zpool_close;
183f808c858Sraf	zpool_create;
184f808c858Sraf	zpool_destroy;
185f3861e1aSahl	zpool_disable_datasets;
1869eb19f4dSGeorge Wilson	zpool_dump_ddt;
187f3861e1aSahl	zpool_enable_datasets;
188b1b8ab34Slling	zpool_expand_proplist;
189468c413aSTim Haley	zpool_explain_recover;
190f808c858Sraf	zpool_export;
191394ab0cbSGeorge Wilson	zpool_export_force;
192f808c858Sraf	zpool_find_import;
1932f8aaab3Seschrock	zpool_find_import_cached;
194f808c858Sraf	zpool_find_vdev;
195573ca77eSGeorge Wilson	zpool_find_vdev_by_physpath;
196069f55e2SEric Schrock	zpool_fru_set;
197f808c858Sraf	zpool_get_config;
198f808c858Sraf	zpool_get_errlog;
19957221772SChristopher Siden	zpool_get_features;
200f808c858Sraf	zpool_get_handle;
20106eeb2adSek110237	zpool_get_history;
202f808c858Sraf	zpool_get_name;
20319397407SSherry Moore	zpool_get_physpath;
204b1b8ab34Slling	zpool_get_prop;
2053d7072f8Seschrock	zpool_get_prop_int;
206f808c858Sraf	zpool_get_state;
207f808c858Sraf	zpool_get_status;
2088f18d1faSGeorge Wilson	zpool_history_unpack;
209f808c858Sraf	zpool_import;
210990b4856Slling	zpool_import_props;
211f808c858Sraf	zpool_import_status;
212f808c858Sraf	zpool_in_use;
2134263d13fSGeorge Wilson	zpool_is_bootable;
214f808c858Sraf	zpool_iter;
2158488aeb5Staylor	zpool_label_disk;
2164445fffbSMatthew Ahrens	zpool_log_history;
217f808c858Sraf	zpool_mount_datasets;
218ecd6cf80Smarks	zpool_name_to_prop;
21955434c77Sek110237	zpool_obj_to_path;
220f808c858Sraf	zpool_open;
221f808c858Sraf	zpool_open_canfail;
222ad135b5dSChristopher Siden	zpool_print_unsup_feat;
223990b4856Slling	zpool_prop_align_right;
224990b4856Slling	zpool_prop_column_name;
225ad135b5dSChristopher Siden	zpool_prop_feature;
226ad135b5dSChristopher Siden	zpool_prop_get_feature;
227990b4856Slling	zpool_prop_readonly;
228b1b8ab34Slling	zpool_prop_to_name;
229ad135b5dSChristopher Siden	zpool_prop_unsupported;
230b1b8ab34Slling	zpool_prop_values;
231f808c858Sraf	zpool_read_label;
232f808c858Sraf	zpool_refresh_stats;
233e9103aaeSGarrett D'Amore	zpool_reguid;
2344263d13fSGeorge Wilson	zpool_reopen;
2353f9d6ad7SLin Ling	zpool_scan;
236d41c4376SMark J Musante	zpool_search_import;
237b1b8ab34Slling	zpool_set_prop;
238*8808ac5dSYuri Pankov	zpool_skip_pool;
239990b4856Slling	zpool_state_to_name;
240f808c858Sraf	zpool_unmount_datasets;
241f808c858Sraf	zpool_upgrade;
242f808c858Sraf	zpool_vdev_attach;
2433d7072f8Seschrock	zpool_vdev_clear;
2443d7072f8Seschrock	zpool_vdev_degrade;
245f808c858Sraf	zpool_vdev_detach;
2463d7072f8Seschrock	zpool_vdev_fault;
247f808c858Sraf	zpool_vdev_name;
248f808c858Sraf	zpool_vdev_offline;
249f808c858Sraf	zpool_vdev_online;
250f808c858Sraf	zpool_vdev_remove;
2511195e687SMark J Musante	zpool_vdev_split;
252990b4856Slling	zprop_free_list;
253990b4856Slling	zprop_get_list;
254990b4856Slling	zprop_iter;
255990b4856Slling	zprop_print_one_property;
2564263d13fSGeorge Wilson	zprop_width;
257e7cbe64fSgw25295	zvol_check_dump_config;
258c1449561SEric Taylor	zvol_volsize_to_reservation;
259f808c858Sraf    local:
260f808c858Sraf	*;
261f808c858Sraf};
262