#include #include #include 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"); KSYMTAB_FUNC(get_nfs_version, "_gpl", ""); KSYMTAB_FUNC(register_nfs_version, "_gpl", ""); KSYMTAB_FUNC(unregister_nfs_version, "_gpl", ""); KSYMTAB_FUNC(nfs_alloc_client, "_gpl", ""); KSYMTAB_FUNC(nfs_free_client, "_gpl", ""); KSYMTAB_FUNC(nfs_put_client, "_gpl", ""); KSYMTAB_FUNC(nfs_client_init_is_complete, "_gpl", ""); KSYMTAB_FUNC(nfs_client_init_status, "_gpl", ""); KSYMTAB_FUNC(nfs_wait_client_init_complete, "_gpl", ""); KSYMTAB_FUNC(nfs_get_client, "_gpl", ""); KSYMTAB_FUNC(nfs_mark_client_ready, "_gpl", ""); KSYMTAB_FUNC(nfs_init_timeout_values, "_gpl", ""); KSYMTAB_FUNC(nfs_create_rpc_client, "_gpl", ""); KSYMTAB_FUNC(nfs_init_server_rpcclient, "_gpl", ""); KSYMTAB_FUNC(nfs_init_client, "_gpl", ""); KSYMTAB_FUNC(nfs_probe_server, "_gpl", ""); KSYMTAB_FUNC(nfs_server_copy_userdata, "_gpl", ""); KSYMTAB_FUNC(nfs_server_insert_lists, "_gpl", ""); KSYMTAB_FUNC(nfs_server_remove_lists, "_gpl", ""); KSYMTAB_FUNC(nfs_alloc_server, "_gpl", ""); KSYMTAB_FUNC(nfs_free_server, "_gpl", ""); KSYMTAB_FUNC(nfs_create_server, "_gpl", ""); KSYMTAB_FUNC(nfs_clone_server, "_gpl", ""); KSYMTAB_FUNC(nfs_force_lookup_revalidate, "_gpl", ""); KSYMTAB_FUNC(nfs_set_verifier, "_gpl", ""); KSYMTAB_FUNC(nfs_clear_verifier_delegated, "_gpl", ""); KSYMTAB_DATA(nfs_dentry_operations, "_gpl", ""); KSYMTAB_FUNC(nfs_lookup, "_gpl", ""); KSYMTAB_FUNC(nfs_d_prune_case_insensitive_aliases, "_gpl", ""); KSYMTAB_DATA(nfs4_dentry_operations, "_gpl", ""); KSYMTAB_FUNC(nfs_atomic_open, "_gpl", ""); KSYMTAB_FUNC(nfs_atomic_open_v23, "_gpl", ""); KSYMTAB_FUNC(nfs_add_or_obtain, "_gpl", ""); KSYMTAB_FUNC(nfs_instantiate, "_gpl", ""); KSYMTAB_FUNC(nfs_create, "_gpl", ""); KSYMTAB_FUNC(nfs_mknod, "_gpl", ""); KSYMTAB_FUNC(nfs_mkdir, "_gpl", ""); KSYMTAB_FUNC(nfs_rmdir, "_gpl", ""); KSYMTAB_FUNC(nfs_unlink, "_gpl", ""); KSYMTAB_FUNC(nfs_symlink, "_gpl", ""); KSYMTAB_FUNC(nfs_link, "_gpl", ""); KSYMTAB_FUNC(nfs_rename, "_gpl", ""); KSYMTAB_FUNC(nfs_access_zap_cache, "_gpl", ""); KSYMTAB_FUNC(nfs_access_get_cached, "_gpl", ""); KSYMTAB_FUNC(nfs_access_add_cache, "_gpl", ""); KSYMTAB_FUNC(nfs_access_set_mask, "_gpl", ""); KSYMTAB_FUNC(nfs_may_open, "_gpl", ""); KSYMTAB_FUNC(nfs_permission, "_gpl", ""); KSYMTAB_FUNC(nfs_check_flags, "_gpl", ""); KSYMTAB_FUNC(nfs_file_release, "_gpl", ""); KSYMTAB_FUNC(nfs_file_llseek, "_gpl", ""); KSYMTAB_FUNC(nfs_file_read, "_gpl", ""); KSYMTAB_FUNC(nfs_file_splice_read, "_gpl", ""); KSYMTAB_FUNC(nfs_file_mmap, "_gpl", ""); KSYMTAB_FUNC(nfs_file_fsync, "_gpl", ""); KSYMTAB_FUNC(nfs_file_write, "_gpl", ""); KSYMTAB_FUNC(nfs_lock, "_gpl", ""); KSYMTAB_FUNC(nfs_flock, "_gpl", ""); KSYMTAB_DATA(nfs_file_operations, "_gpl", ""); KSYMTAB_FUNC(nfs_wait_bit_killable, "_gpl", ""); KSYMTAB_FUNC(nfs_drop_inode, "_gpl", ""); KSYMTAB_FUNC(nfs_clear_inode, "_gpl", ""); KSYMTAB_FUNC(nfs_sync_inode, "_gpl", ""); KSYMTAB_FUNC(nfs_check_cache_invalid, "_gpl", ""); KSYMTAB_FUNC(nfs_set_cache_invalid, "_gpl", ""); KSYMTAB_FUNC(nfs_zap_acl_cache, "_gpl", ""); KSYMTAB_FUNC(nfs_invalidate_atime, "_gpl", ""); KSYMTAB_FUNC(nfs4_label_alloc, "_gpl", ""); KSYMTAB_FUNC(nfs_setsecurity, "_gpl", ""); KSYMTAB_FUNC(nfs_fhget, "_gpl", ""); KSYMTAB_FUNC(nfs_update_delegated_mtime, "_gpl", ""); KSYMTAB_FUNC(nfs_setattr, "_gpl", ""); KSYMTAB_FUNC(nfs_setattr_update_inode, "_gpl", ""); KSYMTAB_FUNC(nfs_getattr, "_gpl", ""); KSYMTAB_FUNC(nfs_get_lock_context, "_gpl", ""); KSYMTAB_FUNC(nfs_put_lock_context, "_gpl", ""); KSYMTAB_FUNC(nfs_close_context, "_gpl", ""); KSYMTAB_FUNC(alloc_nfs_open_context, "_gpl", ""); KSYMTAB_FUNC(get_nfs_open_context, "_gpl", ""); KSYMTAB_FUNC(put_nfs_open_context, "_gpl", ""); KSYMTAB_FUNC(nfs_inode_attach_open_context, "_gpl", ""); KSYMTAB_FUNC(nfs_file_set_open_context, "_gpl", ""); KSYMTAB_FUNC(nfs_revalidate_inode, "_gpl", ""); KSYMTAB_FUNC(nfs_inc_attr_generation_counter, "_gpl", ""); KSYMTAB_FUNC(nfs_fattr_init, "_gpl", ""); KSYMTAB_FUNC(nfs_alloc_fattr, "_gpl", ""); KSYMTAB_FUNC(nfs_alloc_fattr_with_label, "_gpl", ""); KSYMTAB_FUNC(nfs_alloc_fhandle, "_gpl", ""); KSYMTAB_FUNC(_nfs_display_fhandle_hash, "_gpl", ""); KSYMTAB_FUNC(_nfs_display_fhandle, "_gpl", ""); KSYMTAB_FUNC(nfs_refresh_inode, "_gpl", ""); KSYMTAB_FUNC(nfs_post_op_update_inode, "_gpl", ""); KSYMTAB_FUNC(nfs_post_op_update_inode_force_wcc, "_gpl", ""); KSYMTAB_FUNC(nfs_alloc_inode, "_gpl", ""); KSYMTAB_FUNC(nfs_free_inode, "_gpl", ""); KSYMTAB_DATA(nfsiod_workqueue, "_gpl", ""); KSYMTAB_DATA(nfs_net_id, "_gpl", ""); KSYMTAB_DATA(nfs_sops, "_gpl", ""); KSYMTAB_FUNC(nfs_sb_active, "_gpl", ""); KSYMTAB_FUNC(nfs_sb_deactive, "_gpl", ""); KSYMTAB_FUNC(nfs_client_for_each_server, "_gpl", ""); KSYMTAB_FUNC(nfs_statfs, "_gpl", ""); KSYMTAB_FUNC(nfs_show_options, "_gpl", ""); KSYMTAB_FUNC(nfs_show_devname, "_gpl", ""); KSYMTAB_FUNC(nfs_show_path, "_gpl", ""); KSYMTAB_FUNC(nfs_show_stats, "_gpl", ""); KSYMTAB_FUNC(nfs_umount_begin, "_gpl", ""); KSYMTAB_FUNC(nfs_auth_info_match, "_gpl", ""); KSYMTAB_FUNC(nfs_try_get_tree, "_gpl", ""); KSYMTAB_FUNC(nfs_reconfigure, "_gpl", ""); KSYMTAB_FUNC(nfs_kill_super, "_gpl", ""); KSYMTAB_DATA(nfs_callback_nr_threads, "_gpl", ""); KSYMTAB_DATA(nfs_callback_set_tcpport, "_gpl", ""); KSYMTAB_DATA(nfs_idmap_cache_timeout, "_gpl", ""); KSYMTAB_DATA(nfs4_disable_idmapping, "_gpl", ""); KSYMTAB_DATA(max_session_slots, "_gpl", ""); KSYMTAB_DATA(max_session_cb_slots, "_gpl", ""); KSYMTAB_DATA(send_implementation_id, "_gpl", ""); KSYMTAB_DATA(nfs4_client_id_uniquifier, "_gpl", ""); KSYMTAB_DATA(recover_lost_locks, "_gpl", ""); KSYMTAB_DATA(nfs_delay_retrans, "_gpl", ""); KSYMTAB_FUNC(nfs_dreq_bytes_left, "_gpl", ""); KSYMTAB_FUNC(nfs_pgio_current_mirror, "_gpl", ""); KSYMTAB_FUNC(nfs_pgheader_init, "_gpl", ""); KSYMTAB_FUNC(nfs_async_iocounter_wait, "_gpl", ""); KSYMTAB_FUNC(nfs_release_request, "_gpl", ""); KSYMTAB_FUNC(nfs_generic_pg_test, "_gpl", ""); KSYMTAB_FUNC(nfs_pgio_header_alloc, "_gpl", ""); KSYMTAB_FUNC(nfs_pgio_header_free, "_gpl", ""); KSYMTAB_FUNC(nfs_initiate_pgio, "_gpl", ""); KSYMTAB_FUNC(nfs_generic_pgio, "_gpl", ""); KSYMTAB_FUNC(nfs_pageio_resend, "_gpl", ""); KSYMTAB_FUNC(nfs_pageio_init_read, "_gpl", ""); KSYMTAB_FUNC(nfs_pageio_reset_read_mds, "_gpl", ""); KSYMTAB_FUNC(nfs_read_alloc_scratch, "_gpl", ""); KSYMTAB_FUNC(nfs_commitdata_alloc, "_gpl", ""); KSYMTAB_FUNC(nfs_commit_free, "_gpl", ""); KSYMTAB_FUNC(nfs_request_add_commit_list_locked, "_gpl", ""); KSYMTAB_FUNC(nfs_request_add_commit_list, "_gpl", ""); KSYMTAB_FUNC(nfs_request_remove_commit_list, "_gpl", ""); KSYMTAB_FUNC(nfs_init_cinfo, "_gpl", ""); KSYMTAB_FUNC(nfs_scan_commit_list, "_gpl", ""); KSYMTAB_FUNC(nfs_pageio_init_write, "_gpl", ""); KSYMTAB_FUNC(nfs_pageio_reset_write_mds, "_gpl", ""); KSYMTAB_FUNC(nfs_writeback_update_inode, "_gpl", ""); KSYMTAB_FUNC(nfs_commitdata_release, "_gpl", ""); KSYMTAB_FUNC(nfs_initiate_commit, "_gpl", ""); KSYMTAB_FUNC(nfs_init_commit, "_gpl", ""); KSYMTAB_FUNC(nfs_retry_commit, "_gpl", ""); KSYMTAB_FUNC(nfs_commit_inode, "_gpl", ""); KSYMTAB_FUNC(nfs_write_inode, "_gpl", ""); KSYMTAB_FUNC(nfs_filemap_write_and_wait_range, "_gpl", ""); KSYMTAB_FUNC(nfs_wb_all, "_gpl", ""); KSYMTAB_FUNC(nfs_path, "_gpl", ""); KSYMTAB_FUNC(nfs_do_submount, "_gpl", ""); KSYMTAB_FUNC(nfs_submount, "_gpl", ""); KSYMTAB_DATA(__tracepoint_nfs_fsync_enter, "_gpl", ""); KSYMTAB_FUNC(__traceiter_nfs_fsync_enter, "_gpl", ""); KSYMTAB_DATA(__SCK__tp_func_nfs_fsync_enter, "_gpl", ""); KSYMTAB_FUNC(__SCT__tp_func_nfs_fsync_enter, "_gpl", ""); KSYMTAB_DATA(__tracepoint_nfs_fsync_exit, "_gpl", ""); KSYMTAB_FUNC(__traceiter_nfs_fsync_exit, "_gpl", ""); KSYMTAB_DATA(__SCK__tp_func_nfs_fsync_exit, "_gpl", ""); KSYMTAB_FUNC(__SCT__tp_func_nfs_fsync_exit, "_gpl", ""); KSYMTAB_DATA(__tracepoint_nfs_xdr_status, "_gpl", ""); KSYMTAB_FUNC(__traceiter_nfs_xdr_status, "_gpl", ""); KSYMTAB_DATA(__SCK__tp_func_nfs_xdr_status, "_gpl", ""); KSYMTAB_FUNC(__SCT__tp_func_nfs_xdr_status, "_gpl", ""); KSYMTAB_DATA(__tracepoint_nfs_xdr_bad_filehandle, "_gpl", ""); KSYMTAB_FUNC(__traceiter_nfs_xdr_bad_filehandle, "_gpl", ""); KSYMTAB_DATA(__SCK__tp_func_nfs_xdr_bad_filehandle, "_gpl", ""); KSYMTAB_FUNC(__SCT__tp_func_nfs_xdr_bad_filehandle, "_gpl", ""); KSYMTAB_FUNC(nfs_sysfs_link_rpc_client, "_gpl", ""); KSYMTAB_FUNC(nfs_sysfs_add_server, "_gpl", ""); KSYMTAB_DATA(nfs_fs_type, "_gpl", ""); KSYMTAB_DATA(nfs4_fs_type, "_gpl", ""); KSYMTAB_FUNC(nfs_fscache_open_file, "_gpl", ""); MODULE_INFO(depends, "sunrpc,netfs,lockd"); MODULE_INFO(srcversion, "0C2604E03938C81937AAA4B");