Krishna iResearch Intelligent Cloud Platform - VIRtual Generic Os - VIRGO - Linux kernel extensions for cloud
 All Classes
virgo_cloudexec_fs.mod.c
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  { 0x8a9dc593, "module_layout" },
21  { 0xb1278c61, "kmalloc_caches" },
22  { 0x4f84ad10, "kernel_sendmsg" },
23  { 0xd3fc9f1a, "sock_release" },
24  { 0x143054c, "filp_close" },
25  { 0x794f5965, "sock_create_kern" },
26  { 0x85df9b6c, "strsep" },
27  { 0xe72a3ab3, "kernel_listen" },
28  { 0xc499ae1e, "kstrdup" },
29  { 0xfa336f83, "kthread_create_on_node" },
30  { 0xe2d5255a, "strcmp" },
31  { 0xbdb1002f, "vfs_read" },
32  { 0x50eedeb8, "printk" },
33  { 0xaca30e76, "virgo_cloud_write_kernelspace" },
34  { 0xb4390f9a, "mcount" },
35  { 0x2922e680, "virgo_cloud_open_kernelspace" },
36  { 0x64c0ec, "num_cloud_nodes" },
37  { 0x952664c5, "do_exit" },
38  { 0x61651be, "strcat" },
39  { 0xfe26f191, "node_ip_addrs_in_cloud" },
40  { 0xb6c37ef3, "virgo_cloud_read_kernelspace" },
41  { 0xf0fdf6cb, "__stack_chk_fail" },
42  { 0x68d4fad5, "call_usermodehelper_fns" },
43  { 0x281056ca, "wake_up_process" },
44  { 0xac518073, "kmem_cache_alloc_trace" },
45  { 0xd206e501, "kernel_recvmsg" },
46  { 0x40b508a5, "kernel_accept" },
47  { 0x66501a, "virgo_cloud_close_kernelspace" },
48  { 0x8286aacc, "fd_install" },
49  { 0xaa099fde, "kernel_bind" },
50  { 0x1616a37c, "try_module_get" },
51  { 0xe914e41e, "strcpy" },
52  { 0x95a608a3, "filp_open" },
53 };
54 
55 static const char __module_depends[]
56 __used
57 __attribute__((section(".modinfo"))) =
58 "depends=virgo_cloud_fs_kernelspace";
59 
60 
61 MODULE_INFO(srcversion, "80496EF103C7FBC92215CF8");