|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/fs.h>#include <linux/pagemap.h>#include <linux/mount.h>#include <linux/namei.h>#include <linux/gfp.h>#include "internal.h"Go to the source code of this file.
Functions | |
| int | afs_mntpt_check_symlink (struct afs_vnode *vnode, struct key *key) |
| struct vfsmount * | afs_d_automount (struct path *path) |
| void | afs_mntpt_kill_timer (void) |
Variables | |
| struct file_operations | afs_mntpt_file_operations |
| struct inode_operations | afs_mntpt_inode_operations |
| struct inode_operations | afs_autocell_inode_operations |
| struct inode_operations afs_autocell_inode_operations |
| struct file_operations afs_mntpt_file_operations |
| struct inode_operations afs_mntpt_inode_operations |
1.8.2