Linux Kernel
3.7.1
|
#include <linux/mtd/super.h>
#include <linux/namei.h>
#include <linux/export.h>
#include <linux/ctype.h>
#include <linux/slab.h>
Go to the source code of this file.
Functions | |
struct dentry * | mount_mtd (struct file_system_type *fs_type, int flags, const char *dev_name, void *data, int(*fill_super)(struct super_block *, void *, int)) |
EXPORT_SYMBOL_GPL (mount_mtd) | |
void | kill_mtd_super (struct super_block *sb) |
EXPORT_SYMBOL_GPL (kill_mtd_super) | |
EXPORT_SYMBOL_GPL | ( | mount_mtd | ) |
EXPORT_SYMBOL_GPL | ( | kill_mtd_super | ) |
void kill_mtd_super | ( | struct super_block * | sb | ) |
Definition at line 212 of file mtdsuper.c.
|
read |
Definition at line 120 of file mtdsuper.c.