Searched refs:mount_mtd (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/include/linux/mtd/ |
D | super.h | 21 extern struct dentry *mount_mtd(struct file_system_type *fs_type, int flags,
|
/linux-2.6.39/drivers/mtd/ |
D | mtdsuper.c | 121 struct dentry *mount_mtd(struct file_system_type *fs_type, int flags, in mount_mtd() function 208 EXPORT_SYMBOL_GPL(mount_mtd);
|
/linux-2.6.39/fs/jffs2/ |
D | super.c | 193 return mount_mtd(fs_type, flags, dev_name, data, jffs2_fill_super); in jffs2_mount()
|
/linux-2.6.39/fs/romfs/ |
D | super.c | 569 ret = mount_mtd(fs_type, flags, dev_name, data, romfs_fill_super); in romfs_mount()
|