Server IP : 127.0.0.2 / Your IP : 18.216.219.130 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/modules/4.4.0-1085-aws/build/fs/aufs/ |
Upload File : |
include ${src}/magic.mk ifeq (${CONFIG_AUFS_FS},m) include ${src}/conf.mk endif -include ${src}/priv_def.mk # cf. include/linux/kernel.h # enable pr_debug ccflags-y += -DDEBUG # sparse requires the full pathname ifdef M ccflags-y += -include ${M}/../../include/uapi/linux/aufs_type.h else ccflags-y += -include ${srctree}/include/uapi/linux/aufs_type.h endif obj-$(CONFIG_AUFS_FS) += aufs.o aufs-y := module.o sbinfo.o super.o branch.o xino.o sysaufs.o opts.o \ wkq.o vfsub.o dcsub.o \ cpup.o whout.o wbr_policy.o \ dinfo.o dentry.o \ dynop.o \ finfo.o file.o f_op.o \ dir.o vdir.o \ iinfo.o inode.o i_op.o i_op_add.o i_op_del.o i_op_ren.o \ mvdown.o ioctl.o # all are boolean aufs-$(CONFIG_PROC_FS) += procfs.o plink.o aufs-$(CONFIG_SYSFS) += sysfs.o aufs-$(CONFIG_DEBUG_FS) += dbgaufs.o aufs-$(CONFIG_AUFS_BDEV_LOOP) += loop.o aufs-$(CONFIG_AUFS_HNOTIFY) += hnotify.o aufs-$(CONFIG_AUFS_HFSNOTIFY) += hfsnotify.o aufs-$(CONFIG_AUFS_EXPORT) += export.o aufs-$(CONFIG_AUFS_XATTR) += xattr.o aufs-$(CONFIG_FS_POSIX_ACL) += posix_acl.o aufs-$(CONFIG_AUFS_FHSM) += fhsm.o aufs-$(CONFIG_AUFS_POLL) += poll.o aufs-$(CONFIG_AUFS_RDU) += rdu.o aufs-$(CONFIG_AUFS_BR_HFSPLUS) += hfsplus.o aufs-$(CONFIG_AUFS_DEBUG) += debug.o aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o