]> git.proxmox.com Git - mirror_zfs-debian.git/blame - module/zfs/zfs.mod.c
Reflow changelog from last upload to avoid lintian warning.
[mirror_zfs-debian.git] / module / zfs / zfs.mod.c
CommitLineData
4e820b5a
AX
1#include <linux/module.h>
2#include <linux/vermagic.h>
3#include <linux/compiler.h>
4
5MODULE_INFO(vermagic, VERMAGIC_STRING);
6
7struct module __this_module
8__attribute__((section(".gnu.linkonce.this_module"))) = {
9 .name = KBUILD_MODNAME,
10 .init = init_module,
11#ifdef CONFIG_MODULE_UNLOAD
12 .exit = cleanup_module,
13#endif
14 .arch = MODULE_ARCH_INIT,
15};
16
17static const struct modversion_info ____versions[]
18__used
19__attribute__((section("__versions"))) = {
20 { 0x51198477, "module_layout" },
21 { 0xdd4acab1, "vn_fsync" },
22 { 0x9937746a, "d_path" },
23 { 0x13be9977, "nvlist_add_boolean_array" },
24 { 0x9a1dfd65, "strpbrk" },
25 { 0xb7d1325e, "nvlist_add_int32" },
26 { 0x6cc650a4, "zfs_prop_get_type" },
27 { 0x6ae12453, "__kstat_install" },
28 { 0x1c90ea0e, "nvlist_add_int64" },
29 { 0x36198a4d, "nvpair_value_string" },
30 { 0x405c1144, "get_seconds" },
31 { 0x8d8996ce, "z_uncompress" },
32 { 0x4c327173, "alloc_disk" },
33 { 0x34eccc79, "generic_getxattr" },
34 { 0x8b484c4c, "fnvlist_lookup_nvpair" },
35 { 0xcf47e212, "fnvlist_add_int32" },
36 { 0x26b64321, "call_usermodehelper_setfns" },
37 { 0xf5893abf, "up_read" },
38 { 0x8f20556d, "blk_cleanup_queue" },
39 { 0xaada9d55, "zfs_prop_init" },
40 { 0xb41ea00a, "nvlist_add_uint8_array" },
41 { 0xeae36f92, "blk_queue_io_opt" },
42 { 0xdc89486b, "zfs_name_to_prop" },
43 { 0xdb347c7a, "call_usermodehelper_exec" },
44 { 0x3a3b4efc, "generic_file_llseek" },
45 { 0xda48c2e6, "__mark_inode_dirty" },
46 { 0xd4bf55ff, "u8_validate" },
47 { 0x3228f0a3, "d_invalidate" },
48 { 0x21b5a134, "__set_page_dirty_nobuffers" },
49 { 0xf2f1ef64, "fnvlist_alloc" },
50 { 0xadaabe1b, "pv_lock_ops" },
51 { 0x349cba85, "strchr" },
52 { 0x9191a98c, "nvlist_add_uint32_array" },
53 { 0xce291afa, "bio_alloc" },
54 { 0x150ddbd2, "kstat_runq_enter" },
55 { 0x370dbc79, "__remove_inode_hash" },
56 { 0x2fe3ab3e, "get_gendisk" },
57 { 0x3ec8886f, "param_ops_int" },
58 { 0x1403a15e, "taskq_member" },
59 { 0xb0364551, "zio_arena" },
60 { 0xf5dea0d6, "nvpair_value_int64_array" },
61 { 0x25ec1b28, "strlen" },
62 { 0xd0ee38b8, "schedule_timeout_uninterruptible" },
63 { 0x8205f265, "crhold" },
64 { 0x3a9b6fb9, "blk_unregister_region" },
65 { 0xb37f3106, "d_set_d_op" },
66 { 0xaaf57193, "blk_queue_max_hw_sectors" },
67 { 0x1efe1f66, "vn_close" },
68 { 0xa6867664, "filemap_write_and_wait_range" },
69 { 0x4ff1c9bc, "populate_rootfs_wait" },
70 { 0x16916efb, "nvlist_prev_nvpair" },
71 { 0x19295e53, "taskq_create" },
72 { 0x1ba29031, "zfs_component_namecheck" },
73 { 0xffc19dde, "elevator_change" },
74 { 0x89a7204c, "kill_anon_super" },
75 { 0x3f38bd50, "crgetruid" },
76 { 0x6a4152d5, "nvlist_add_uint64" },
77 { 0x6363ef50, "fnvlist_pack_free" },
78 { 0xd0799edd, "posix_acl_to_xattr" },
79 { 0xd14a7eb5, "vn_getattr" },
80 { 0xed8dac48, "nvlist_pack" },
81 { 0xbd100793, "cpu_online_mask" },
82 { 0x79aa04a2, "get_random_bytes" },
83 { 0x67053080, "current_kernel_time" },
84 { 0xf4f0a175, "avl_nearest" },
85 { 0xab140103, "spl_kmem_alloc" },
86 { 0x5d16cdc5, "nvlist_exists" },
87 { 0xd0bd878, "seq_puts" },
88 { 0x80c478fd, "rootdir" },
89 { 0xa850554e, "vn_seek" },
90 { 0x73a78bc4, "downgrade_write" },
91 { 0xcb98e344, "truncate_inode_pages_range" },
92 { 0x2e93154b, "generic_file_open" },
93 { 0xacf4d843, "match_strdup" },
94 { 0xffff91e3, "taskq_init_ent" },
95 { 0x3f69d73b, "test_set_page_writeback" },
96 { 0xefc4da17, "kobj_close_file" },
97 { 0xcf24ceff, "nvlist_remove" },
98 { 0xcd69282b, "__lock_page" },
99 { 0xb54533f7, "usecs_to_jiffies" },
100 { 0x581b3ff3, "zpool_prop_get_type" },
101 { 0xa483a8c3, "zfs_prop_to_name" },
102 { 0x63bdf5f0, "crgetngroups" },
103 { 0xf7fb002a, "kobj_get_filesize" },
104 { 0xd6f70ea0, "nvlist_empty" },
105 { 0x187c0510, "nvpair_value_int64" },
106 { 0x21a7d814, "seq_printf" },
107 { 0xac095684, "zfs_prop_inheritable" },
108 { 0xb6c2717d, "fnvlist_lookup_uint64" },
109 { 0x44e9a829, "match_token" },
110 { 0x582829a0, "avl_last" },
111 { 0xf4e84391, "nvlist_add_nvlist" },
112 { 0xb205e7ee, "nvpair_value_uint16_array" },
113 { 0x8e4c2658, "crgetgroups" },
114 { 0x7cb40d78, "avl_insert_here" },
115 { 0xf3e29ae0, "zpool_prop_to_name" },
116 { 0x64913468, "nvpair_value_uint8_array" },
117 { 0x305105e, "end_writeback" },
118 { 0xba2adaf, "mutex_unlock" },
119 { 0x407478e1, "nvpair_value_uint32_array" },
120 { 0x85df9b6c, "strsep" },
121 { 0xccc94e8, "nvlist_lookup_string" },
122 { 0x4704f678, "vn_rdwr" },
123 { 0xb05ef89e, "fnvlist_add_uint64" },
124 { 0x80336cc4, "generic_read_dir" },
125 { 0x1083f24f, "zfs_prop_valid_for_type" },
126 { 0x5be9e34a, "zfs_prop_setonce" },
127 { 0x76e8f609, "igrab" },
128 { 0x76ad2c09, "fnvlist_size" },
129 { 0x58b765b9, "pool_namecheck" },
130 { 0x47c7b0d2, "cpu_number" },
131 { 0x75fb8325, "generic_setxattr" },
132 { 0xafe82e10, "strcspn" },
133 { 0x3b251083, "mount_nodev" },
134 { 0x84000109, "path_get" },
135 { 0xa5894c2a, "redirty_page_for_writepage" },
136 { 0x91715312, "sprintf" },
137 { 0x8eb0a41f, "tsd_destroy" },
138 { 0xb8e71471, "spl_kmem_cache_free" },
139 { 0xbc32eee7, "spl_panic" },
140 { 0xcc13e034, "nv_alloc_init" },
141 { 0x50ea1952, "nvlist_add_int16_array" },
142 { 0x7d11c268, "jiffies" },
143 { 0x6ccdbacb, "lookup_bdev" },
144 { 0x6fba9cae, "truncate_setsize" },
145 { 0x31eb4278, "mutex_trylock" },
146 { 0x57a6ccd0, "down_read" },
147 { 0xe2d5255a, "strcmp" },
148 { 0x35225ea3, "down_write_trylock" },
149 { 0xb3d0550d, "end_page_writeback" },
150 { 0x8a4cbe5a, "cv_timedwait_hires" },
151 { 0xde9360ba, "totalram_pages" },
152 { 0xaa65a555, "kmem_asprintf" },
153 { 0x42585bc5, "nvlist_add_string_array" },
154 { 0x1d06c4ac, "u8_strcmp" },
155 { 0xd416eac3, "nvlist_xalloc" },
156 { 0xcfb24408, "nvpair_value_int32" },
157 { 0x786ba98a, "crgetuid" },
158 { 0xf2cb0b79, "uio_prefaultpages" },
159 { 0xba3e2d71, "zone_get_hostid" },
160 { 0xd1bf81d6, "invalidate_bdev" },
161 { 0x6395be94, "__init_waitqueue_head" },
162 { 0x4f8b5ddb, "_copy_to_user" },
163 { 0x3c7cdc13, "avl_remove" },
164 { 0x528f1f4e, "nvpair_value_int8_array" },
165 { 0xe24d3a97, "jiffies_64" },
166 { 0xee8843fa, "nvpair_value_uint64" },
167 { 0xc98d2e5d, "blk_queue_max_segments" },
168 { 0x106b6ba8, "taskq_destroy" },
169 { 0x6d0aba34, "wait_for_completion" },
170 { 0x72aa82c6, "param_ops_charp" },
171 { 0xb11fa1ce, "strlcat" },
172 { 0x45fe0d68, "inode_owner_or_capable" },
173 { 0x114258fb, "misc_register" },
174 { 0x7023fd74, "zfs_spa_version_map" },
175 { 0x66cb0ee2, "nvpair_value_uint64_array" },
176 { 0xaba3870c, "kern_path" },
177 { 0xde0bdcff, "memset" },
178 { 0x8b78128, "spl_kmem_cache_destroy" },
179 { 0xbd256438, "nvlist_lookup_nvpair" },
180 { 0x81c1c2b2, "vmem_size" },
181 { 0xbc9dddde, "taskq_wait_id" },
182 { 0x4f6584e1, "vn_getf" },
183 { 0x516b8b85, "nvlist_add_int8_array" },
184 { 0x79a0ecea, "d_add_ci" },
185 { 0xc810362f, "strdup" },
186 { 0x852e6c79, "blk_alloc_queue" },
187 { 0x26cd2d80, "fnvlist_num_pairs" },
188 { 0x22c35c6c, "fnvpair_value_nvlist" },
189 { 0xe9ba039d, "avl_destroy" },
190 { 0x11089ac7, "_ctype" },
191 { 0xd9977d8, "fletcher_4_incremental_native" },
192 { 0x8f64aa4, "_raw_spin_unlock_irqrestore" },
193 { 0x69371301, "current_task" },
194 { 0x143fcac6, "__cv_signal" },
195 { 0x7b6047b1, "avl_numnodes" },
196 { 0x6127b911, "kstat_waitq_exit" },
197 { 0x882c1dc4, "check_disk_change" },
198 { 0x2d004b80, "current_fs_time" },
199 { 0x87ebeb76, "__mutex_init" },
200 { 0x27e1a049, "printk" },
201 { 0xeba677bd, "posix_acl_chmod" },
202 { 0x30da4fbf, "fnvlist_free" },
203 { 0xe6b9d3c4, "find_lock_page" },
204 { 0xeb69fdd8, "d_obtain_alias" },
205 { 0x2fa5a500, "memcmp" },
206 { 0x90cc07c8, "blk_queue_max_discard_sectors" },
207 { 0x9d9024f7, "del_gendisk" },
208 { 0x68a9f991, "nvlist_add_uint16_array" },
209 { 0xa4cec62, "nv_fixed_ops" },
210 { 0x6a36f138, "zpool_prop_feature" },
211 { 0xd04b4649, "crgetfsgid" },
212 { 0xf2048734, "bio_add_page" },
213 { 0xe8856dea, "nvlist_remove_nvpair" },
214 { 0x35b9d4a6, "nvlist_add_nvlist_array" },
215 { 0x75a78768, "nvlist_alloc" },
216 { 0xa26a953e, "fletcher_2_byteswap" },
217 { 0x27655c15, "zfs_allocatable_devs" },
218 { 0xf7eb91ff, "d_alloc_root" },
219 { 0xe52592a, "panic" },
220 { 0xe2fd64d6, "nvpair_value_hrtime" },
221 { 0xa1c76e0a, "_cond_resched" },
222 { 0xb940ee11, "taskq_wait" },
223 { 0x7ec9bfbc, "strncpy" },
224 { 0x70f7c090, "__kstat_set_raw_ops" },
225 { 0xb4390f9a, "mcount" },
226 { 0x422932ac, "nvlist_lookup_int32" },
227 { 0x9e5f923c, "blkdev_get_by_path" },
228 { 0x5da5c9c6, "security_inode_init_security" },
229 { 0x8b19c37b, "check_disk_size_change" },
230 { 0x11edcd4c, "blk_register_region" },
231 { 0x85abc85f, "strncmp" },
232 { 0x672144bd, "strlcpy" },
233 { 0xbf8ba54a, "vprintk" },
234 { 0xafe1db9d, "mutex_lock" },
235 { 0xe5318fa0, "write_cache_pages" },
236 { 0xa340453c, "system_taskq" },
237 { 0x13401075, "taskq_dispatch" },
238 { 0xc8f88566, "nvpair_value_uint16" },
239 { 0x9f1dd1aa, "avl_insert" },
240 { 0x732cbdd2, "avl_is_empty" },
241 { 0xcb99edb0, "posix_acl_equiv_mode" },
242 { 0x5bb6ad4b, "spl_vmem_zalloc" },
243 { 0x71a50dbc, "register_blkdev" },
244 { 0x9b4571df, "nvpair_value_int32_array" },
245 { 0x79cca7cb, "uioskip" },
246 { 0x30cc3621, "insert_inode_locked" },
247 { 0xb3db5628, "avl_create" },
248 { 0xafa476dd, "nvpair_value_int8" },
249 { 0x90782bf3, "nvlist_add_string" },
250 { 0x13f6f973, "wait_on_page_bit" },
251 { 0x5559ab10, "zfs_deleg_whokey" },
252 { 0x4223cbc0, "uiocopy" },
253 { 0x7a82be45, "unlock_page" },
254 { 0x3b4ceb4a, "up_write" },
255 { 0x5318e74d, "shrink_dcache_sb" },
256 { 0x1ebbfffd, "ddi_copyout" },
257 { 0xe6e3b875, "down_write" },
258 { 0xcc762837, "kstat_waitq_enter" },
259 { 0x52252d43, "get_disk" },
260 { 0x6d601403, "crgetgid" },
261 { 0x64623de, "kmem_vasprintf" },
262 { 0x618628e6, "avl_destroy_nodes" },
263 { 0xd16645b6, "fnvlist_add_nvlist" },
264 { 0x89f2142a, "nvpair_value_nvlist_array" },
265 { 0xdb9e2c22, "posix_acl_create" },
266 { 0xd42a96fa, "nvpair_name" },
267 { 0x52778ec7, "vcmn_err" },
268 { 0x7c0a143, "bio_endio" },
269 { 0x920ca817, "bio_put" },
270 { 0xf41bf8b5, "generic_removexattr" },
271 { 0x1b7b5809, "__cv_broadcast" },
272 { 0x3323ccb1, "tsd_get" },
273 { 0xfcb16c49, "mark_page_accessed" },
274 { 0x180d429, "nvlist_add_int64_array" },
275 { 0x53bddca5, "taskq_dispatch_ent" },
276 { 0x61651be, "strcat" },
277 { 0x27277915, "vm_stat" },
278 { 0xd1346eaa, "avl_first" },
279 { 0x5cbae8f4, "crgetfsuid" },
280 { 0x1bc61496, "nvpair_value_int16_array" },
281 { 0xb5a459dc, "unregister_blkdev" },
282 { 0x24208ad1, "__cv_wait_io" },
283 { 0xb428a99c, "zfs_deleg_verify_nvlist" },
284 { 0x87b743ea, "inode_init_once" },
285 { 0x1bfac311, "nvlist_lookup_nvlist" },
286 { 0x7479525e, "fnvlist_add_uint64_array" },
287 { 0x9d9f80c4, "nvlist_free" },
288 { 0x5eb99327, "simple_getattr" },
289 { 0x50c5246d, "nvlist_add_uint8" },
290 { 0x5d6e0bba, "nvlist_lookup_uint64" },
291 { 0xaeefe7de, "submit_bio" },
292 { 0xc6cbbc89, "capable" },
293 { 0x31eaf145, "init_task" },
294 { 0xb1c3a01a, "oops_in_progress" },
295 { 0x9f984513, "strrchr" },
296 { 0x351c2576, "z_compress_level" },
297 { 0x901bfc1a, "ilookup" },
298 { 0x81376bfd, "vn_remove" },
299 { 0xb0030d43, "blkdev_put" },
300 { 0xc50bab05, "unregister_shrinker" },
301 { 0xe8adb6d8, "nvpair_value_boolean_value" },
302 { 0x81483072, "nvlist_add_uint16" },
303 { 0x9e3e7c5, "simple_dir_operations" },
304 { 0xeaa8f57, "generic_file_mmap" },
305 { 0x12a38747, "usleep_range" },
306 { 0x6ae07d22, "__cv_wait" },
307 { 0x17980bc5, "crfree" },
308 { 0x34fdc162, "nvlist_unpack" },
309 { 0x62dbf439, "blk_queue_make_request" },
310 { 0x1e77f, "nvlist_add_int32_array" },
311 { 0x1ef1f75f, "posix_acl_valid" },
312 { 0xaeab70e4, "zfs_prop_default_numeric" },
313 { 0xfce9b49e, "uiomove" },
314 { 0xc54a86a3, "blk_queue_physical_block_size" },
315 { 0x10006f1f, "nvlist_lookup_nv_alloc" },
316 { 0xf7b48661, "vn_set_pwd" },
317 { 0xcb59902f, "nvlist_lookup_byte_array" },
318 { 0xf0fdf6cb, "__stack_chk_fail" },
319 { 0xb9249d16, "cpu_possible_mask" },
320 { 0x3bd1b1f6, "msecs_to_jiffies" },
321 { 0xfe56e2a4, "nvpair_value_int16" },
322 { 0xcc8e80f8, "kstat_runq_exit" },
323 { 0x1000e51, "schedule" },
324 { 0x958b84e3, "tsd_create" },
325 { 0x667ba081, "spl_kmem_cache_create" },
326 { 0x20173f35, "taskq_wait_outstanding" },
327 { 0x5295f485, "posix_acl_from_xattr" },
328 { 0x85261be0, "__kstat_create" },
329 { 0xaebbec7c, "kobj_read_file" },
330 { 0x5b2da8a8, "put_disk" },
331 { 0xffa90716, "unlock_new_inode" },
332 { 0x2bbdb1d2, "nvlist_add_uint32" },
333 { 0x6da84db2, "deactivate_super" },
334 { 0x7274e02f, "bdi_setup_and_register" },
335 { 0x447bea0b, "fnvpair_value_uint64" },
336 { 0x2e36ff5c, "nvlist_remove_all" },
337 { 0x6dc38171, "fnvlist_add_boolean" },
338 { 0xd94959c7, "fletcher_4_native" },
339 { 0x5e95b1cd, "current_umask" },
340 { 0xb948e867, "zfs_prop_userquota" },
341 { 0xd0920999, "nvpair_value_uint32" },
342 { 0xc5ca5da8, "nvlist_merge" },
343 { 0xdae80439, "spl_vmem_alloc" },
344 { 0xdeea79ca, "nvlist_add_int8" },
345 { 0xd22ed5e2, "spl_kmem_cache_alloc" },
346 { 0x6b63f55e, "heap_arena" },
347 { 0x1e60b5ba, "clear_page_dirty_for_io" },
348 { 0xc6956d59, "inode_change_ok" },
349 { 0xa3a77c69, "down_read_trylock" },
350 { 0x65f3602b, "vn_releasef" },
351 { 0x82384b7, "path_put" },
352 { 0x4b88e0e9, "zpool_get_rewind_policy" },
353 { 0x360e492b, "__cv_init" },
354 { 0xd52bf1ce, "_raw_spin_lock" },
355 { 0x2168361b, "fnvlist_add_nvlist_array" },
356 { 0xff3980bf, "read_cache_pages" },
357 { 0xb6445021, "zpool_prop_init" },
358 { 0x9327f5ce, "_raw_spin_lock_irqsave" },
359 { 0xe9167510, "fnvpair_value_string" },
360 { 0xe52947e7, "__phys_addr" },
361 { 0x7521d525, "fnvlist_lookup_string" },
362 { 0x1b8f1d1e, "strfree" },
363 { 0x9e7bdafa, "register_filesystem" },
364 { 0xdafb8f63, "zpool_name_to_prop" },
365 { 0x29c88b11, "nvlist_next_nvpair" },
366 { 0x10f2eb76, "vsnprintf" },
367 { 0x443890f9, "u8_textprep_str" },
368 { 0x659a64d0, "call_usermodehelper_setup" },
369 { 0x16d71b69, "__cv_wait_sig" },
370 { 0x88163724, "zfs_prop_user" },
371 { 0x2c0fbe10, "vn_open" },
372 { 0xa456b044, "zfs_prop_readonly" },
373 { 0x82027a4c, "cmn_err" },
374 { 0xff40513c, "avl_find" },
375 { 0xc43ab895, "nvlist_add_boolean_value" },
376 { 0xe6990065, "fletcher_4_incremental_byteswap" },
377 { 0x506746b6, "getrawmonotonic" },
378 { 0x2e99f25f, "__cv_timedwait_sig" },
379 { 0x8dfdd77d, "fnvpair_value_int32" },
380 { 0x4c82bcb5, "nvlist_add_byte" },
381 { 0x5c5fd5f1, "iput" },
382 { 0xa0ed48c9, "fnvlist_lookup_nvlist" },
383 { 0x6db955bf, "nvpair_type" },
384 { 0xd2c3d1c4, "ddi_copyin" },
385 { 0x1285cb78, "tsd_set" },
386 { 0x3896a905, "__thread_exit" },
387 { 0x37a0cba, "kfree" },
388 { 0x531d58c3, "zpool_prop_index_to_string" },
389 { 0xd234c7f7, "nvlist_add_nvpair" },
390 { 0x236c8c64, "memcpy" },
391 { 0x3799704a, "spl_kmem_cache_set_move" },
392 { 0x5ecf6f91, "vn_mode_to_vtype" },
393 { 0xea8a6c75, "param_ops_long" },
394 { 0xe3e12c4f, "d_splice_alias" },
395 { 0x9518b623, "register_shrinker" },
396 { 0xe1f620de, "add_disk" },
397 { 0x4b2cb038, "zfs_prop_index_to_string" },
398 { 0xd1c1752d, "zfs_zpl_version_map" },
399 { 0x434773c9, "avl_walk" },
400 { 0xf715d7e4, "fletcher_4_byteswap" },
401 { 0x86f43149, "zfs_userquota_prop_prefixes" },
402 { 0xf68905fd, "ddi_strtoull" },
403 { 0x45dd41aa, "generic_readlink" },
404 { 0xa2fb3ea8, "put_page" },
405 { 0x5aa48f01, "bdi_destroy" },
406 { 0x4cbbd171, "__bitmap_weight" },
407 { 0x4b69abe5, "nvpair_value_byte" },
408 { 0x6811efbd, "nvlist_size" },
409 { 0xd7e6464c, "fletcher_2_native" },
410 { 0x3d6d97a2, "ioctl_by_bdev" },
411 { 0x670fde39, "fnvlist_pack" },
412 { 0x5cc844b3, "unregister_filesystem" },
413 { 0x6cfc93ad, "init_special_inode" },
414 { 0x9f46de9, "kobj_open_file" },
415 { 0x4e7a84e6, "avl_add" },
416 { 0x185936d6, "groupmember" },
417 { 0x4ea06afa, "nvlist_add_byte_array" },
418 { 0x4b06d2e7, "complete" },
419 { 0x50720c5f, "snprintf" },
420 { 0x3a1aa9fb, "bdget" },
421 { 0x7be1c89e, "blk_queue_max_segment_size" },
422 { 0xd433d2cb, "__kstat_delete" },
423 { 0xa3de192d, "fnvlist_add_string" },
424 { 0x504be4f9, "nvlist_add_int16" },
425 { 0xec1cce40, "nvlist_lookup_nvlist_array" },
426 { 0x4ccb2dda, "new_inode" },
427 { 0xa3a5be95, "memmove" },
428 { 0x43c69f9a, "zpool_prop_default_numeric" },
429 { 0xae5d807c, "vmalloc_to_page" },
430 { 0x80c3f220, "spl_kmem_free" },
431 { 0x8eb2664d, "fnvlist_remove_nvpair" },
432 { 0x6edb75cf, "follow_down_one" },
433 { 0x7466fa85, "spl_kmem_cache_reap_now" },
434 { 0xaa9db9bb, "nvlist_add_uint64_array" },
435 { 0xf473f2ff, "blkdev_get" },
436 { 0xc236e29a, "zfs_prop_default_string" },
437 { 0xbaa28806, "simple_dir_inode_operations" },
438 { 0x1500ba78, "__thread_create" },
439 { 0x778a305, "spl_vmem_free" },
440 { 0x4f6b400b, "_copy_from_user" },
441 { 0xb3e56341, "taskq_cancel_id" },
442 { 0xa2c56c31, "param_ops_ulong" },
443 { 0xfad8deb5, "nv_alloc_fini" },
444 { 0xc3fe87c8, "param_ops_uint" },
445 { 0x19471135, "bdget_disk" },
446 { 0xa66a6969, "nvpair_value_nvlist" },
447 { 0xdfb0b5e5, "misc_deregister" },
448 { 0xf91d3b5a, "nvlist_dup" },
449 { 0x62c31a0, "bdput" },
450 { 0x9c679abb, "d_instantiate" },
451 { 0x2a6e6109, "__init_rwsem" },
452 { 0xec031267, "taskq_dispatch_delay" },
453 { 0x2821e0b2, "nvlist_lookup_uint64_array" },
454 { 0x85524b8b, "p0" },
455 { 0x59fe72f0, "__cv_destroy" },
456 { 0x38dbd03a, "dataset_namecheck" },
457 { 0x5fb4b61d, "fnvlist_dup" },
458 { 0x8b50312f, "generic_fillattr" },
459 { 0x2e1cae5a, "vn_openat" },
460 { 0xe914e41e, "strcpy" },
461 { 0xda6b5415, "set_disk_ro" },
462 { 0x9dcb88fc, "spl_kmem_zalloc" },
463 { 0x75907276, "kmem_debugging" },
464 { 0xc3ff0fa1, "nvpair_value_uint8" },
465 { 0xdb7958d9, "taskq_empty_ent" },
466};
467
468static const char __module_depends[]
469__used
470__attribute__((section(".modinfo"))) =
471"depends=spl,znvpair,zcommon,zunicode,zavl";
472
473
474MODULE_INFO(srcversion, "6D4A581C24AFCEC615C1511");