Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mtdsuper.c File Reference
#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 dentrymount_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)
 

Function Documentation

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.

struct dentry* mount_mtd ( struct file_system_type fs_type,
int  flags,
const char dev_name,
void data,
int(*)(struct super_block *, void *, int fill_super 
)
read

Definition at line 120 of file mtdsuper.c.