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/pagemap.h>
#include "sysv.h"

Go to the source code of this file.

Variables

struct dentry_operations sysv_dentry_operations
 
struct inode_operations sysv_dir_inode_operations
 

Variable Documentation

struct dentry_operations sysv_dentry_operations
Initial value:
= {
.d_hash = sysv_hash,
}

Definition at line 42 of file namei.c.

struct inode_operations sysv_dir_inode_operations
Initial value:
= {
.create = sysv_create,
.lookup = sysv_lookup,
.link = sysv_link,
.unlink = sysv_unlink,
.symlink = sysv_symlink,
.mkdir = sysv_mkdir,
.rmdir = sysv_rmdir,
.mknod = sysv_mknod,
.rename = sysv_rename,
.getattr = sysv_getattr,
}

Definition at line 280 of file namei.c.