Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
namei.c File Reference
#include <linux/sched.h>
#include "hpfs_fn.h"

Go to the source code of this file.

Variables

struct address_space_operations hpfs_symlink_aops
 
struct inode_operations hpfs_dir_iops
 

Variable Documentation

struct inode_operations hpfs_dir_iops
Initial value:
=
{
.create = hpfs_create,
.lookup = hpfs_lookup,
.unlink = hpfs_unlink,
.symlink = hpfs_symlink,
.mkdir = hpfs_mkdir,
.rmdir = hpfs_rmdir,
.mknod = hpfs_mknod,
.rename = hpfs_rename,
.setattr = hpfs_setattr,
}

Definition at line 617 of file namei.c.

struct address_space_operations hpfs_symlink_aops
Initial value:
= {
.readpage = hpfs_symlink_readpage
}

Definition at line 514 of file namei.c.