Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
symlink.c File Reference
#include <linux/string.h>
#include <linux/pagemap.h>
#include <linux/buffer_head.h>
#include "efs.h"

Go to the source code of this file.

Variables

struct address_space_operations efs_symlink_aops
 

Variable Documentation

struct address_space_operations efs_symlink_aops
Initial value:
= {
.readpage = efs_symlink_readpage
}

Definition at line 52 of file symlink.c.