Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
dentry.c File Reference
#include <linux/dcache.h>
#include <linux/namei.h>
#include <linux/mount.h>
#include <linux/fs_stack.h>
#include <linux/slab.h>
#include "ecryptfs_kernel.h"

Go to the source code of this file.

Variables

struct kmem_cacheecryptfs_dentry_info_cache
 
struct dentry_operations ecryptfs_dops
 

Variable Documentation

struct kmem_cache* ecryptfs_dentry_info_cache

Definition at line 69 of file dentry.c.

struct dentry_operations ecryptfs_dops
Initial value:
= {
.d_revalidate = ecryptfs_d_revalidate,
.d_release = ecryptfs_d_release,
}

Definition at line 90 of file dentry.c.