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