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

Go to the source code of this file.

Variables

struct file_operations hfs_dir_operations
 
struct inode_operations hfs_dir_inode_operations
 

Variable Documentation

struct inode_operations hfs_dir_inode_operations
Initial value:
= {
.create = hfs_create,
.lookup = hfs_lookup,
.unlink = hfs_remove,
.mkdir = hfs_mkdir,
.rmdir = hfs_remove,
.rename = hfs_rename,
.setattr = hfs_inode_setattr,
}

Definition at line 308 of file dir.c.

struct file_operations hfs_dir_operations
Initial value:
= {
.readdir = hfs_readdir,
.release = hfs_dir_release,
}

Definition at line 301 of file dir.c.