Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
symlink.c File Reference
#include "affs.h"

Go to the source code of this file.

Variables

struct address_space_operations affs_symlink_aops
 
struct inode_operations affs_symlink_inode_operations
 

Variable Documentation

struct address_space_operations affs_symlink_aops
Initial value:
= {
.readpage = affs_symlink_readpage,
}

Definition at line 72 of file symlink.c.

struct inode_operations affs_symlink_inode_operations
Initial value:
= {
.readlink = generic_readlink,
.follow_link = page_follow_link_light,
.put_link = page_put_link,
.setattr = affs_notify_change,
}

Definition at line 76 of file symlink.c.