Print this page
8115 parallel zfs mount
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/libzfs/common/mapfile-vers
+++ new/usr/src/lib/libzfs/common/mapfile-vers
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
↓ open down ↓ |
13 lines elided |
↑ open up ↑ |
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
24 -# Copyright (c) 2011, 2014 by Delphix. All rights reserved.
24 +# Copyright (c) 2011, 2017 by Delphix. All rights reserved.
25 25 # Copyright 2016 Nexenta Systems, Inc.
26 26 #
27 27
28 28 #
29 29 # MAPFILE HEADER START
30 30 #
31 31 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
32 32 # Object versioning must comply with the rules detailed in
33 33 #
34 34 # usr/src/lib/README.mapfiles
35 35 #
36 36 # You should not be making modifications here until you've read the most current
37 37 # copy of that file. If you need help, contact a gatekeeper for guidance.
38 38 #
39 39 # MAPFILE HEADER END
40 40 #
41 41
42 42 $mapfile_version 2
↓ open down ↓ |
8 lines elided |
↑ open up ↑ |
43 43
44 44 SYMBOL_VERSION SUNWprivate_1.1 {
45 45 global:
46 46 fletcher_2_native;
47 47 fletcher_2_byteswap;
48 48 fletcher_4_native;
49 49 fletcher_4_byteswap;
50 50 fletcher_4_incremental_native;
51 51 fletcher_4_incremental_byteswap;
52 52 libzfs_add_handle;
53 - libzfs_dataset_cmp;
54 53 libzfs_errno;
55 54 libzfs_error_action;
56 55 libzfs_error_description;
57 56 libzfs_fini;
58 57 libzfs_fru_compare;
59 58 libzfs_fru_devpath;
60 59 libzfs_fru_lookup;
61 60 libzfs_fru_notself;
62 61 libzfs_fru_refresh;
63 62 libzfs_init;
64 63 libzfs_mnttab_cache;
65 64 libzfs_print_on_error;
66 65 spa_feature_table;
67 66 zfs_allocatable_devs;
68 67 zfs_asprintf;
69 68 zfs_bookmark_exists;
↓ open down ↓ |
6 lines elided |
↑ open up ↑ |
70 69 zfs_clone;
71 70 zfs_close;
72 71 zfs_create;
73 72 zfs_create_ancestors;
74 73 zfs_dataset_exists;
75 74 zfs_deleg_share_nfs;
76 75 zfs_destroy;
77 76 zfs_destroy_snaps;
78 77 zfs_destroy_snaps_nvl;
79 78 zfs_expand_proplist;
79 + zfs_foreach_mountpoint;
80 80 zfs_get_handle;
81 81 zfs_get_holds;
82 82 zfs_get_hole_count;
83 83 zfs_get_name;
84 84 zfs_get_pool_handle;
85 85 zfs_get_pool_name;
86 86 zfs_get_user_props;
87 87 zfs_get_type;
88 88 zfs_handle_dup;
89 89 zfs_history_event_names;
90 90 zfs_hold;
91 91 zfs_init_libshare_arg;
92 92 zfs_is_mounted;
93 93 zfs_is_shared;
94 94 zfs_is_shared_nfs;
95 95 zfs_is_shared_smb;
96 96 zfs_iter_bookmarks;
97 97 zfs_iter_children;
98 98 zfs_iter_dependents;
99 99 zfs_iter_filesystems;
100 100 zfs_iter_root;
101 101 zfs_iter_snapshots;
102 102 zfs_iter_snapshots_sorted;
103 103 zfs_iter_snapspec;
104 104 zfs_mount;
105 105 zfs_name_to_prop;
106 106 zfs_name_valid;
107 107 zfs_nicenum;
108 108 zfs_nicestrtonum;
109 109 zfs_open;
110 110 zfs_path_to_zhandle;
111 111 zfs_promote;
112 112 zfs_prop_align_right;
113 113 zfs_prop_column_name;
114 114 zfs_prop_default_numeric;
115 115 zfs_prop_default_string;
116 116 zfs_prop_get;
117 117 zfs_prop_get_int;
118 118 zfs_prop_get_numeric;
119 119 zfs_prop_get_recvd;
120 120 zfs_prop_get_table;
121 121 zfs_prop_get_userquota_int;
122 122 zfs_prop_get_userquota;
123 123 zfs_prop_get_written_int;
124 124 zfs_prop_get_written;
125 125 zfs_prop_inherit;
126 126 zfs_prop_inheritable;
127 127 zfs_prop_init;
128 128 zfs_prop_is_string;
129 129 zfs_prop_readonly;
130 130 zfs_prop_set;
131 131 zfs_prop_set_list;
132 132 zfs_prop_string_to_index;
133 133 zfs_prop_to_name;
134 134 zfs_prop_user;
135 135 zfs_prop_userquota;
136 136 zfs_prop_valid_for_type;
137 137 zfs_prop_values;
138 138 zfs_prop_written;
139 139 zfs_prune_proplist;
140 140 zfs_receive;
141 141 zfs_refresh_properties;
142 142 zfs_release;
143 143 zfs_rename;
144 144 zfs_rollback;
145 145 zfs_save_arguments;
146 146 zfs_send;
147 147 zfs_send_one;
148 148 zfs_send_resume;
149 149 zfs_send_resume_token_to_nvlist;
150 150 zfs_share;
151 151 zfs_shareall;
152 152 zfs_share_nfs;
153 153 zfs_share_smb;
154 154 zfs_show_diffs;
155 155 zfs_smb_acl_add;
156 156 zfs_smb_acl_purge;
157 157 zfs_smb_acl_remove;
158 158 zfs_smb_acl_rename;
159 159 zfs_snapshot;
160 160 zfs_snapshot_nvl;
161 161 zfs_spa_version;
162 162 zfs_spa_version_map;
163 163 zfs_standard_error;
164 164 zfs_type_to_name;
165 165 zfs_uninit_libshare;
166 166 zfs_unmount;
167 167 zfs_unmountall;
168 168 zfs_unshare;
169 169 zfs_unshare_nfs;
170 170 zfs_unshare_smb;
171 171 zfs_unshareall;
172 172 zfs_unshareall_bypath;
173 173 zfs_unshareall_nfs;
174 174 zfs_unshareall_smb;
175 175 zfs_userspace;
176 176 zfs_valid_proplist;
177 177 zfs_get_fsacl;
178 178 zfs_set_fsacl;
179 179 zfs_userquota_prop_prefixes;
180 180 zfs_zpl_version_map;
181 181 zpool_add;
182 182 zpool_clear;
183 183 zpool_clear_label;
184 184 zpool_close;
185 185 zpool_create;
186 186 zpool_destroy;
187 187 zpool_disable_datasets;
188 188 zpool_dump_ddt;
189 189 zpool_enable_datasets;
190 190 zpool_expand_proplist;
191 191 zpool_explain_recover;
192 192 zpool_export;
193 193 zpool_export_force;
194 194 zpool_find_import;
195 195 zpool_find_import_cached;
196 196 zpool_find_vdev;
197 197 zpool_find_vdev_by_physpath;
198 198 zpool_fru_set;
199 199 zpool_get_config;
200 200 zpool_get_errlog;
201 201 zpool_get_features;
202 202 zpool_get_handle;
203 203 zpool_get_history;
204 204 zpool_get_name;
205 205 zpool_get_physpath;
206 206 zpool_get_prop;
207 207 zpool_get_prop_int;
208 208 zpool_get_state;
209 209 zpool_get_status;
210 210 zpool_history_unpack;
211 211 zpool_import;
212 212 zpool_import_props;
213 213 zpool_import_status;
214 214 zpool_in_use;
215 215 zpool_is_bootable;
216 216 zpool_iter;
217 217 zpool_label_disk;
218 218 zpool_log_history;
219 219 zpool_mount_datasets;
220 220 zpool_name_to_prop;
221 221 zpool_obj_to_path;
222 222 zpool_open;
223 223 zpool_open_canfail;
224 224 zpool_pool_state_to_name;
225 225 zpool_print_unsup_feat;
226 226 zpool_prop_align_right;
227 227 zpool_prop_column_name;
228 228 zpool_prop_feature;
229 229 zpool_prop_get_feature;
230 230 zpool_prop_readonly;
231 231 zpool_prop_to_name;
232 232 zpool_prop_unsupported;
233 233 zpool_prop_values;
234 234 zpool_read_label;
235 235 zpool_refresh_stats;
236 236 zpool_reguid;
237 237 zpool_reopen;
238 238 zpool_scan;
239 239 zpool_search_import;
240 240 zpool_set_prop;
241 241 zpool_skip_pool;
242 242 zpool_state_to_name;
243 243 zpool_unmount_datasets;
244 244 zpool_upgrade;
245 245 zpool_vdev_attach;
246 246 zpool_vdev_clear;
247 247 zpool_vdev_degrade;
248 248 zpool_vdev_detach;
249 249 zpool_vdev_fault;
250 250 zpool_vdev_name;
251 251 zpool_vdev_offline;
252 252 zpool_vdev_online;
253 253 zpool_vdev_remove;
254 254 zpool_vdev_split;
255 255 zprop_free_list;
256 256 zprop_get_list;
257 257 zprop_iter;
258 258 zprop_print_one_property;
259 259 zprop_width;
260 260 zvol_check_dump_config;
261 261 zvol_volsize_to_reservation;
262 262 local:
263 263 *;
264 264 };
↓ open down ↓ |
175 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX