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/types.h>
#include <linux/kernel.h>
#include <linux/time.h>
#include <linux/fs.h>
#include <linux/stat.h>
#include <linux/errno.h>
#include <linux/pagemap.h>
#include <linux/coda.h>
#include <linux/coda_psdev.h>
#include "coda_linux.h"

Go to the source code of this file.

Variables

struct address_space_operations coda_symlink_aops
 

Variable Documentation

struct address_space_operations coda_symlink_aops
Initial value:
= {
.readpage = coda_symlink_filler,
}

Definition at line 48 of file symlink.c.