Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
sysdep.c File Reference
#include <linux/namei.h>
#include "hfs_fs.h"

Go to the source code of this file.

Variables

struct dentry_operations hfs_dentry_operations
 

Variable Documentation

struct dentry_operations hfs_dentry_operations
Initial value:
=
{
.d_revalidate = hfs_revalidate_dentry,
.d_hash = hfs_hash_dentry,
.d_compare = hfs_compare_dentry,
}

Definition at line 39 of file sysdep.c.