88 lines
3.0 KiB
C
88 lines
3.0 KiB
C
#include <linux/module.h>
|
|
#define INCLUDE_VERMAGIC
|
|
#include <linux/build-salt.h>
|
|
#include <linux/elfnote-lto.h>
|
|
#include <linux/export-internal.h>
|
|
#include <linux/vermagic.h>
|
|
#include <linux/compiler.h>
|
|
|
|
#ifdef CONFIG_UNWINDER_ORC
|
|
#include <asm/orc_header.h>
|
|
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
|
|
|
|
KSYMTAB_DATA(fscache_addremove_sem, "", "");
|
|
KSYMTAB_DATA(fscache_clearance_waiters, "", "");
|
|
KSYMTAB_FUNC(fscache_acquire_cache, "", "");
|
|
KSYMTAB_FUNC(fscache_relinquish_cache, "", "");
|
|
KSYMTAB_FUNC(fscache_add_cache, "", "");
|
|
KSYMTAB_FUNC(fscache_io_error, "", "");
|
|
KSYMTAB_FUNC(fscache_withdraw_cache, "", "");
|
|
KSYMTAB_FUNC(fscache_end_cookie_access, "", "");
|
|
KSYMTAB_FUNC(fscache_cookie_lookup_negative, "", "");
|
|
KSYMTAB_FUNC(fscache_resume_after_invalidation, "", "");
|
|
KSYMTAB_FUNC(fscache_caching_failed, "", "");
|
|
KSYMTAB_FUNC(__fscache_acquire_cookie, "", "");
|
|
KSYMTAB_FUNC(__fscache_use_cookie, "", "");
|
|
KSYMTAB_FUNC(__fscache_unuse_cookie, "", "");
|
|
KSYMTAB_FUNC(fscache_withdraw_cookie, "", "");
|
|
KSYMTAB_FUNC(__fscache_relinquish_cookie, "", "");
|
|
KSYMTAB_FUNC(fscache_put_cookie, "", "");
|
|
KSYMTAB_FUNC(fscache_get_cookie, "", "");
|
|
KSYMTAB_FUNC(__fscache_invalidate, "", "");
|
|
KSYMTAB_FUNC(fscache_wait_for_operation, "", "");
|
|
KSYMTAB_FUNC(__fscache_begin_read_operation, "", "");
|
|
KSYMTAB_FUNC(__fscache_begin_write_operation, "", "");
|
|
KSYMTAB_FUNC(fscache_dirty_folio, "", "");
|
|
KSYMTAB_FUNC(__fscache_clear_page_bits, "", "");
|
|
KSYMTAB_FUNC(__fscache_write_to_cache, "", "");
|
|
KSYMTAB_FUNC(__fscache_resize_cookie, "", "");
|
|
KSYMTAB_DATA(__tracepoint_fscache_access_cache, "", "");
|
|
KSYMTAB_FUNC(__traceiter_fscache_access_cache, "", "");
|
|
KSYMTAB_DATA(__SCK__tp_func_fscache_access_cache, "", "");
|
|
KSYMTAB_FUNC(__SCT__tp_func_fscache_access_cache, "", "");
|
|
KSYMTAB_DATA(__tracepoint_fscache_access_volume, "", "");
|
|
KSYMTAB_FUNC(__traceiter_fscache_access_volume, "", "");
|
|
KSYMTAB_DATA(__SCK__tp_func_fscache_access_volume, "", "");
|
|
KSYMTAB_FUNC(__SCT__tp_func_fscache_access_volume, "", "");
|
|
KSYMTAB_DATA(__tracepoint_fscache_access, "", "");
|
|
KSYMTAB_FUNC(__traceiter_fscache_access, "", "");
|
|
KSYMTAB_DATA(__SCK__tp_func_fscache_access, "", "");
|
|
KSYMTAB_FUNC(__SCT__tp_func_fscache_access, "", "");
|
|
KSYMTAB_DATA(fscache_wq, "", "");
|
|
KSYMTAB_FUNC(fscache_end_volume_access, "", "");
|
|
KSYMTAB_FUNC(__fscache_acquire_volume, "", "");
|
|
KSYMTAB_FUNC(__fscache_relinquish_volume, "", "");
|
|
KSYMTAB_FUNC(fscache_withdraw_volume, "", "");
|
|
KSYMTAB_DATA(fscache_n_updates, "", "");
|
|
KSYMTAB_DATA(fscache_n_read, "", "");
|
|
KSYMTAB_DATA(fscache_n_write, "", "");
|
|
KSYMTAB_DATA(fscache_n_no_write_space, "", "");
|
|
KSYMTAB_DATA(fscache_n_no_create_space, "", "");
|
|
KSYMTAB_DATA(fscache_n_culled, "", "");
|
|
|
|
MODULE_INFO(depends, "netfs");
|
|
|