Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
mntpt.c File Reference
#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 vfsmountafs_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
 

Function Documentation

struct vfsmount* afs_d_automount ( struct path path)
read

Definition at line 241 of file mntpt.c.

int afs_mntpt_check_symlink ( struct afs_vnode vnode,
struct key key 
)

Definition at line 53 of file mntpt.c.

void afs_mntpt_kill_timer ( void  )

Definition at line 278 of file mntpt.c.

Variable Documentation

struct inode_operations afs_autocell_inode_operations
Initial value:
= {
.getattr = afs_getattr,
}

Definition at line 40 of file mntpt.c.

struct file_operations afs_mntpt_file_operations
Initial value:
= {
.open = afs_mntpt_open,
.llseek = noop_llseek,
}

Definition at line 29 of file mntpt.c.

struct inode_operations afs_mntpt_inode_operations
Initial value:
= {
.lookup = afs_mntpt_lookup,
.readlink = page_readlink,
.getattr = afs_getattr,
}

Definition at line 34 of file mntpt.c.