#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xc145b6c9, "clear_nlink" }, { 0x95f59fd, "d_instantiate" }, { 0x43028c94, "fat_dir_empty" }, { 0x69b7d8ed, "fat_time_unix2fat" }, { 0xd67f1155, "unregister_filesystem" }, { 0xf0fd79a2, "fat_get_dotdot_entry" }, { 0xd3db6b8e, "fat_free_clusters" }, { 0x8203dfd, "fat_setattr" }, { 0x222ae5c6, "d_splice_alias" }, { 0x88dc4934, "current_time" }, { 0xf8859b80, "__fat_fs_error" }, { 0xc2d8f138, "register_filesystem" }, { 0x140ef569, "fat_scan" }, { 0xd6eaaea1, "full_name_hash" }, { 0x31238660, "kill_block_super" }, { 0xb30e2c0c, "__brelse" }, { 0xf23984da, "inode_maybe_inc_iversion" }, { 0xd7cf8700, "fat_getattr" }, { 0xc72f96ed, "sync_dirty_buffer" }, { 0x5d09c98d, "set_nlink" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x449ad0a7, "memcmp" }, { 0x9bead030, "fat_attach" }, { 0xb5972c5e, "fat_update_time" }, { 0xbb1851c0, "fat_build_inode" }, { 0x8656f778, "fat_fill_super" }, { 0x46b4f100, "fat_alloc_new_dir" }, { 0xd6fce3, "fat_remove_entries" }, { 0x81a31b91, "fat_add_entries" }, { 0x56b4d719, "fat_sync_inode" }, { 0x74e7d7e4, "mount_bdev" }, { 0x3213f038, "mutex_unlock" }, { 0x4165c7db, "inc_nlink" }, { 0x57e9103c, "fat_truncate_time" }, { 0x221af141, "fat_flush_inodes" }, { 0x349cba85, "strchr" }, { 0xf06b526d, "__mark_inode_dirty" }, { 0xde50ca15, "mark_buffer_dirty_inode" }, { 0xa1280f91, "drop_nlink" }, { 0xf8dc60a0, "fat_detach" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "fat");