Implementation of the /proc operations. More...
#include <linux/proc_fs.h>#include <asm/uaccess.h>#include "procfs.h"#include "mountdata.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. | |
Implementation of the /proc operations.
This file is released under the GPL.
Definition in file procfs.c.
| 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 | ) |