Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
symlink.c File Reference
#include "udfdecl.h"
#include <asm/uaccess.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/time.h>
#include <linux/mm.h>
#include <linux/stat.h>
#include <linux/pagemap.h>
#include <linux/buffer_head.h>
#include "udf_i.h"

Go to the source code of this file.

Variables

struct address_space_operations udf_symlink_aops
 

Variable Documentation

struct address_space_operations udf_symlink_aops
Initial value:
= {
.readpage = udf_symlink_filler,
}

Definition at line 123 of file symlink.c.