Declaration of the implemented /proc operations. More...
#include <linux/module.h>

Go to the source code of this file.
Functions | |
| int | mumufs_initialise_proc_entries (void) |
| initializes /proc entries | |
| int | mumufs_remove_proc_entries (void) |
| Destroys the /proc entries. | |
| int | mumufs_create_mount_info (struct super_block *sb) |
| Creates /proc enties for a mount point. | |
| int | mumufs_remove_mount_info (struct super_block *sb) |
| Destroys /proc enties for a mount point. | |
Declaration of the implemented /proc operations.
This file is released under the GPL.
Definition in file procfs.h.
| int mumufs_create_mount_info | ( | struct super_block * | sb | ) |
Creates /proc enties for a mount point.
| sb | superblock of the mount point |
Definition at line 95 of file procfs.c.
References mumu_mount_data::parent.
| int mumufs_initialise_proc_entries | ( | void | ) |
| int mumufs_remove_mount_info | ( | struct super_block * | sb | ) |