Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
namei.c File Reference
#include <linux/pagemap.h>
#include <linux/quotaops.h>
#include "ext2.h"
#include "xattr.h"
#include "acl.h"
#include "xip.h"

Go to the source code of this file.

Functions

struct dentryext2_get_parent (struct dentry *child)
 

Variables

struct inode_operations ext2_dir_inode_operations
 
struct inode_operations ext2_special_inode_operations
 

Function Documentation

struct dentry* ext2_get_parent ( struct dentry child)
read

Definition at line 80 of file namei.c.

Variable Documentation

struct inode_operations ext2_dir_inode_operations
Initial value:
= {
.create = ext2_create,
.lookup = ext2_lookup,
.link = ext2_link,
.unlink = ext2_unlink,
.symlink = ext2_symlink,
.mkdir = ext2_mkdir,
.rmdir = ext2_rmdir,
.mknod = ext2_mknod,
.rename = ext2_rename,
.setattr = ext2_setattr,
.get_acl = ext2_get_acl,
}

Definition at line 383 of file namei.c.

struct inode_operations ext2_special_inode_operations
Initial value:
= {
.setattr = ext2_setattr,
.get_acl = ext2_get_acl,
}

Definition at line 403 of file namei.c.