Linux Kernel
3.7.1
|
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 dentry * | notifier_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 dentry * | notifier_err_inject_dir |
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_exit | ( | err_inject_exit | ) |
module_init | ( | err_inject_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
|
read |
Definition at line 49 of file notifier-error-inject.c.
Definition at line 46 of file notifier-error-inject.c.