Does this part (and those below) of the README help?
"You may feel why aufs2-standalone.patch needs to export so many kernel symbols. Because you selected aufs2-standalone tree instead of aufs2-2.6 tree. All symbols exported here are just for the external aufs module. If you don't like aufs2-standalone.patch, then try aufs2-2.6 tree." Guan On Thu, Aug 30, 2012 at 10:35 AM, klaatu <kla...@rocketship.com> wrote: > Hello > > I am trying to install aufs in slackware64 13.37, for a livecd project. > Although installation proceeds without apparent difficulty, the > resulting module will not load, for unknown symbols. > > I know aufs2 is an older and now unmaintained version, but this is the > linux dist & kernel I am using so these are the aufs files that appear > to be necessary. > > Any help with resolving this would be deeply appreciated. The files & > procedure used are given below. > > Kind Regards, > Mishma > > > => source files used: > > aufs2-standalone, from: > http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-standalone.git;a=shortlog;h=refs/heads/aufs2.2-37 > > 2012-04-28 J. R. Okajima aufs2.2 standalone version for > linux-2.6.37 [ aufs2.2-37 ] snapshot > d8dde07a7cb60196b4d8df4d6976d379c87cc537 > & > aufs2-util, from: > http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-util.git;a=shortlog;h=refs/heads/aufs2.2 > > 2012-04-12 Jayen patch to auroot [ aufs2.2 ] snapshot > 6dca494f02448832d52ee60401d8a89fc4e0cd11 > > => kernel source & headers are virgin from the slackware64-13.37 iso: > > installpkg ./slackware64/k/kernel-source-2.6.37.6-noarch-2.txz > installpkg ./slackware64/d/kernel-headers-2.6.37.6-x86-2.txz > > => Following the README, for the standalone module installation only, > everything appears to work: > > cd /usr/src/linux > patch -p1 < /root/aufs2-standalone/aufs2-base.patch > patch -p1 < /root/aufs2-standalone/proc_map.patch > patch -p1 < /root/aufs2-standalone/aufs2-standalone.patch > > => the patches all install cleanly. I have checked the kernel source > files & the symbol exports are there. > => For example, in fs/namei.c, there is now > 'EXPORT_SYMBOL(__lookup_one_len);' from aufs2-standalone.patch > > => then: > > make bzImage && make modules && make modules_install && make > headers_install > > cp arch/x86_64/boot/bzImage /boot/vmlinuz_ausf2_2.6.37.6 > cp System.map /boot/System.map_aufs2_2.6.37.6 > cp .config /boot/config_aufs2_2.6.37.6 > > cd /boot > ln -s vmlinuz_ausf2_2.6.37.6 vmlinuz > ln -s System.map_aufs2_2.6.37.6 System.map > ln -s config_ausf2_2.6.37.6 config > > mkinitrd -c -k 2.6.37.6 -m ext2 -f ext2 -r /dev/sda2 > > lilo > > reboot > > => System reboot is successful. > > cd /root/aufs2-standalone > > => edit /root/aufs2-standalone/config.mk to include proc_map: > CONFIG_AUFS_PROC_MAP = y > > make (no errors) > make install (no errors, depmod succeeds) > make install_headers (mistyped in README, read correct syntax in a > v.3 aufs) > > cd /root/aufs2-util > make > make install > > => No indications of trouble with any of this. But now trying to use > the module produces the problem: > > modprobe aufs > FATAL: Error inserting aufs (/lib/modules/2.6.37.6/extra/aufs.ko): > Unknown symbol in module, or unknown parameter (see dmesg) > > dmesg > .... > [ 176.499991] aufs: Unknown symbol __lookup_one_len (err 0) > [ 176.500868] aufs: Unknown symbol file_sb_list_del (err 0) > [ 176.501160] aufs: Unknown symbol do_splice_to (err 0) > [ 176.501241] aufs: Unknown symbol security_inode_permission (err 0) > [ 176.501434] aufs: Unknown symbol security_file_mmap (err 0) > [ 176.501681] aufs: Unknown symbol inode_lock (err 0) > [ 176.501869] aufs: Unknown symbol devcgroup_inode_permission (err 0) > [ 176.502196] aufs: Unknown symbol lookup_hash (err 0) > [ 176.502632] aufs: Unknown symbol do_splice_from (err 0) > [ 176.502706] aufs: Unknown symbol do_truncate (err 0) > [ 176.502988] aufs: Unknown symbol security_file_permission (err 0) > [ 176.503159] aufs: Unknown symbol deny_write_access (err 0) > [ 176.503344] aufs: Unknown symbol security_inode_readlink (err 0) > [ 2347.885897] aufs: Unknown symbol __lookup_one_len (err 0) > [ 2347.885982] aufs: Unknown symbol file_sb_list_del (err 0) > [ 2347.886265] aufs: Unknown symbol do_splice_to (err 0) > [ 2347.886461] aufs: Unknown symbol security_inode_permission (err 0) > [ 2347.886661] aufs: Unknown symbol security_file_mmap (err 0) > [ 2347.886940] aufs: Unknown symbol inode_lock (err 0) > [ 2347.887100] aufs: Unknown symbol devcgroup_inode_permission (err 0) > [ 2347.887100] aufs: Unknown symbol lookup_hash (err 0) > [ 2347.887353] aufs: Unknown symbol do_splice_from (err 0) > [ 2347.887428] aufs: Unknown symbol do_truncate (err 0) > [ 2347.887710] aufs: Unknown symbol security_file_permission (err 0) > [ 2347.888179] aufs: Unknown symbol deny_write_access (err 0) > [ 2347.888367] aufs: Unknown symbol security_inode_readlink (err 0) > > > nm --demangle ./aufs.ko > > 0000000000000030 r .LC0 > 0000000000000228 r .LC0 > 0000000000000768 r .LC0 > 0000000000000be8 r .LC0 > 0000000000001788 r .LC0 > 00000000000017b0 r .LC0 > 0000000000001850 r .LC0 > 00000000000021e8 r .LC0 > 00000000000022d8 r .LC0 > 0000000000002828 r .LC0 > 00000000000028f0 r .LC0 > 0000000000002b00 r .LC0 > 0000000000002d80 r .LC0 > 0000000000002f00 r .LC0 > 0000000000002fb8 r .LC0 > 0000000000003388 r .LC0 > 0000000000003688 r .LC0 > 00000000000038d0 r .LC0 > 0000000000003c78 r .LC0 > 0000000000003d98 r .LC0 > 0000000000000058 r .LC1 > 00000000000000d0 r .LC1 > 0000000000000565 r .LC1 > 0000000000001878 r .LC1 > 00000000000005e6 r .LC1 > 0000000000002918 r .LC1 > 00000000000029d8 r .LC1 > 0000000000002b28 r .LC1 > 0000000000002f28 r .LC1 > 0000000000002fe0 r .LC1 > 00000000000033b8 r .LC1 > 00000000000036b0 r .LC1 > 0000000000003900 r .LC1 > 0000000000003f60 r .LC1 > 0000000000003360 r .LC11 > 000000000000057c r .LC12 > 0000000000000598 r .LC12 > 0000000000000960 r .LC13 > 0000000000001ea8 r .LC15 > 0000000000003c18 r .LC15 > 0000000000001b68 r .LC16 > 0000000000001be0 r .LC18 > 0000000000001f30 r .LC18 > 0000000000000298 r .LC2 > 00000000000018a0 r .LC2 > 0000000000001fd0 r .LC2 > 0000000000002210 r .LC2 > 0000000000002940 r .LC2 > 0000000000002a00 r .LC2 > 0000000000002b50 r .LC2 > 0000000000002c90 r .LC2 > 0000000000000740 r .LC2 > 00000000000033e0 r .LC2 > 00000000000036d8 r .LC2 > 0000000000003928 r .LC2 > 0000000000003dc0 r .LC2 > 0000000000003f88 r .LC2 > 0000000000004038 r .LC2 > 00000000000026a8 r .LC20 > 00000000000028a0 r .LC20 > 00000000000028c8 r .LC21 > 00000000000005b8 r .LC22 > 0000000000002710 r .LC22 > 0000000000000120 r .LC27 > 00000000000002c0 r .LC3 > 00000000000007b8 r .LC3 > 0000000000001cd0 r .LC3 > 0000000000001ff8 r .LC3 > 0000000000002238 r .LC3 > 0000000000002a28 r .LC3 > 0000000000002b78 r .LC3 > 0000000000002cb8 r .LC3 > 0000000000003030 r .LC3 > 0000000000003238 r .LC3 > 0000000000003408 r .LC3 > 0000000000003cf8 r .LC3 > 0000000000003de8 r .LC3 > 0000000000000146 r .LC31 > 0000000000000080 r .LC4 > 00000000000000f8 r .LC4 > 0000000000000162 r .LC4 > 00000000000007e0 r .LC4 > 0000000000000cb0 r .LC4 > 0000000000001cf8 r .LC4 > 0000000000002260 r .LC4 > 00000000000023a0 r .LC4 > 0000000000002a50 r .LC4 > 0000000000002ba0 r .LC4 > 0000000000002ce0 r .LC4 > 0000000000002df8 r .LC4 > 0000000000002f90 r .LC4 > 0000000000003260 r .LC4 > 0000000000003750 r .LC4 > 0000000000004310 r .LC40 > 0000000000004338 r .LC41 > 00000000000043e0 r .LC45 > 00000000000009cc r .LC46 > 00000000000001bd r .LC5 > 0000000000001d20 r .LC5 > 0000000000000608 r .LC5 > 00000000000023c8 r .LC5 > 0000000000002a78 r .LC5 > 0000000000002d08 r .LC5 > 0000000000002e20 r .LC5 > 0000000000003288 r .LC5 > 0000000000004068 r .LC5 > 0000000000000310 r .LC6 > 0000000000001d48 r .LC6 > 0000000000002288 r .LC6 > 0000000000000714 r .LC6 > 0000000000002d30 r .LC6 > 0000000000002e48 r .LC6 > 00000000000032b0 r .LC6 > 00000000000037b8 r .LC6 > 0000000000003a08 r .LC6 > 0000000000003fd8 r .LC6 > 0000000000004090 r .LC6 > 00000000000016b8 r .LC63 > 00000000000016e0 r .LC64 > 00000000000020a8 r .LC7 > 0000000000002aa0 r .LC7 > 0000000000002d58 r .LC7 > 00000000000030e8 r .LC7 > 00000000000032d8 r .LC7 > 0000000000000206 r .LC8 > 0000000000003110 r .LC8 > 0000000000000775 r .LC8 > 000000000000078c r .LC8 > 00000000000007a3 r .LC8 > 0000000000002108 r .LC9 > 0000000000000624 r .LC9 > 0000000000003810 r .LC9 > 0000000000003ec8 r .LC9 > U __alloc_workqueue_key > 000000000002b380 T __au_dbg_verify_dinode > U __break_lease > U __fsnotify_parent > 0000000000001480 r __func__.21514 > 0000000000001402 r __func__.21518 > 0000000000000b9c r __func__.21520 > 00000000000015b2 r __func__.21520 > 00000000000016ce r __func__.21522 > 0000000000001312 r __func__.21530 > 00000000000012c7 r __func__.21531 > 000000000000143b r __func__.21534 > 0000000000001320 r __func__.21536 > 0000000000000a30 r __func__.21537 > 00000000000015bc r __func__.21538 > 00000000000014f0 r __func__.21541 > 0000000000000b8e r __func__.21546 > 0000000000001510 r __func__.21547 > 00000000000015a0 r __func__.21548 > 00000000000013f0 r __func__.21549 > 0000000000001530 r __func__.21553 > 00000000000016c0 r __func__.21555 > 0000000000000b81 r __func__.21556 > 0000000000000e81 r __func__.21557 > 0000000000001460 r __func__.21557 > 0000000000001300 r __func__.21558 > 0000000000001540 r __func__.21559 > 0000000000001580 r __func__.21560 > 0000000000000e89 r __func__.21565 > 0000000000001560 r __func__.21565 > 0000000000001470 r __func__.21575 > 00000000000014d0 r __func__.21578 > 0000000000000b50 r __func__.21581 > 00000000000012ed r __func__.21583 > 0000000000000e7a r __func__.21584 > 0000000000000b5c r __func__.21586 > 0000000000001430 r __func__.21587 > 0000000000000d50 r __func__.21589 > 0000000000000b6a r __func__.21593 > 0000000000000d40 r __func__.21601 > 0000000000000cc2 r __func__.21606 > 0000000000000e6e r __func__.21606 > 00000000000014b0 r __func__.21614 > 0000000000001450 r __func__.21616 > 0000000000000b73 r __func__.21622 > 00000000000012b0 r __func__.21625 > 00000000000012e0 r __func__.21625 > 0000000000000d30 r __func__.21629 > 00000000000014c2 r __func__.21629 > 0000000000001283 r __func__.21642 > 0000000000000b0d r __func__.21645 > 0000000000001420 r __func__.21645 > 00000000000018b0 r __func__.21655 > 0000000000000c70 r __func__.21657 > 0000000000001290 r __func__.21663 > 0000000000000b00 r __func__.21664 > 0000000000000e5f r __func__.21664 > 0000000000001409 r __func__.21667 > 0000000000000c10 r __func__.21668 > 00000000000017d0 r __func__.21671 > 0000000000000c30 r __func__.21673 > 0000000000001571 r __func__.21675 > 0000000000000e53 r __func__.21682 > 0000000000001248 r __func__.21682 > 00000000000016f0 r __func__.21684 > 0000000000000c50 r __func__.21686 > 00000000000008ff r __func__.21690 > 00000000000013e0 r __func__.21694 > 00000000000008f3 r __func__.21699 > 00000000000014a0 r __func__.21699 > 00000000000016b0 r __func__.21703 > 0000000000000c22 r __func__.21704 > 0000000000000e40 r __func__.21708 > 00000000000002f0 r __func__.21722 > 0000000000000bf0 r __func__.21726 > 00000000000016e0 r __func__.21735 > 000000000000127a r __func__.21737 > 0000000000000990 r __func__.21739 > 0000000000000bd0 r __func__.21741 > 00000000000009a1 r __func__.21747 > 0000000000000bb0 r __func__.21762 > 00000000000002cf r __func__.21769 > 0000000000000e34 r __func__.21769 > 00000000000002c0 r __func__.21778 > 0000000000000cb0 r __func__.21783 > 00000000000009b0 r __func__.21787 > 0000000000000e20 r __func__.21788 > 0000000000000250 r __func__.21789 > 0000000000000c90 r __func__.21789 > 0000000000000af1 r __func__.21793 > 00000000000002dd r __func__.21801 > 0000000000000ae0 r __func__.21805 > 0000000000000e00 r __func__.21806 > 0000000000000ac0 r __func__.21814 > 0000000000000dd0 r __func__.21820 > 0000000000001270 r __func__.21822 > 000000000000027a r __func__.21825 > 0000000000001260 r __func__.21842 > 0000000000000db2 r __func__.21848 > 0000000000000de0 r __func__.21859 > 00000000000008eb r __func__.21865 > 0000000000000910 r __func__.21871 > 00000000000002b0 r __func__.21874 > 0000000000000930 r __func__.21879 > 0000000000000da0 r __func__.21884 > 0000000000000294 r __func__.21887 > 0000000000000950 r __func__.21889 > 0000000000000285 r __func__.21898 > 0000000000000970 r __func__.21900 > 00000000000008dd r __func__.21933 > 000000000000026e r __func__.21964 > 0000000000000261 r __func__.21979 > 000000000000023c r __func__.22062 > 0000000000000230 r __func__.22079 > 00000000000008ce r __func__.22106 > 00000000000008c0 r __func__.22131 > 00000000000008b0 r __func__.22154 > 000000000000019a r __func__.22367 > 0000000000000220 r __func__.22379 > 00000000000001c3 r __func__.22407 > 00000000000001f0 r __func__.22492 > 0000000000000210 r __func__.22512 > 00000000000001d8 r __func__.22574 > 00000000000001cf r __func__.22593 > 00000000000001b0 r __func__.22676 > 0000000000000190 r __func__.22697 > 0000000000000ab0 r __func__.23604 > 0000000000000aa0 r __func__.23632 > 0000000000000a93 r __func__.23655 > 0000000000000a80 r __func__.23696 > 0000000000000a6c r __func__.23741 > 0000000000000a5d r __func__.23764 > 0000000000000a52 r __func__.23862 > 0000000000000174 r __func__.24039 > 0000000000000165 r __func__.24141 > 0000000000000140 r __func__.24185 > 0000000000000150 r __func__.24221 > 0000000000000120 r __func__.24236 > 000000000000015d r __func__.24243 > 0000000000000110 r __func__.24263 > 0000000000000100 r __func__.24283 > 00000000000018c0 r __func__.24805 > 000000000000116b r __func__.24859 > 0000000000001060 r __func__.24903 > 0000000000001000 r __func__.24931 > 0000000000000fe4 r __func__.24941 > 0000000000001043 r __func__.24946 > 0000000000001034 r __func__.24950 > 0000000000001020 r __func__.24954 > 0000000000000fd0 r __func__.24959 > 0000000000000fb0 r __func__.24964 > 0000000000000f90 r __func__.24970 > 0000000000000f70 r __func__.24974 > 0000000000000f50 r __func__.24980 > 0000000000000f30 r __func__.24985 > 0000000000001150 r __func__.25524 > 000000000000138f r __func__.25588 > 00000000000013c5 r __func__.25633 > 00000000000013bb r __func__.25648 > 00000000000013b1 r __func__.25667 > 0000000000001161 r __func__.25671 > 0000000000001370 r __func__.25691 > 0000000000001382 r __func__.25732 > 0000000000001354 r __func__.25757 > 00000000000013a0 r __func__.25788 > 0000000000000a10 r __func__.25796 > 0000000000001340 r __func__.25799 > 00000000000009f0 r __func__.25802 > 00000000000009d0 r __func__.26018 > 00000000000009c0 r __func__.26044 > U __get_free_pages > U __init_rwsem > U __init_waitqueue_head > 0000000000000084 b __key.19020 > 00000000000000a8 b __key.19020 > 00000000000000c8 b __key.19020 > 00000000000000cc b __key.19020 > 0000000000000084 b __key.19831 > 0000000000000084 b __key.21524 > 0000000000000084 b __key.21525 > 00000000000000a0 b __key.21553 > 00000000000000a4 b __key.21731 > 0000000000000084 b __key.22414 > U __kmalloc > U __lookup_one_len > 00000000000000a1 r __mod_author91 > 0000000000000011 r __mod_brs98 > 0000000000000000 r __mod_brstype99 > 00000000000000fd r __mod_debug27 > 00000000000000ea r __mod_debugtype28 > 000000000000005f r __mod_description93 > 00000000000000de r __mod_license89 > 0000000000000114 r __mod_srcversion23 > 0000000000000140 r __mod_vermagic5 > 0000000000000037 r __mod_version94 > 0000000000000137 r __module_depends > U __mutex_init > 0000000000000000 r __param_brs > 0000000000000020 r __param_debug > 0000000000000000 r __param_str_brs > 00000000000018d7 r __param_str_debug > U __per_cpu_offset > U __phys_addr > U __stack_chk_fail > U __task_pid_nr_ns > 0000000000000000 D __this_module > U __tracepoint_kmalloc > U __tracepoint_module_get > U __wake_up > 00000000000000e0 b __warned.21698 > 00000000000000c8 b __warned.25589 > 00000000000000cc b _c.21530 > 00000000000000d4 b _c.21613 > 00000000000000d0 b _c.21627 > 00000000000000f1 b _c.21654 > 00000000000000f0 b _c.21670 > 00000000000000a5 b _c.21703 > 00000000000000a4 b _c.21706 > 0000000000000087 b _c.21777 > 0000000000000084 b _c.21788 > 0000000000000085 b _c.21824 > 0000000000000086 b _c.21886 > U _cond_resched > U _copy_from_user > U _raw_spin_lock > 0000000000022930 t add_simple > 000000000001cf80 t alloc_vdir > 000000000001cef0 t append_deblk > 000000000001c7c0 T au_add_nlink > 0000000000002330 T au_array_alloc > 00000000000022e0 T au_array_free > 0000000000000af0 d au_attr > 0000000000003c30 T au_br_add > 0000000000004640 T au_br_del > 00000000000032a0 t au_br_do_add.clone.58 > 0000000000003020 t au_br_do_del.clone.55 > 0000000000002ef0 t au_br_do_free > 0000000000003850 T au_br_free > 00000000000038a0 T au_br_index > 0000000000003920 t au_br_init_wh > 0000000000005360 T au_br_mod > 0000000000000000 t au_cache_fin > 0000000000000020 B au_cachep > 000000000000f080 t au_call_cpup_simple > 000000000000f0b0 t au_call_cpup_single > 000000000000ef70 t au_call_cpup_wh > 0000000000027dd0 t au_call_do_plink_lkup > 0000000000014cf0 t au_call_lkup_one > 000000000000c5f0 t au_call_vfsub_mkdir > 000000000000c680 t au_call_vfsub_rmdir > 0000000000000b00 d au_config_attr > 000000000000d970 T au_copy_file > 000000000000f610 T au_cp_dirs > 000000000000de40 t au_cp_regular > 0000000000011a60 t au_cpdown_attr.clone.15 > 0000000000012c50 t au_cpdown_dir > 0000000000013490 T au_cpdown_dirs > 000000000000d7e0 T au_cpup_attr_all > 000000000000d710 T au_cpup_attr_changeable > 000000000000d300 T au_cpup_attr_flags > 000000000000d580 T au_cpup_attr_nlink > 000000000000d4c0 T au_cpup_attr_timesizes > 000000000000f2e0 t au_cpup_dir > 000000000000f850 T au_cpup_dirs > 000000000000d7a0 T au_cpup_igen > 000000000000efa0 t au_cpup_simple > 000000000000e580 t au_cpup_single > 000000000000d230 t au_cpup_sio_test > 000000000000eba0 t au_cpup_wh > 000000000002add0 T au_dbg_iattr > 000000000002adb0 T au_dbg_sleep_jiffy > 000000000002b5d0 T au_dbg_verify_dir_parent > 000000000002b6f0 T au_dbg_verify_gen > 000000000002b7a0 T au_dbg_verify_kthread > 000000000002b660 T au_dbg_verify_nondir_parent > 0000000000014290 T au_dbrange_test > 00000000000146f0 t au_dbstart.clone.18 > 0000000000014140 T au_dbtail > 00000000000141a0 T au_dbtaildir > 000000000000ccc0 t au_dcsub_dpages_aufs > 000000000000cfb0 T au_dcsub_pages > 000000000000d120 T au_dcsub_pages_rev > 000000000000d1d0 T au_dcsub_pages_rev_aufs > 000000000000034b T au_debug_init > 000000000002b7b0 T au_debug_sbinfo_init > 0000000000013590 T au_di_alloc > 0000000000013760 T au_di_cp > 0000000000013830 T au_di_fin > 0000000000013680 T au_di_free > 00000000000137a0 T au_di_init > 0000000000013550 T au_di_init_once > 0000000000013860 T au_di_realloc > 00000000000136f0 T au_di_swap > 00000000000142f0 T au_digen_test > 0000000000000018 B au_dir_roflags > 000000000001c860 T au_dir_size > 00000000000106d0 T au_diropq_sio > 0000000000010310 T au_diropq_test > 0000000000019c80 t au_do_aio > 0000000000019050 T au_do_flush > 000000000001c170 t au_do_flush_dir > 0000000000019f10 t au_do_flush_nondir > 0000000000014930 t au_do_h_d_reval > 0000000000014710 t au_do_hide > 0000000000018890 T au_do_open > 0000000000019dc0 T au_do_open_nondir > 00000000000216c0 T au_do_pin > 0000000000001270 t au_do_refresh.clone.21 > 000000000000ccf0 t au_dpages_append.clone.2 > 000000000000cf20 T au_dpages_free > 000000000000ce10 T au_dpages_init > 000000000002aa80 T au_dpri_dalias > 000000000002a980 T au_dpri_dentry > 000000000002aae0 T au_dpri_file > 000000000002a870 T au_dpri_inode > 000000000002ab70 T au_dpri_sb > 000000000002a720 T au_dpri_vdir > 000000000002a660 T au_dpri_whlist > 000000000000d8f0 T au_dtime_revert > 000000000000d890 T au_dtime_store > 0000000000017e80 T au_dy_arefresh > 0000000000017f20 T au_dy_fin > 0000000000017b10 T au_dy_iaop > 00000000000002a2 T au_dy_init > 0000000000017de0 T au_dy_irefresh > 0000000000017af0 T au_dy_put > 0000000000000060 b au_esc_chars > 0000000000002de0 t au_farray_cb > 0000000000018210 T au_fi_init_once > 00000000000180d0 T au_fidir_alloc > 0000000000018140 T au_fidir_realloc > 00000000000186a0 T au_file_roflags > 0000000000014630 T au_find_dbindex > 00000000000181b0 T au_finfo_fin > 0000000000018250 T au_finfo_init > 0000000000013ec0 T au_h_d_alias > 0000000000013e40 T au_h_dptr > 000000000001e410 T au_h_iptr > 00000000000186c0 T au_h_open > 0000000000015660 T au_h_verify > 0000000000017f50 T au_hfput > 000000000001e4a0 T au_hi_flags > 00000000000147c0 t au_hide > 000000000001e470 T au_hiput > 0000000000002430 T au_iarray_alloc > 00000000000011b0 t au_iarray_cb > 0000000000002470 T au_iarray_free > 0000000000003470 t au_ibusy > 0000000000005340 T au_ibusy_compat_ioctl > 0000000000005320 T au_ibusy_ioctl > 000000000001e890 T au_icntnr_init_once > 0000000000001e60 T au_iget_locked > 000000000001eec0 T au_igrab > 000000000001e9d0 T au_ii_realloc > 000000000001ec70 t au_ii_refresh > 000000000001ea30 T au_iinfo_fin > 000000000001e8e0 T au_iinfo_init > 000000000001f230 T au_ino > 0000000000000040 T au_kzrealloc > 000000000000001c B au_lc_key > 0000000000014d20 T au_lkup_dentry > 00000000000154b0 T au_lkup_neg > 0000000000014bb0 T au_lkup_one > 0000000000008940 t au_match_ull > 00000000000225e0 T au_may_add > 00000000000242e0 T au_may_del > 000000000001a1c0 t au_mtx_and_read_lock > 000000000001ce90 t au_name_hash.clone.15 > 00000000000002c0 T au_new_br_id > 000000000001f320 T au_new_inode > 000000000001d150 T au_nhash_alloc > 000000000001d360 T au_nhash_append_wh > 000000000001ce50 t au_nhash_de_do_free > 000000000001d270 T au_nhash_test_known_wh > 000000000001d200 T au_nhash_test_longer_wh > 000000000001ce10 t au_nhash_wh_do_free > 000000000001d1b0 T au_nhash_wh_free > 000000000000bb60 T au_nwt_init > 0000000000008ea0 t au_opt_br.clone.18 > 00000000000089d0 t au_opt_simple.clone.17 > 000000000000b7c0 T au_opt_udba > 0000000000009420 t au_opt_xino.clone.19 > 0000000000009720 T au_opts_free > 000000000000b300 T au_opts_mount > 00000000000097d0 T au_opts_parse > 0000000000009000 t au_opts_parse_mod.clone.24 > 00000000000092d0 t au_opts_parse_xino_itrunc_path.clone.25 > 000000000000b5c0 T au_opts_remount > 000000000000aee0 T au_opts_verify > 0000000000009590 T au_optstr_br_perm > 00000000000096c0 T au_optstr_udba > 0000000000009700 T au_optstr_wbr_copyup > 00000000000096e0 T au_optstr_wbr_create > 00000000000085c0 t au_parser_pattern > 00000000000222f0 T au_pin > 00000000000222b0 T au_pin_init > 0000000000021600 T au_pinned_h_parent > 0000000000000b20 D au_plevel > 0000000000028820 T au_plink_append > 0000000000028c80 T au_plink_clean > 0000000000028cf0 T au_plink_half_refresh > 00000000000284a0 T au_plink_list > 0000000000028670 T au_plink_lkup > 0000000000027fc0 T au_plink_maint > 0000000000028350 T au_plink_maint_enter > 0000000000028300 T au_plink_maint_leave > 0000000000028b90 T au_plink_put > 00000000000285a0 T au_plink_test > 00000000000000d8 b au_procfs_dir > 0000000000027be0 T au_procfs_fin > 00000000000002c7 T au_procfs_init > 00000000000015e0 r au_procfs_plm_fop > 00000000000279a0 t au_procfs_plm_release > 00000000000279e0 t au_procfs_plm_write > 000000000001d120 T au_rdhash_est > 0000000000018b90 T au_ready_to_write > 0000000000015870 T au_refresh_dentry > 000000000001efd0 T au_refresh_hinode > 000000000001eef0 T au_refresh_hinode_self > 0000000000024f50 t au_ren_unlock > 0000000000018980 T au_reopen_nondir > 0000000000018b10 t au_reopen_wh > 0000000000019260 T au_reval_and_lock_fdi > 00000000000165e0 T au_reval_dpath > 0000000000020020 t au_reval_for_attr > 00000000000000a0 d au_sbi_ktype > 0000000000000300 r au_sbi_ops > 0000000000000000 B au_sbilist > 00000000000001e0 T au_sbr_realloc > 00000000000000b0 T au_seq_path > 00000000000141e0 T au_set_h_dptr > 0000000000017fc0 T au_set_h_fptr > 000000000001e4e0 T au_set_h_iptr > 000000000001e690 T au_set_hi_wh > 0000000000000400 T au_si_alloc > 00000000000000d0 T au_si_free > 0000000000000250 T au_sigen_inc > 000000000000f1d0 T au_sio_cpup_simple > 000000000000f0f0 T au_sio_cpup_single > 000000000000f300 T au_sio_cpup_wh > 0000000000015400 T au_sio_lkup_one > 000000000001c810 T au_sub_nlink > 000000000000f870 T au_test_and_cpup_dirs > 000000000001cc10 T au_test_empty > 000000000001caa0 T au_test_empty_lower > 000000000001fd70 T au_test_h_perm > 000000000001fdb0 T au_test_h_perm_sio > 000000000001fc70 T au_test_ro > 000000000000d1f0 T au_test_subdir > 0000000000021630 T au_unpin > 0000000000014570 T au_update_dbend > 0000000000014380 T au_update_dbrange > 00000000000144b0 T au_update_dbstart > 0000000000014340 T au_update_digen > 00000000000180a0 T au_update_figen > 000000000001e720 T au_update_ibrange > 000000000001e6e0 T au_update_iigen > 000000000001e040 T au_vdir_fill_de > 000000000001d870 T au_vdir_free > 000000000001d8e0 T au_vdir_init > 0000000000024fa0 T au_wbr > 0000000000011c60 t au_wbr_bu.clone.7 > 0000000000011db0 t au_wbr_copyup_bu > 0000000000011ec0 t au_wbr_copyup_bup > 00000000000007a0 D au_wbr_copyup_ops > 0000000000000720 d au_wbr_copyup_policy > 0000000000012270 t au_wbr_copyup_tdp > 0000000000008610 t au_wbr_copyup_val > 0000000000012290 t au_wbr_create_exp > 0000000000011a00 t au_wbr_create_fin_mfs > 0000000000011a10 t au_wbr_create_init_mfs > 0000000000011d80 t au_wbr_create_init_mfsrr > 0000000000011cd0 t au_wbr_create_init_rr > 0000000000012720 t au_wbr_create_mfs > 0000000000012b70 t au_wbr_create_mfsrr > 00000000000007c0 D au_wbr_create_ops > 00000000000131b0 t au_wbr_create_pmfs > 0000000000000640 d au_wbr_create_policy > 00000000000124e0 t au_wbr_create_rr > 0000000000012050 t au_wbr_create_tdp > 00000000000091f0 t au_wbr_create_val > 0000000000027370 t au_wbr_fd.clone.5 > 0000000000003b00 t au_wbr_init > 0000000000008f80 t au_wbr_mfs_sec.clone.22 > 0000000000009170 t au_wbr_mfs_wmark.clone.27 > 0000000000011b20 t au_wbr_nonopq > 000000000000fc70 t au_wh_clean > 00000000000110f0 T au_wh_create > 00000000000107f0 T au_wh_init > 0000000000010780 T au_wh_lkup > 00000000000101d0 T au_wh_name_alloc > 0000000000010240 T au_wh_test > 0000000000010680 T au_wh_unlink_dentry > 000000000000fd40 t au_whdir > 00000000000118f0 T au_whtmp_kick_rmdir > 0000000000010360 T au_whtmp_lkup > 0000000000010570 T au_whtmp_ren > 0000000000011380 T au_whtmp_rmdir > 00000000000111d0 T au_whtmp_rmdir_alloc > 0000000000011330 T au_whtmp_rmdir_free > 0000000000000098 b au_wkq > 000000000000b880 T au_wkq_do_wait > 000000000000bb90 T au_wkq_fin > 000000000000026c T au_wkq_init > 000000000000b950 T au_wkq_nowait > 0000000000021160 T au_wr_dir > 0000000000024080 T au_wr_dir_need_wh > 0000000000007660 T au_xib_trunc > 0000000000007510 T au_xino_br > 0000000000007a70 T au_xino_clr > 0000000000007280 T au_xino_create > 00000000000064f0 T au_xino_create2 > 0000000000008160 T au_xino_def > 0000000000006c80 T au_xino_delete_inode > 0000000000006260 t au_xino_do_write > 0000000000005ec0 t au_xino_lock_dir.clone.37 > 0000000000006eb0 T au_xino_new_ino > 0000000000008490 T au_xino_path > 00000000000070f0 T au_xino_read > 0000000000007b70 T au_xino_set > 0000000000006760 T au_xino_trunc > 0000000000005cc0 t au_xino_unlock_dir > 0000000000006b60 T au_xino_write > 000000000001b120 t aufs_aio_read > 000000000001ae50 t aufs_aio_write > 0000000000001160 t aufs_alloc_inode > 0000000000000ea0 R aufs_aop > 0000000000027900 T aufs_compat_ioctl_dir > 0000000000022d20 T aufs_create > 00000000000146d0 t aufs_d_release > 00000000000167f0 t aufs_d_revalidate > 00000000000000f4 B aufs_debug > 0000000000001130 t aufs_destroy_inode > 0000000000001180 R aufs_dir_fop > 0000000000000940 D aufs_dir_iop > 0000000000018670 t aufs_direct_IO > 0000000000000d60 R aufs_dop > 00000000000182f0 t aufs_error_remove_page > 0000000000000000 t aufs_exit > 000000000001a4c0 t aufs_fasync > 0000000000001080 R aufs_file_fop > 0000000000001f20 t aufs_fill_super > 000000000001b870 t aufs_flush_dir > 0000000000019c60 t aufs_flush_nondir > 0000000000020240 t aufs_follow_link > 0000000000000020 D aufs_fs_type > 000000000001c360 t aufs_fsync_dir > 0000000000019f50 t aufs_fsync_nondir > 0000000000018660 t aufs_get_xip_mem > 0000000000020790 t aufs_getattr > 0000000000000000 t aufs_init > 0000000000018480 t aufs_invalidatepage > 0000000000027710 T aufs_ioctl_dir > 0000000000027830 T aufs_ioctl_nondir > 0000000000000a00 D aufs_iop > 0000000000018340 t aufs_is_partially_uptodate > 0000000000000f20 t aufs_kill_sb > 0000000000018390 t aufs_launder_page > 0000000000022d60 T aufs_link > 00000000000204b0 t aufs_lookup > 00000000000183e0 t aufs_migratepage > 00000000000239d0 T aufs_mkdir > 0000000000022cb0 T aufs_mknod > 000000000001aa90 t aufs_mmap > 00000000000018f0 t aufs_mount > 000000000001c250 t aufs_open_dir > 000000000001a930 t aufs_open_nondir > 0000000000020ce0 t aufs_permission > 000000000001fe50 t aufs_put_link > 00000000000010f0 t aufs_put_super > 000000000001b5d0 t aufs_read > 0000000000000e40 T aufs_read_and_write_lock2 > 0000000000000d90 T aufs_read_and_write_unlock2 > 0000000000000c20 T aufs_read_lock > 0000000000000990 T aufs_read_unlock > 000000000001bd10 t aufs_readdir > 0000000000020400 t aufs_readlink > 0000000000018680 t aufs_readpage > 000000000001b7c0 t aufs_release_dir > 0000000000019d60 T aufs_release_nondir > 0000000000018430 t aufs_releasepage > 00000000000024c0 t aufs_remount_fs > 00000000000250e0 T aufs_rename > 0000000000024900 T aufs_rmdir > 0000000000018570 t aufs_set_page_dirty > 0000000000021980 t aufs_setattr > 00000000000012e0 t aufs_show_options > 0000000000000060 r aufs_sop > 000000000001a2c0 t aufs_splice_read > 000000000001a660 t aufs_splice_write > 0000000000001a20 t aufs_statfs > 0000000000022ce0 T aufs_symlink > 0000000000000880 D aufs_symlink_iop > 00000000000185c0 t aufs_sync_page > 000000000001fe00 t aufs_truncate_range > 00000000000245d0 T aufs_unlink > 000000000001b310 t aufs_write > 0000000000018520 t aufs_write_begin > 00000000000184d0 t aufs_write_end > 0000000000000950 T aufs_write_lock > 0000000000000ce0 T aufs_write_unlock > 0000000000018610 t aufs_writepage > U autoremove_wake_function > 0000000000000b20 r base_name.21634 > 0000000000008630 t br_attr_val > 00000000000086e0 t br_perm_val > 0000000000000580 d brperm > 00000000000005c0 d brrattr > 00000000000005e0 d brwattr > 000000000000fc40 t call_del_wh_children > 00000000000101a0 t call_do_diropq > 000000000001bb10 t call_do_test_empty > 0000000000027da0 t call_do_whplink > 0000000000005bf0 t call_do_xino_fwrite > 000000000000bdd0 t call_notify_change > U call_rcu_sched > 00000000000115d0 t call_rmdir_whtmp > 000000000000bc30 t call_unlink > U capable > 0000000000000000 T cleanup_module > 00000000000000a0 b cnt.21537 > U complete > 0000000000028fb0 t config_show > U cpu_possible_mask > 000000000000dfd0 t cpup_entry > 000000000000d360 t cpup_iattr.clone.17 > U current_task > 0000000000001070 t cvt_err > U d_alloc_root > 0000000000022330 t d_drop > U d_find_alias > U d_instantiate > U d_move > U d_path > U d_splice_alias > 00000000000000e8 b dbgaufs > 0000000000029c80 T dbgaufs_brs_add > 0000000000029be0 T dbgaufs_brs_del > 0000000000029f80 T dbgaufs_fin > 0000000000000327 T dbgaufs_init > 0000000000029df0 T dbgaufs_si_fin > 0000000000029e30 T dbgaufs_si_init > 00000000000296d0 t dbgaufs_xi_open.clone.6 > 00000000000296a0 t dbgaufs_xi_read > 0000000000029680 t dbgaufs_xi_release > 0000000000001700 r dbgaufs_xib_fop > 0000000000029a90 t dbgaufs_xib_open > 00000000000017e0 r dbgaufs_xino_fop > 00000000000298a0 t dbgaufs_xino_open > U dcache_lock > U debugfs_create_dir > U debugfs_create_file > U debugfs_remove > U debugfs_remove_recursive > U default_llseek > 000000000000faa0 t del_wh_children > U dentry_open > U deny_write_access > U destroy_workqueue > U devcgroup_inode_permission > U dget_locked > 0000000000013ad0 T di_downgrade_lock > 00000000000138c0 T di_read_lock > 0000000000013980 T di_read_unlock > 0000000000013b80 T di_write_lock > 0000000000013c90 T di_write_lock2_child > 0000000000013d20 T di_write_lock2_parent > 0000000000013be0 T di_write_unlock > 0000000000013db0 T di_write_unlock2 > 0000000000000790 d diropq_name > 0000000000010050 t do_diropq > 0000000000013500 t do_ii_write_lock > 000000000001bb40 t do_open_dir > 0000000000029fa0 t do_pri_br > 000000000002a310 t do_pri_dentry > 000000000002a4c0 t do_pri_file > 000000000002a100 t do_pri_inode > 0000000000027c10 t do_put_plink > 0000000000027c70 t do_put_plink_rcu > 0000000000023f90 t do_revert > U do_splice_from > U do_splice_to > U do_sync_read > U do_sync_write > 000000000001ba00 t do_test_empty > U do_truncate > 000000000000fa60 t do_unlink_wh > 0000000000027ca0 t do_whplink > U down_read > U down_read_trylock > U down_write > U downgrade_write > U dput > U dump_stack > 0000000000017040 t dy_aop > 0000000000017030 t dy_bug > 0000000000017a70 t dy_free > 00000000000179c0 t dy_free_rcu > 00000000000178a0 t dy_gadd > 00000000000000b0 b dynop > U empty_zero_page > 00000000000223a0 t epilog > 0000000000023e80 t epilog > U fd_install > 0000000000019ec0 t fi_write_unlock.clone.19 > U file_sb_list_del > U files_lglock_global_lock > U files_lglock_global_unlock > 000000000001d470 t fillvdir > U filp_open > U find_first_zero_bit > U find_next_bit > U finish_wait > U fput > U free_pages > U fs_kobj > U fsnotify > U fsstack_copy_inode_size > U generic_delete_inode > U generic_fillattr > U generic_permission > U generic_read_dir > U generic_shutdown_super > U get_random_bytes > U get_unused_fd > U get_write_access > U get_zeroed_page > 000000000001fe70 t h_permission.clone.41 > 0000000000020110 t h_readlink > U iget_failed > U iget_locked > U ihold > U ilookup > 0000000000000000 T init_module > U init_special_inode > U inode_init_once > U inode_lock > U inode_permission > U iput > U is_bad_inode > 0000000000005ff0 t is_sb_shared.clone.29 > U iunique > U jiffies > U jiffies_to_msecs > U kern_path > U kernel_stack > U kfree > U kmalloc_caches > U kmem_cache_alloc > U kmem_cache_alloc_notrace > U kmem_cache_create > U kmem_cache_destroy > U kmem_cache_free > U kmemdup > U kobject_get > U kobject_init_and_add > U kobject_put > U krealloc > U kref_get > U kref_init > U kref_put > U kset_create_and_add > U kset_unregister > U kstrdup > 000000000000fe20 t link_or_create_wh > 0000000000024450 t lock_hdir_create_wh > 0000000000022700 t lock_hdir_lkup_wh > U lock_rename > U locks_mandatory_area > U lookup_hash > U lookup_one_len > U match_int > U match_token > U mcount > U memcmp > U memcpy > U memmove > U memset > U mnt_drop_write > U mnt_want_write > U mntput_no_expire > U module_put > U mount_nodev > U msecs_to_jiffies > U mutex_lock > U mutex_unlock > U names_cachep > U notify_change > U nr_cpu_ids > 00000000000087f0 t opt_add > 0000000000000100 d options > U param_ops_int > U path_get > U path_is_under > U path_put > U prepare_to_wait > U printk > U proc_create_data > U proc_mkdir > U put_unused_fd > U queue_work > U radix_tree_delete > U radix_tree_gang_lookup > U radix_tree_insert > U radix_tree_lookup > U radix_tree_preload > U register_filesystem > 0000000000010cf0 t reinit_br_wh > 000000000001cd80 t reinit_vdir > U remove_proc_entry > 000000000001bf90 t reopen_dir > U schedule > U schedule_timeout_uninterruptible > U schedule_work > U security_file_mmap > U security_file_permission > U security_inode_permission > U security_inode_readlink > U seq_path > U seq_printf > U seq_putc > U seq_puts > 0000000000000730 T si_pid_clr_slow > 0000000000000390 T si_pid_set_slow > 0000000000000350 T si_pid_test_slow > 0000000000000a50 T si_read_lock > 0000000000000780 T si_write_lock > U simple_read_from_buffer > U snprintf > U sprint_symbol > U sprintf > U strchr > U strcmp > U strict_strtol > U strict_strtoul > U strict_strtoull > U strlen > U strsep > 0000000000000ac0 D sysaufs_attr_group > 0000000000000ad0 d sysaufs_attr_group_body > 0000000000029470 T sysaufs_br_init > 0000000000000000 D sysaufs_brs > 0000000000029550 T sysaufs_brs_add > 00000000000294a0 T sysaufs_brs_del > 0000000000008580 T sysaufs_fin > 00000000000001d7 T sysaufs_init > 0000000000000090 B sysaufs_kset > 00000000000000d0 d sysaufs_si_attr_xi_path > 0000000000000080 D sysaufs_si_attrs > 00000000000084e0 T sysaufs_si_init > 0000000000000088 B sysaufs_si_mask > 0000000000029070 T sysaufs_si_show > 0000000000028ff0 T sysaufs_si_xi_path > U sysfs_create_file > U sysfs_create_group > U sysfs_remove_file > U sysfs_remove_group > 0000000000002fc0 t test_br.clone.36 > 000000000001b890 t test_empty_cb > 000000000000f9e0 t test_linkable > U touch_atime > 000000000000f950 t trace_kmalloc > U truncate_setsize > 00000000000085f0 t udba_val > 0000000000000600 d udbalevel > U unlock_new_inode > U unlock_page > U unlock_rename > U unregister_filesystem > U up_read > U up_write > U vfree > U vfs_create > U vfs_fsync > U vfs_getattr > U vfs_link > U vfs_llseek > U vfs_mkdir > U vfs_mknod > U vfs_read > U vfs_readdir > U vfs_rename > U vfs_rmdir > U vfs_statfs > U vfs_symlink > U vfs_unlink > U vfs_write > 000000000000c120 T vfsub_create > 000000000000bea0 T vfsub_dentry_open > 000000000000bef0 T vfsub_filp_open > 000000000000c7d0 T vfsub_flush > 000000000000c920 T vfsub_fsync > 000000000000bf30 T vfsub_kern_path > 000000000000c380 T vfsub_link > 000000000000c0e0 T vfsub_lock_rename > 000000000000c030 T vfsub_lookup_hash > 000000000000bf80 T vfsub_lookup_one_len > 000000000000c550 T vfsub_mkdir > 000000000000c2f0 T vfsub_mknod > 000000000000cbe0 T vfsub_notify_change > 000000000000c6f0 T vfsub_read_k > 000000000000c6b0 T vfsub_read_u > 000000000000c840 T vfsub_readdir > 000000000000c480 T vfsub_rename > 000000000000c620 T vfsub_rmdir > 000000000000cad0 T vfsub_sio_mkdir > 000000000000cc10 T vfsub_sio_notify_change > 000000000000cb60 T vfsub_sio_rmdir > 000000000000c8e0 T vfsub_splice_from > 000000000000c880 T vfsub_splice_to > 000000000000c260 T vfsub_symlink > 000000000000c980 T vfsub_trunc > 000000000000cc60 T vfsub_unlink > 000000000000c100 T vfsub_unlock_rename > 000000000000bbb0 T vfsub_update_h_iattr > 000000000000c780 T vfsub_write_k > 000000000000c740 T vfsub_write_u > U vmalloc > U wait_for_completion > U warn_slowpath_fmt > U warn_slowpath_null > 0000000000027e50 t whplink > 000000000000b7f0 t wkq_func > 0000000000005c90 t xib_calc_bit > 0000000000006340 t xib_pindex.clone.41 > 00000000000068d0 t xino_do_trunc > 00000000000060c0 T xino_fread > 0000000000006160 T xino_fwrite > 0000000000005d10 t xino_try_trunc > > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/