-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapfs.mod.c
535 lines (527 loc) · 18.7 KB
/
apfs.mod.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
BUILD_SALT;
BUILD_LTO_INFO;
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__section(".gnu.linkonce.this_module") = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODULE_UNLOAD
.exit = cleanup_module,
#endif
.arch = MODULE_ARCH_INIT,
};
#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif
static const struct modversion_info ____versions[]
__used __section("__versions") = {
{ 0x39c63b21, "module_layout" },
{ 0xa30a0ff7, "kobject_put" },
{ 0x638e9611, "blkdev_issue_discard" },
{ 0xf97db3da, "kset_create_and_add" },
{ 0x2d3385d3, "system_wq" },
{ 0xcd06f1a5, "kmem_cache_destroy" },
{ 0xc93a830, "fs_bio_set" },
{ 0xc85bd565, "kernel_write" },
{ 0xd8e2daf1, "iget_failed" },
{ 0xfeffcf37, "kmalloc_caches" },
{ 0xe2c17b5d, "__SCT__might_resched" },
{ 0xeb233a45, "__kmalloc" },
{ 0x655bbfb, "blkdev_report_zones" },
{ 0x37589843, "drop_nlink" },
{ 0xecfb4400, "set_anon_super" },
{ 0xba260211, "lzvn_encode_scratch_size" },
{ 0x9875d5cd, "submit_bio_wait" },
{ 0x4fb317ab, "put_devmap_managed_page" },
{ 0x107e5878, "zlib_inflateEnd" },
{ 0x53b954a2, "up_read" },
{ 0x7381287f, "trace_handle_return" },
{ 0x84502a47, "blk_status_to_errno" },
{ 0xc92f8a86, "bio_alloc_bioset" },
{ 0xb5b54b34, "_raw_spin_unlock" },
{ 0x46fd9f28, "generic_file_llseek" },
{ 0x6d07e352, "__mark_inode_dirty" },
{ 0x62ab716, "d_invalidate" },
{ 0xbdbb3b69, "__set_page_dirty_nobuffers" },
{ 0x27864d57, "memparse" },
{ 0x9f42bedf, "filemap_fault" },
{ 0x688e72e1, "__SCT__preempt_schedule_notrace" },
{ 0x7aa1756e, "kvfree" },
{ 0x7704d049, "__cleancache_get_page" },
{ 0xac537ac2, "percpu_counter_destroy" },
{ 0xa0fbac79, "wake_up_bit" },
{ 0x754d539c, "strlen" },
{ 0x151f4898, "schedule_timeout_uninterruptible" },
{ 0x60a13e90, "rcu_barrier" },
{ 0xa45c7b90, "stack_trace_print" },
{ 0x5ff9d3a4, "filemap_write_and_wait_range" },
{ 0x47709e42, "free_anon_bdev" },
{ 0xf48a20af, "iget5_locked" },
{ 0x370a74e, "migrate_page" },
{ 0xf29afd46, "find_get_pages_contig" },
{ 0x9438bf74, "kill_anon_super" },
{ 0xa9320d27, "ktime_get_seconds" },
{ 0x89a0cd52, "crc32c_impl" },
{ 0xfc6ffb42, "dget_parent" },
{ 0x64999478, "congestion_wait" },
{ 0x3d02fddf, "bdev_read_only" },
{ 0xb8b043f2, "kfree_link" },
{ 0xe41476d9, "ZSTD_getParams" },
{ 0xad73041f, "autoremove_wake_function" },
{ 0x9d673fa5, "posix_acl_to_xattr" },
{ 0x263ed23b, "__x86_indirect_thunk_r12" },
{ 0x30af45a1, "ZSTD_initCStream" },
{ 0x9961598b, "file_ra_state_init" },
{ 0x11b9864b, "seq_escape" },
{ 0x2ec6bba0, "errseq_set" },
{ 0xbfc3f615, "rcuwait_wake_up" },
{ 0x4e68e9be, "rb_next_postorder" },
{ 0xd4c14632, "system_unbound_wq" },
{ 0x69e2f0c4, "is_bad_inode" },
{ 0x4f65c6b9, "pagecache_get_page" },
{ 0x18888d00, "downgrade_write" },
{ 0x37a232, "truncate_inode_pages_range" },
{ 0xffae8e8b, "nsecs_to_jiffies" },
{ 0x3713c416, "generic_file_open" },
{ 0xbbf58a83, "posix_acl_access_xattr_handler" },
{ 0xacf4d843, "match_strdup" },
{ 0xee38bb15, "posix_acl_update_mode" },
{ 0xc07351b3, "__SCT__cond_resched" },
{ 0xfe8c61f0, "_raw_read_lock" },
{ 0x4c6460f7, "__lock_page" },
{ 0x28e34f88, "kobject_uevent" },
{ 0x3906ab9b, "tag_pages_for_writeback" },
{ 0xc3690fc, "_raw_spin_lock_bh" },
{ 0x49ed86a0, "ZSTD_endStream" },
{ 0x6f449dac, "__percpu_down_read" },
{ 0xf7173eaa, "filemap_read" },
{ 0xb376c310, "touch_atime" },
{ 0xd33db060, "deactivate_locked_super" },
{ 0xffeedf6a, "delayed_work_timer_fn" },
{ 0xd9b85ef6, "lockref_get" },
{ 0xf09cc34, "schedule_timeout_killable" },
{ 0xbae032e7, "dput" },
{ 0xa5ff843e, "seq_printf" },
{ 0x56470118, "__warn_printk" },
{ 0x4fdc2d2, "sysfs_create_files" },
{ 0xb43f9365, "ktime_get" },
{ 0x837b7b09, "__dynamic_pr_debug" },
{ 0xee91879b, "rb_first_postorder" },
{ 0x44e9a829, "match_token" },
{ 0x66b4cc41, "kmemdup" },
{ 0xc29957c3, "__x86_indirect_thunk_rcx" },
{ 0xfd63259e, "inc_nlink" },
{ 0x2debfba5, "filp_close" },
{ 0x79e34626, "alloc_pages" },
{ 0xe091c977, "list_sort" },
{ 0xaa37368a, "invalidate_inode_pages2" },
{ 0x4bf5fa69, "init_user_ns" },
{ 0xee076c74, "bio_trim" },
{ 0xb48d4d22, "security_sb_eat_lsm_opts" },
{ 0x53126ecc, "__percpu_counter_sum" },
{ 0xafa6cc6, "bioset_init" },
{ 0xc6f46339, "init_timer_key" },
{ 0xea6f9a36, "zlib_deflate_dfltcc_enabled" },
{ 0xe138fb8c, "percpu_counter_add_batch" },
{ 0x4f378084, "filemap_fdatawait_range" },
{ 0x9fa7184a, "cancel_delayed_work_sync" },
{ 0x3213f038, "mutex_unlock" },
{ 0x85df9b6c, "strsep" },
{ 0x9c512de8, "crypto_shash_final" },
{ 0x1e698651, "bio_advance" },
{ 0xae7a535b, "trace_event_buffer_reserve" },
{ 0x28017fcb, "d_instantiate_new" },
{ 0x7bead0bb, "kobject_del" },
{ 0x1e11210b, "generic_read_dir" },
{ 0x999e8297, "vfree" },
{ 0x37746fde, "ZSTD_initDStream" },
{ 0xbaf22757, "kvfree_call_rcu" },
{ 0x4e779790, "lzvn_decode_buffer" },
{ 0x8228dc54, "page_cache_sync_ra" },
{ 0x50a0b138, "igrab" },
{ 0x8db6553a, "super_setup_bdi" },
{ 0xb1e25684, "__trace_bputs" },
{ 0xcd6d4aa, "__alloc_pages_bulk" },
{ 0x4629334c, "__preempt_count" },
{ 0x28aa6a67, "call_rcu" },
{ 0xe62086, "noop_direct_IO" },
{ 0x7a2af7b4, "cpu_number" },
{ 0x1ac5d3cb, "strcspn" },
{ 0x97651e6c, "vmemmap_base" },
{ 0xf458e740, "redirty_page_for_writepage" },
{ 0xb15b4109, "crc32c" },
{ 0x922f45a6, "__bitmap_clear" },
{ 0x3c3ff9fd, "sprintf" },
{ 0x99078b39, "trace_print_flags_seq" },
{ 0x953e1b9e, "ktime_get_real_seconds" },
{ 0xe39ded62, "pagevec_lookup_range_tag" },
{ 0x2c54aea0, "bpf_trace_run3" },
{ 0x1d795a19, "sysfs_remove_group" },
{ 0x2d39b0a7, "kstrdup" },
{ 0xc112c91e, "set_page_dirty" },
{ 0x6d51221a, "kthread_create_on_node" },
{ 0x15ba50a6, "jiffies" },
{ 0x4e10817, "insert_inode_locked4" },
{ 0x34c7cdbc, "lookup_bdev" },
{ 0x7fe32873, "rb_replace_node" },
{ 0xbb8a314d, "truncate_setsize" },
{ 0xf11a4b15, "try_to_release_page" },
{ 0xbb9ed3bf, "mutex_trylock" },
{ 0xe2d5255a, "strcmp" },
{ 0x668b19a1, "down_read" },
{ 0xfc9aaf42, "kobject_create_and_add" },
{ 0x6bd1aa56, "stack_trace_save" },
{ 0xe40c37ea, "down_write_trylock" },
{ 0xd35a5a5e, "end_page_writeback" },
{ 0x878469bd, "ZSTD_decompressStream" },
{ 0xabec813, "wbc_account_cgroup_owner" },
{ 0x93d6dd8c, "complete_all" },
{ 0xece784c2, "rb_first" },
{ 0xab453710, "invalidate_bdev" },
{ 0x6c34f4ae, "make_kgid" },
{ 0x43c97ad9, "blkcg_root_css" },
{ 0xd9a5ea54, "__init_waitqueue_head" },
{ 0x6b10bee1, "_copy_to_user" },
{ 0x17de3d5, "nr_cpu_ids" },
{ 0xce6e1220, "bio_reset" },
{ 0xab2fa380, "__insert_inode_hash" },
{ 0x25974000, "wait_for_completion" },
{ 0xa084749a, "__bitmap_or" },
{ 0xd27b25dd, "blk_check_plugged" },
{ 0xf6c865eb, "generic_remap_file_range_prep" },
{ 0x97934ecf, "del_timer_sync" },
{ 0x2688ec10, "bitmap_zalloc" },
{ 0x5c3c7387, "kstrtoull" },
{ 0xf2b30736, "bio_associate_blkg_from_css" },
{ 0x2b30f429, "raid6_call" },
{ 0x7e526bfa, "__x86_indirect_thunk_r10" },
{ 0xfb578fc5, "memset" },
{ 0x1e1e140e, "ns_to_timespec64" },
{ 0x1cceca28, "from_kuid" },
{ 0x706c5a65, "preempt_count_sub" },
{ 0x4a59f62a, "set_task_ioprio" },
{ 0x4792cdbc, "bpf_trace_run1" },
{ 0x20967397, "inode_add_bytes" },
{ 0x11089ac7, "_ctype" },
{ 0xf8f61ebc, "wake_up_var" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0xd0935c9d, "current_task" },
{ 0xbe2236a3, "read_cache_page_gfp" },
{ 0x5b6c00e6, "xor_blocks" },
{ 0x612bfd89, "errno_to_blk_status" },
{ 0x89940875, "mutex_lock_interruptible" },
{ 0xcefb0c9f, "__mutex_init" },
{ 0x180f5bff, "kthread_associate_blkcg" },
{ 0xaeac049a, "generate_random_guid" },
{ 0xba36a3cb, "posix_acl_chmod" },
{ 0x1caccd20, "sysfs_create_group" },
{ 0xfcf1c082, "d_obtain_alias" },
{ 0x449ad0a7, "memcmp" },
{ 0x80a8e8e, "__cpu_online_mask" },
{ 0x40235c98, "_raw_write_unlock" },
{ 0xd3f2a432, "iov_iter_alignment" },
{ 0xa50a3da7, "_find_next_bit" },
{ 0x9ec6ca96, "ktime_get_real_ts64" },
{ 0xdd4d55b6, "_raw_read_unlock" },
{ 0xc917e655, "debug_smp_processor_id" },
{ 0x3acb8f0c, "crypto_shash_update" },
{ 0x171078b8, "bio_add_page" },
{ 0x4bfb6a0e, "sget" },
{ 0x5dcbd496, "kobject_init_and_add" },
{ 0xf1e046cc, "panic" },
{ 0x4c9d28b0, "phys_base" },
{ 0x9084b044, "clear_page_erms" },
{ 0xf74bb274, "mod_delayed_work_on" },
{ 0x21a87943, "bio_clone_fast" },
{ 0x392b1fea, "wait_for_completion_io" },
{ 0x68d1c02d, "blkdev_issue_zeroout" },
{ 0x2e3bcce2, "wait_for_completion_interruptible" },
{ 0xf31b3fd1, "workqueue_set_max_active" },
{ 0x6870744e, "crypto_shash_digest" },
{ 0x4d9b652b, "rb_erase" },
{ 0x9166fada, "strncpy" },
{ 0xd2c076a9, "trace_event_reg" },
{ 0x76e9eb6b, "from_kgid" },
{ 0x755f6f47, "blkdev_get_by_path" },
{ 0x7db18349, "bio_kmalloc" },
{ 0xb8a0098f, "security_inode_init_security" },
{ 0xce5ac24f, "zlib_inflate_workspacesize" },
{ 0x4b750f53, "_raw_spin_unlock_irq" },
{ 0x5a921311, "strncmp" },
{ 0x925493f, "clear_page_orig" },
{ 0x5792f848, "strlcpy" },
{ 0x8de19290, "kmem_cache_free" },
{ 0x4dfa8d4b, "mutex_lock" },
{ 0x5f4b412f, "set_nlink" },
{ 0x19a3f6f1, "file_update_time" },
{ 0xe68efe41, "_raw_write_lock" },
{ 0x8c03d20c, "destroy_workqueue" },
{ 0x5d3047, "setattr_copy" },
{ 0x1e6d26a8, "strstr" },
{ 0xd147f4f8, "bpf_trace_run5" },
{ 0x6185b747, "radix_tree_gang_lookup_tag" },
{ 0x6626afca, "down" },
{ 0x28f9906e, "sysfs_merge_group" },
{ 0x39fca55a, "wait_on_page_writeback" },
{ 0xa681fe88, "generate_random_uuid" },
{ 0xc38c83b8, "mod_timer" },
{ 0xcd5e199e, "kobj_sysfs_ops" },
{ 0xf562aaea, "unlock_two_nondirectories" },
{ 0x3737d9a9, "ZSTD_DStreamWorkspaceBound" },
{ 0x2469810f, "__rcu_read_unlock" },
{ 0xc79dd21e, "truncate_pagecache" },
{ 0xc9a4b416, "copy_to_user_nofault" },
{ 0x5240ee7, "percpu_counter_batch" },
{ 0xf2867141, "set_cached_acl" },
{ 0xb9af1d0d, "__xa_clear_mark" },
{ 0x8c8569cb, "kstrtoint" },
{ 0x2fe4174b, "sysfs_remove_link" },
{ 0x4e3567f7, "match_int" },
{ 0xe58ba684, "wait_on_page_bit" },
{ 0x5a0b73d0, "zlib_deflateInit2" },
{ 0x6091797f, "synchronize_rcu" },
{ 0x71765ecd, "filemap_fdatawrite_wbc" },
{ 0x7c276d92, "unlock_page" },
{ 0xb7c0f443, "sort" },
{ 0xce807a25, "up_write" },
{ 0x70a834d3, "kobject_add" },
{ 0x57bc19d2, "down_write" },
{ 0x11561f62, "fput" },
{ 0x465e6a11, "sysfs_unmerge_group" },
{ 0xea89064f, "perf_trace_run_bpf_submit" },
{ 0x88ba60f6, "migrate_page_move_mapping" },
{ 0xad5f0017, "perf_trace_buf_alloc" },
{ 0x99d453d5, "inode_nohighmem" },
{ 0x42160169, "flush_workqueue" },
{ 0xa7862d6c, "posix_acl_create" },
{ 0xfe487975, "init_wait_entry" },
{ 0x562631a1, "balance_dirty_pages_ratelimited" },
{ 0x92dfaf83, "__inode_attach_wb" },
{ 0x16d8eb98, "bio_endio" },
{ 0x4e6e4b41, "radix_tree_delete" },
{ 0xe1e9f0bf, "bio_put" },
{ 0x4ea5d10, "ksize" },
{ 0x9f46ced8, "__sw_hweight64" },
{ 0x58e3306d, "bit_wait_io" },
{ 0xe829d1c8, "mark_page_accessed" },
{ 0x581f98da, "zlib_inflate" },
{ 0x769f6e64, "errseq_check" },
{ 0x94bf03ca, "utf8_to_utf32" },
{ 0xbb633c43, "bioset_exit" },
{ 0x10e0b83a, "inode_init_once" },
{ 0xc2c5802, "work_busy" },
{ 0x599fb41c, "kvmalloc_node" },
{ 0x615911d7, "__bitmap_set" },
{ 0xec1876ba, "sysfs_create_link" },
{ 0x7cd8d75e, "page_offset_base" },
{ 0x5e332b52, "__var_waitqueue" },
{ 0xabcd03b7, "submit_bio" },
{ 0xc6cbbc89, "capable" },
{ 0xa02aa74a, "__cond_resched_lock" },
{ 0x23b4e0d7, "clear_page_rep" },
{ 0xb1d3a15c, "blk_finish_plug" },
{ 0x5d49aabc, "init_wait_var_entry" },
{ 0xb0aed408, "ZSTD_compressStream" },
{ 0xbb17400e, "xattr_full_name" },
{ 0x9f984513, "strrchr" },
{ 0x6b27729b, "radix_tree_gang_lookup" },
{ 0xc876ea2f, "kmem_cache_alloc" },
{ 0xf2a66506, "__free_pages" },
{ 0x2a428513, "account_page_redirty" },
{ 0x618911fc, "numa_node" },
{ 0x84cf51ec, "blkdev_put" },
{ 0xdf2cbf19, "lzfse_decode_scratch_size" },
{ 0x33b84f74, "copy_page" },
{ 0x4e20bcf8, "radix_tree_tag_set" },
{ 0xa916b694, "strnlen" },
{ 0xf3c0e6e7, "__filemap_set_wb_err" },
{ 0x54fd244a, "fs_kobj" },
{ 0x742de4d9, "bdevname" },
{ 0xf3e3c17c, "sync_blockdev" },
{ 0x379823d8, "inode_sub_bytes" },
{ 0xbc8e6b, "truncate_inode_pages_final" },
{ 0x36aa9e29, "make_kuid" },
{ 0x6990f349, "trace_event_ignore_this_pid" },
{ 0xf82ec573, "rb_prev" },
{ 0xe46021ca, "_raw_spin_unlock_bh" },
{ 0x28a69372, "lzfse_decode_buffer" },
{ 0x296695f, "refcount_warn_saturate" },
{ 0xe9f7149c, "zlib_deflate_workspacesize" },
{ 0xd0da656b, "__stack_chk_fail" },
{ 0x8f786bee, "fs_umode_to_dtype" },
{ 0xadfdfcef, "__bitmap_andnot" },
{ 0x1000e51, "schedule" },
{ 0x8ddd8aad, "schedule_timeout" },
{ 0x1d24c881, "___ratelimit" },
{ 0xb8b9f817, "kmalloc_order_trace" },
{ 0x4a9ef30c, "blkdev_zone_mgmt" },
{ 0x203d5284, "posix_acl_from_xattr" },
{ 0x96b29254, "strncasecmp" },
{ 0x605790dc, "fiemap_fill_next_extent" },
{ 0x8427cc7b, "_raw_spin_lock_irq" },
{ 0x92997ed8, "_printk" },
{ 0xca13e2c5, "bioset_integrity_create" },
{ 0xd7c4a5d4, "unlock_new_inode" },
{ 0x3a539868, "lock_two_nondirectories" },
{ 0xc883e63c, "inode_newsize_ok" },
{ 0xe4b051cf, "raid6_datap_recov" },
{ 0x6e3afe, "add_swap_extent" },
{ 0x5e95b1cd, "current_umask" },
{ 0xef1e64f, "iomap_dio_rw" },
{ 0xd65034fa, "lzvn_decode_scratch_size" },
{ 0x4652126e, "inode_set_bytes" },
{ 0x2ea2c95c, "__x86_indirect_thunk_rax" },
{ 0xa4d5cc71, "sysfs_notify" },
{ 0xef7c52bf, "inode_get_bytes" },
{ 0x8df9dd10, "guid_null" },
{ 0xa1e80338, "crypto_destroy_tfm" },
{ 0xcef5202e, "trace_event_buffer_commit" },
{ 0xe255cca7, "wake_up_process" },
{ 0x611fabdb, "d_prune_aliases" },
{ 0xbaffff96, "ZSTD_CStreamWorkspaceBound" },
{ 0x20cbb30a, "__percpu_counter_init" },
{ 0xf0f79bf3, "migrate_page_states" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0x6a6666c7, "vfs_setpos" },
{ 0xcbd4898c, "fortify_panic" },
{ 0xadbbd21a, "clear_page_dirty_for_io" },
{ 0xc3ff38c2, "down_read_trylock" },
{ 0x7d271255, "kmem_cache_alloc_trace" },
{ 0xba8fbd64, "_raw_spin_lock" },
{ 0x653fbf80, "__per_cpu_offset" },
{ 0xca21ebd3, "bitmap_free" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0x89434b4b, "radix_tree_tag_clear" },
{ 0xa5526619, "rb_insert_color" },
{ 0x6fb3892, "kmem_cache_create" },
{ 0x313dac70, "d_tmpfile" },
{ 0x134ef31, "register_filesystem" },
{ 0x35a88f28, "zlib_inflateInit2" },
{ 0xf2c43f3f, "zlib_deflate" },
{ 0x638e986a, "event_triggers_call" },
{ 0x3eeb2322, "__wake_up" },
{ 0x9c86b9ab, "fileattr_fill_flags" },
{ 0x37928bfb, "sysfs_remove_files" },
{ 0xa97227c5, "__pagevec_release" },
{ 0x1984d421, "out_of_line_wait_on_bit" },
{ 0x8c26d495, "prepare_to_wait_event" },
{ 0xd59453c2, "bpf_trace_run2" },
{ 0x37178a7e, "__test_set_page_writeback" },
{ 0x9ac86ef8, "iter_file_splice_write" },
{ 0x46713d08, "wbc_attach_and_unlock_inode" },
{ 0xb35a89f2, "lzfse_encode_scratch_size" },
{ 0xa1c954c3, "kset_unregister" },
{ 0x42fa8656, "iput" },
{ 0xa20d01ba, "__trace_bprintk" },
{ 0x54496b4, "schedule_timeout_interruptible" },
{ 0x37a0cba, "kfree" },
{ 0x3969903c, "truncate_pagecache_range" },
{ 0x3b6c41ea, "kstrtouint" },
{ 0xf7277360, "generic_permission" },
{ 0xb27c8c37, "inode_dio_wait" },
{ 0xd4e60660, "ihold" },
{ 0x69acdf38, "memcpy" },
{ 0xcc5c2df4, "trace_print_symbols_seq" },
{ 0x75495ac, "fiemap_prep" },
{ 0xed9c974d, "trace_event_raw_init" },
{ 0xfba7ddd2, "match_u64" },
{ 0x92d121e5, "current_time" },
{ 0x2d41e6f5, "__trace_puts" },
{ 0xd5fd90f1, "prepare_to_wait" },
{ 0xbcdf86fd, "generic_error_remove_page" },
{ 0x58ac115d, "d_splice_alias" },
{ 0x5953f108, "__x86_indirect_alt_call_r10" },
{ 0xb71589f0, "skip_spaces" },
{ 0xd07f543, "get_anon_bdev" },
{ 0x8f64f4cd, "kobject_init" },
{ 0x32ce3777, "radix_tree_preload" },
{ 0x99f7371c, "refcount_dec_and_mutex_lock" },
{ 0xcf2a6966, "up" },
{ 0xc8a32437, "invalidate_mapping_pages" },
{ 0xde09a94d, "xas_find" },
{ 0x787c882b, "lzo1x_1_compress" },
{ 0x8e0c04a5, "fget" },
{ 0x1057a279, "bsearch" },
{ 0x96848186, "scnprintf" },
{ 0x495f9518, "trace_event_printf" },
{ 0x4e68e69d, "d_make_root" },
{ 0x13f48c9, "__x86_indirect_alt_call_r12" },
{ 0x4df8fbc, "lzo1x_decompress_safe" },
{ 0xc890c008, "zlib_deflateEnd" },
{ 0x92540fbf, "finish_wait" },
{ 0x9a353ae, "__x86_indirect_alt_call_rax" },
{ 0x1803a6ed, "raid6_2data_recov" },
{ 0x70ad75fb, "radix_tree_lookup" },
{ 0xd4ab78b9, "filemap_fdatawrite_range" },
{ 0x8e354fd6, "posix_acl_default_xattr_handler" },
{ 0x608741b5, "__init_swait_queue_head" },
{ 0x63c4d61f, "__bitmap_weight" },
{ 0xca9360b5, "rb_next" },
{ 0x66139f67, "bpf_trace_run6" },
{ 0x48d88a2c, "__SCT__preempt_schedule" },
{ 0x8810754a, "_find_first_bit" },
{ 0x16e2717, "unregister_filesystem" },
{ 0x91c6d19c, "write_one_page" },
{ 0x752c62b2, "init_special_inode" },
{ 0x6ed126c5, "security_sb_set_mnt_opts" },
{ 0x4796c13b, "kobject_rename" },
{ 0x4b364580, "trace_raw_output_prep" },
{ 0xc5b6f236, "queue_work_on" },
{ 0x1e1b3fe5, "writeback_inodes_sb" },
{ 0xa6257a2f, "complete" },
{ 0xb6f5d671, "filemap_map_pages" },
{ 0x656e4a6e, "snprintf" },
{ 0x271c7fec, "new_inode" },
{ 0xb0e602eb, "memmove" },
{ 0x409af0bf, "generic_file_splice_read" },
{ 0xecff8704, "set_blocksize" },
{ 0x80a717a8, "__percpu_counter_compare" },
{ 0x8d522714, "__rcu_read_lock" },
{ 0xc60d0620, "__num_online_cpus" },
{ 0xf2e5bd87, "security_free_mnt_opts" },
{ 0xf229424a, "preempt_count_add" },
{ 0xdf2c2742, "rb_last" },
{ 0xfccc9380, "discard_new_inode" },
{ 0x439e1238, "zero_fill_bio" },
{ 0xe598cd31, "__x86_indirect_alt_call_rcx" },
{ 0xf6610436, "bio_add_zone_append_page" },
{ 0x13c49cc2, "_copy_from_user" },
{ 0x6fbc6a00, "radix_tree_insert" },
{ 0x93110263, "filemap_range_has_page" },
{ 0x2bfe67ca, "__cleancache_init_fs" },
{ 0x533d7bff, "bpf_trace_run4" },
{ 0x8a2802a4, "clear_inode" },
{ 0x49cd25ed, "alloc_workqueue" },
{ 0x79ec8f93, "blk_start_plug" },
{ 0xae6e3a66, "__bio_add_page" },
{ 0x71756a10, "pagecache_isize_extended" },
{ 0x4150be82, "d_instantiate" },
{ 0x7b4da6ff, "__init_rwsem" },
{ 0x90c25af8, "wbc_detach_inode" },
{ 0x88db9f48, "__check_object_size" },
{ 0x77990e9, "page_cache_async_ra" },
{ 0x8ed77a0f, "filemap_flush" },
{ 0x137c68d6, "__put_page" },
{ 0xea79d740, "file_check_and_advance_wb_err" },
{ 0x660d43fc, "clear_nlink" },
{ 0x6d061259, "setattr_prepare" },
{ 0xc8dcc62a, "krealloc" },
{ 0x5738c38, "migrate_page_copy" },
{ 0xc31db0ce, "is_vmalloc_addr" },
{ 0x34ce000a, "generic_fillattr" },
{ 0xa72877af, "inode_init_owner" },
{ 0xe914e41e, "strcpy" },
{ 0x453deb15, "filp_open" },
{ 0x9d2c2627, "__page_file_index" },
{ 0x587f22d7, "devmap_managed_key" },
{ 0xb5943e90, "bio_associate_blkg" },
};
MODULE_INFO(depends, "lzvn_compress,zstd_compress,lzvn_decompress,raid6_pq,xor,lzfse_decompress,lzfse_compress");
MODULE_INFO(srcversion, "D7D2139B473623445C87A02");