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

Go to the source code of this file.

Functions

 DEFINE_SIMPLE_ATTRIBUTE (fops_errno, debugfs_errno_get, debugfs_errno_set,"%lld\n")
 
 EXPORT_SYMBOL_GPL (notifier_err_inject_dir)
 
struct dentrynotifier_err_inject_init (const char *name, struct dentry *parent, struct notifier_err_inject *err_inject, int priority)
 
 EXPORT_SYMBOL_GPL (notifier_err_inject_init)
 
 module_init (err_inject_init)
 
 module_exit (err_inject_exit)
 
 MODULE_DESCRIPTION ("Notifier error injection module")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Akinobu Mita <[email protected]>")
 

Variables

struct dentrynotifier_err_inject_dir
 

Function Documentation

DEFINE_SIMPLE_ATTRIBUTE ( fops_errno  ,
debugfs_errno_get  ,
debugfs_errno_set  ,
"%lld\n"   
)
EXPORT_SYMBOL_GPL ( notifier_err_inject_dir  )
EXPORT_SYMBOL_GPL ( notifier_err_inject_init  )
MODULE_AUTHOR ( "Akinobu Mita <[email protected]>"  )
MODULE_DESCRIPTION ( "Notifier error injection module )
module_exit ( err_inject_exit  )
module_init ( err_inject_init  )
MODULE_LICENSE ( "GPL"  )
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.