~ubuntu-branches/ubuntu/wily/spl-linux/wily-proposed

« back to all changes in this revision

Viewing changes to module/spl/spl.mod.c

  • Committer: Package Import Robot
  • Author(s): Liang Guo
  • Date: 2014-07-31 15:16:53 UTC
  • Revision ID: package-import@ubuntu.com-20140731151653-tgao12alohj26jcs
Tags: upstream-0.6.3+git20140731
ImportĀ upstreamĀ versionĀ 0.6.3+git20140731

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <linux/module.h>
2
 
#include <linux/vermagic.h>
3
 
#include <linux/compiler.h>
4
 
 
5
 
MODULE_INFO(vermagic, VERMAGIC_STRING);
6
 
 
7
 
struct module __this_module
8
 
__attribute__((section(".gnu.linkonce.this_module"))) = {
9
 
 .name = KBUILD_MODNAME,
10
 
 .init = init_module,
11
 
#ifdef CONFIG_MODULE_UNLOAD
12
 
 .exit = cleanup_module,
13
 
#endif
14
 
 .arch = MODULE_ARCH_INIT,
15
 
};
16
 
 
17
 
static const struct modversion_info ____versions[]
18
 
__used
19
 
__attribute__((section("__versions"))) = {
20
 
        { 0x53eda548, "module_layout" },
21
 
        { 0x6a5fa363, "sigprocmask" },
22
 
        { 0xe59ada41, "alloc_pages_current" },
23
 
        { 0xe45d61d8, "cdev_alloc" },
24
 
        { 0xa4bf0727, "cdev_del" },
25
 
        { 0xba66affe, "kmalloc_caches" },
26
 
        { 0x5a34a45c, "__kmalloc" },
27
 
        { 0x405c1144, "get_seconds" },
28
 
        { 0x7f114141, "complete_and_exit" },
29
 
        { 0x77ecac9f, "zlib_inflateEnd" },
30
 
        { 0xff984224, "call_usermodehelper_setfns" },
31
 
        { 0xd6147ae2, "up_read" },
32
 
        { 0x4c4fef19, "kernel_stack" },
33
 
        { 0xffa0373b, "call_usermodehelper_exec" },
34
 
        { 0xb85f3bbe, "pv_lock_ops" },
35
 
        { 0x349cba85, "strchr" },
36
 
        { 0x98b6038a, "register_sysctl_table" },
37
 
        { 0x1d76d0b6, "inode_permission" },
38
 
        { 0xa90c928a, "param_ops_int" },
39
 
        { 0x25ec1b28, "strlen" },
40
 
        { 0x4ff1c9bc, "populate_rootfs_wait" },
41
 
        { 0x4484628c, "seq_open" },
42
 
        { 0xc8b57c27, "autoremove_wake_function" },
43
 
        { 0xbd100793, "cpu_online_mask" },
44
 
        { 0xb89e62ec, "remove_wait_queue" },
45
 
        { 0xa0ae432b, "proc_dointvec" },
46
 
        { 0x452ebe86, "schedule_delayed_work_on" },
47
 
        { 0x20000329, "simple_strtoul" },
48
 
        { 0xc0a3d105, "find_next_bit" },
49
 
        { 0xdfb565d2, "dput" },
50
 
        { 0xd39f5748, "seq_printf" },
51
 
        { 0xa899f75f, "remove_proc_entry" },
52
 
        { 0xa37d4e55, "filp_close" },
53
 
        { 0xebebe14, "groups_free" },
54
 
        { 0x9e1bdc28, "init_timer_key" },
55
 
        { 0x12360b79, "prepare_to_wait_exclusive" },
56
 
        { 0xfb5f846a, "cancel_delayed_work_sync" },
57
 
        { 0x798ade4a, "mutex_unlock" },
58
 
        { 0x9678101a, "vfs_fsync" },
59
 
        { 0x999e8297, "vfree" },
60
 
        { 0x47c7b0d2, "cpu_number" },
61
 
        { 0xddbb15f6, "path_get" },
62
 
        { 0xda0b678d, "seq_read" },
63
 
        { 0x7d11c268, "jiffies" },
64
 
        { 0x592b9cd7, "down_read" },
65
 
        { 0x8a819b0e, "unlock_rename" },
66
 
        { 0xb3a23f84, "kthread_bind" },
67
 
        { 0xe174aa7, "__init_waitqueue_head" },
68
 
        { 0x4f8b5ddb, "_copy_to_user" },
69
 
        { 0xffd5a395, "default_wake_function" },
70
 
        { 0xfe7c4287, "nr_cpu_ids" },
71
 
        { 0xacc1ebd1, "param_ops_charp" },
72
 
        { 0xcd59c07, "vfs_read" },
73
 
        { 0xde0bdcff, "memset" },
74
 
        { 0xf7123960, "proc_mkdir" },
75
 
        { 0x11089ac7, "_ctype" },
76
 
        { 0x88941a06, "_raw_spin_unlock_irqrestore" },
77
 
        { 0xf526695f, "current_task" },
78
 
        { 0xc1ded65c, "__mutex_init" },
79
 
        { 0x27e1a049, "printk" },
80
 
        { 0x42224298, "sscanf" },
81
 
        { 0x2c5d459, "kthread_stop" },
82
 
        { 0xe52592a, "panic" },
83
 
        { 0xa1c76e0a, "_cond_resched" },
84
 
        { 0x7ec9bfbc, "strncpy" },
85
 
        { 0xa9edc8e7, "proc_doulongvec_minmax" },
86
 
        { 0xb4390f9a, "mcount" },
87
 
        { 0x82d79b51, "sysctl_vfs_cache_pressure" },
88
 
        { 0xce5ac24f, "zlib_inflate_workspacesize" },
89
 
        { 0xd3c3bea8, "lock_rename" },
90
 
        { 0xd728ebf2, "mutex_lock" },
91
 
        { 0x948cde9, "num_physpages" },
92
 
        { 0x1e6d26a8, "strstr" },
93
 
        { 0xd2267400, "init_uts_ns" },
94
 
        { 0xf0f1246c, "kvasprintf" },
95
 
        { 0xc740c64a, "memchr" },
96
 
        { 0x315c65fd, "zlib_deflateInit2" },
97
 
        { 0xe007de41, "kallsyms_lookup_name" },
98
 
        { 0x420a6ab8, "up_write" },
99
 
        { 0x1436917d, "down_write" },
100
 
        { 0xa50e7d15, "fput" },
101
 
        { 0xb7becdb3, "proc_dostring" },
102
 
        { 0x5d113035, "vm_stat" },
103
 
        { 0xd5c09603, "flush_signals" },
104
 
        { 0x881039d0, "zlib_inflate" },
105
 
        { 0xef14c2d6, "cdev_add" },
106
 
        { 0x9e6aaaf1, "mntput" },
107
 
        { 0x9f984513, "strrchr" },
108
 
        { 0x78764f4e, "pv_irq_ops" },
109
 
        { 0x107deed1, "__free_pages" },
110
 
        { 0x618911fc, "numa_node" },
111
 
        { 0xaa818ca3, "unregister_shrinker" },
112
 
        { 0xcc07af75, "strnlen" },
113
 
        { 0xe824d21, "path_lookup" },
114
 
        { 0xd2145650, "unregister_sysctl_table" },
115
 
        { 0x93fca811, "__get_free_pages" },
116
 
        { 0xf0caf44b, "zlib_deflate_workspacesize" },
117
 
        { 0xf0fdf6cb, "__stack_chk_fail" },
118
 
        { 0xb9249d16, "cpu_possible_mask" },
119
 
        { 0xf1bea6f1, "schedule_delayed_work" },
120
 
        { 0x1000e51, "schedule" },
121
 
        { 0xd62c833f, "schedule_timeout" },
122
 
        { 0x4b5814ef, "kmalloc_order_trace" },
123
 
        { 0x6b2dc060, "dump_stack" },
124
 
        { 0xad8d2c5b, "create_proc_entry" },
125
 
        { 0x5c693f09, "wake_up_process" },
126
 
        { 0xd662734b, "__put_cred" },
127
 
        { 0x4ec4ab77, "user_path_at" },
128
 
        { 0xc80b073a, "path_put" },
129
 
        { 0x33e4cbc6, "kmem_cache_alloc_trace" },
130
 
        { 0x6443d74d, "_raw_spin_lock" },
131
 
        { 0x3928efe9, "__per_cpu_offset" },
132
 
        { 0x587c70d8, "_raw_spin_lock_irqsave" },
133
 
        { 0x8b740cf, "vfs_unlink" },
134
 
        { 0x4211c3c1, "zlib_inflateInit2" },
135
 
        { 0xaf64ad0d, "zlib_deflate" },
136
 
        { 0x35b0650f, "vsnprintf" },
137
 
        { 0xefdd5a63, "ktime_get_ts" },
138
 
        { 0x4302d0eb, "free_pages" },
139
 
        { 0xf09c7f68, "__wake_up" },
140
 
        { 0x8cce1ba3, "call_usermodehelper_setup" },
141
 
        { 0xd2965f6f, "kthread_should_stop" },
142
 
        { 0x1d2e87c6, "do_gettimeofday" },
143
 
        { 0xec6394d0, "seq_lseek" },
144
 
        { 0x3816d648, "iput" },
145
 
        { 0xa9bd2676, "__vmalloc" },
146
 
        { 0x37a0cba, "kfree" },
147
 
        { 0x149ae190, "kthread_create" },
148
 
        { 0x236c8c64, "memcpy" },
149
 
        { 0x801678, "flush_scheduled_work" },
150
 
        { 0xe75663a, "prepare_to_wait" },
151
 
        { 0x19f428cb, "register_shrinker" },
152
 
        { 0x4313c455, "set_user_nice" },
153
 
        { 0x814ea4e4, "add_wait_queue_exclusive" },
154
 
        { 0x98140b8f, "fget" },
155
 
        { 0xf741c793, "zlib_deflateEnd" },
156
 
        { 0xb00ccc33, "finish_wait" },
157
 
        { 0x4cbbd171, "__bitmap_weight" },
158
 
        { 0xe8116e08, "__kmalloc_node" },
159
 
        { 0x9edbecae, "snprintf" },
160
 
        { 0xaeaa2b2, "seq_release" },
161
 
        { 0xa3a5be95, "memmove" },
162
 
        { 0xd9473459, "lookup_one_len" },
163
 
        { 0x942361a7, "vfs_rename" },
164
 
        { 0xe17cd50, "vfs_getattr" },
165
 
        { 0x4f6b400b, "_copy_from_user" },
166
 
        { 0x7cae0526, "param_ops_ulong" },
167
 
        { 0x13095525, "param_ops_uint" },
168
 
        { 0xe456d99a, "__init_rwsem" },
169
 
        { 0x31185e82, "vfs_write" },
170
 
        { 0xe914e41e, "strcpy" },
171
 
        { 0x1f37aa1e, "filp_open" },
172
 
};
173
 
 
174
 
static const char __module_depends[]
175
 
__used
176
 
__attribute__((section(".modinfo"))) =
177
 
"depends=zlib_deflate";
178
 
 
179
 
 
180
 
MODULE_INFO(srcversion, "E0190F6AA68296DE790D0FF");