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

Go to the source code of this file.

Variables

struct file_operations affs_dir_operations
 
struct inode_operations affs_dir_inode_operations
 

Variable Documentation

struct inode_operations affs_dir_inode_operations
Initial value:
= {
.create = affs_create,
.lookup = affs_lookup,
.link = affs_link,
.unlink = affs_unlink,
.symlink = affs_symlink,
.mkdir = affs_mkdir,
.rmdir = affs_rmdir,
.rename = affs_rename,
.setattr = affs_notify_change,
}

Definition at line 30 of file dir.c.

struct file_operations affs_dir_operations
Initial value:
= {
.readdir = affs_readdir,
.fsync = affs_file_fsync,
}

Definition at line 20 of file dir.c.