|
Linux Kernel
3.7.1
|
#include <linux/fs.h>#include <linux/mount.h>#include <linux/pagemap.h>#include <linux/init.h>#include <linux/module.h>#include <linux/magic.h>#include <linux/slab.h>#include "sysfs.h"Go to the source code of this file.
Macros | |
| #define | DEBUG |
Functions | |
| int __init | sysfs_init (void) |
| struct sysfs_dirent * | sysfs_get (struct sysfs_dirent *sd) |
| EXPORT_SYMBOL_GPL (sysfs_get) | |
| void | sysfs_put (struct sysfs_dirent *sd) |
| EXPORT_SYMBOL_GPL (sysfs_put) | |
Variables | |
| struct kmem_cache * | sysfs_dir_cachep |
| struct sysfs_dirent | sysfs_root |
| EXPORT_SYMBOL_GPL | ( | sysfs_get | ) |
| EXPORT_SYMBOL_GPL | ( | sysfs_put | ) |
|
read |
| void sysfs_put | ( | struct sysfs_dirent * | sd | ) |
| struct kmem_cache* sysfs_dir_cachep |
| struct sysfs_dirent sysfs_root |
1.8.2