Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
namei.c File Reference
#include "exofs.h"

Go to the source code of this file.

Variables

struct inode_operations exofs_dir_inode_operations
 
struct inode_operations exofs_special_inode_operations
 

Variable Documentation

struct inode_operations exofs_dir_inode_operations
Initial value:
= {
.create = exofs_create,
.lookup = exofs_lookup,
.link = exofs_link,
.unlink = exofs_unlink,
.symlink = exofs_symlink,
.mkdir = exofs_mkdir,
.rmdir = exofs_rmdir,
.mknod = exofs_mknod,
.rename = exofs_rename,
.setattr = exofs_setattr,
}

Definition at line 305 of file namei.c.

struct inode_operations exofs_special_inode_operations
Initial value:
= {
.setattr = exofs_setattr,
}

Definition at line 318 of file namei.c.