#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_MITIGATION_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(jbd2__journal_start, "", ""); KSYMTAB_FUNC(jbd2_journal_start, "", ""); KSYMTAB_FUNC(jbd2_journal_free_reserved, "", ""); KSYMTAB_FUNC(jbd2_journal_start_reserved, "", ""); KSYMTAB_FUNC(jbd2__journal_restart, "", ""); KSYMTAB_FUNC(jbd2_journal_restart, "", ""); KSYMTAB_FUNC(jbd2_submit_inode_data, "", ""); KSYMTAB_FUNC(jbd2_wait_inode_data, "", ""); KSYMTAB_FUNC(jbd2_journal_extend, "", ""); KSYMTAB_FUNC(jbd2_journal_stop, "", ""); KSYMTAB_FUNC(jbd2_journal_lock_updates, "", ""); KSYMTAB_FUNC(jbd2_journal_unlock_updates, "", ""); KSYMTAB_FUNC(jbd2_journal_get_write_access, "", ""); KSYMTAB_FUNC(jbd2_journal_get_create_access, "", ""); KSYMTAB_FUNC(jbd2_journal_get_undo_access, "", ""); KSYMTAB_FUNC(jbd2_journal_set_triggers, "", ""); KSYMTAB_FUNC(jbd2_journal_dirty_metadata, "", ""); KSYMTAB_FUNC(jbd2_journal_forget, "", ""); KSYMTAB_FUNC(jbd2_journal_flush, "", ""); KSYMTAB_FUNC(jbd2_journal_revoke, "", ""); KSYMTAB_FUNC(jbd2_journal_init_dev, "", ""); KSYMTAB_FUNC(jbd2_journal_init_inode, "", ""); KSYMTAB_FUNC(jbd2_journal_check_used_features, "", ""); KSYMTAB_FUNC(jbd2_journal_check_available_features, "", ""); KSYMTAB_FUNC(jbd2_journal_set_features, "", ""); KSYMTAB_FUNC(jbd2_journal_load, "", ""); KSYMTAB_FUNC(jbd2_journal_destroy, "", ""); KSYMTAB_FUNC(jbd2_journal_abort, "", ""); KSYMTAB_FUNC(jbd2_journal_errno, "", ""); KSYMTAB_FUNC(jbd2_journal_ack_err, "", ""); KSYMTAB_FUNC(jbd2_journal_clear_err, "", ""); KSYMTAB_FUNC(jbd2_log_wait_commit, "", ""); KSYMTAB_FUNC(jbd2_journal_start_commit, "", ""); KSYMTAB_FUNC(jbd2_journal_force_commit_nested, "", ""); KSYMTAB_FUNC(jbd2_journal_wipe, "", ""); KSYMTAB_FUNC(jbd2_journal_blocks_per_page, "", ""); KSYMTAB_FUNC(jbd2_journal_invalidate_folio, "", ""); KSYMTAB_FUNC(jbd2_journal_try_to_free_buffers, "", ""); KSYMTAB_FUNC(jbd2_journal_force_commit, "", ""); KSYMTAB_FUNC(jbd2_journal_inode_ranged_write, "", ""); KSYMTAB_FUNC(jbd2_journal_inode_ranged_wait, "", ""); KSYMTAB_FUNC(jbd2_journal_finish_inode_data_buffers, "", ""); KSYMTAB_FUNC(jbd2_journal_init_jbd_inode, "", ""); KSYMTAB_FUNC(jbd2_journal_release_jbd_inode, "", ""); KSYMTAB_FUNC(jbd2_journal_begin_ordered_truncate, "", ""); KSYMTAB_DATA(jbd2_inode_cache, "", ""); KSYMTAB_FUNC(jbd2_trans_will_send_data_barrier, "", ""); KSYMTAB_FUNC(jbd2_fc_begin_commit, "", ""); KSYMTAB_FUNC(jbd2_fc_end_commit, "", ""); KSYMTAB_FUNC(jbd2_fc_end_commit_fallback, "", ""); KSYMTAB_FUNC(jbd2_transaction_committed, "", ""); KSYMTAB_FUNC(jbd2_complete_transaction, "", ""); KSYMTAB_FUNC(jbd2_fc_get_buf, "", ""); KSYMTAB_FUNC(jbd2_fc_wait_bufs, "", ""); KSYMTAB_FUNC(jbd2_fc_release_bufs, "", ""); KSYMTAB_FUNC(jbd2_journal_update_sb_errno, "", ""); KSYMTAB_FUNC(jbd2_journal_clear_features, "", ""); KSYMTAB_FUNC(jbd2_journal_grab_journal_head, "", ""); KSYMTAB_FUNC(jbd2_journal_put_journal_head, "", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "335B4B249D28BA7CA37274B");