Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dentry_operations Struct Reference

#include <dcache.h>

Data Fields

int(* d_revalidate )(struct dentry *, unsigned int)
 
int(* d_hash )(const struct dentry *, const struct inode *, struct qstr *)
 
int(* d_compare )(const struct dentry *, const struct inode *, const struct dentry *, const struct inode *, unsigned int, const char *, const struct qstr *)
 
int(* d_delete )(const struct dentry *)
 
void(* d_release )(struct dentry *)
 
void(* d_prune )(struct dentry *)
 
void(* d_iput )(struct dentry *, struct inode *)
 
char *(* d_dname )(struct dentry *, char *, int)
 
struct vfsmount *(* d_automount )(struct path *)
 
int(* d_manage )(struct dentry *, bool)
 

Detailed Description

Definition at line 146 of file dcache.h.

Field Documentation

struct vfsmount*(* d_automount)(struct path *)
read

Definition at line 158 of file dcache.h.

Definition at line 150 of file dcache.h.

int(* d_delete)(const struct dentry *)

Definition at line 153 of file dcache.h.

char*(* d_dname)(struct dentry *, char *, int)

Definition at line 157 of file dcache.h.

Definition at line 148 of file dcache.h.

void(* d_iput)(struct dentry *, struct inode *)

Definition at line 156 of file dcache.h.

int(* d_manage)(struct dentry *, bool)

Definition at line 159 of file dcache.h.

void(* d_prune)(struct dentry *)

Definition at line 155 of file dcache.h.

void(* d_release)(struct dentry *)

Definition at line 154 of file dcache.h.

int(* d_revalidate)(struct dentry *, unsigned int)

Definition at line 147 of file dcache.h.


The documentation for this struct was generated from the following file: