Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
notifier-error-inject.h File Reference
#include <linux/atomic.h>
#include <linux/debugfs.h>
#include <linux/notifier.h>

Go to the source code of this file.

Data Structures

struct  notifier_err_inject_action
 
struct  notifier_err_inject
 

Macros

#define NOTIFIER_ERR_INJECT_ACTION(action)   .name = #action, .val = (action),
 

Functions

struct dentrynotifier_err_inject_init (const char *name, struct dentry *parent, struct notifier_err_inject *err_inject, int priority)
 

Variables

struct dentrynotifier_err_inject_dir
 

Macro Definition Documentation

#define NOTIFIER_ERR_INJECT_ACTION (   action)    .name = #action, .val = (action),

Definition at line 11 of file notifier-error-inject.h.

Function Documentation

struct dentry* notifier_err_inject_init ( const char name,
struct dentry parent,
struct notifier_err_inject err_inject,
int  priority 
)
read

Definition at line 49 of file notifier-error-inject.c.

Variable Documentation

struct dentry* notifier_err_inject_dir

Definition at line 46 of file notifier-error-inject.c.