Searched refs:mount_mtd (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/mtd/ |
D | super.h | 21 extern struct dentry *mount_mtd(struct file_system_type *fs_type, int flags,
|
/Linux-v4.19/drivers/mtd/ |
D | mtdsuper.c | 125 struct dentry *mount_mtd(struct file_system_type *fs_type, int flags, in mount_mtd() function 212 EXPORT_SYMBOL_GPL(mount_mtd);
|
/Linux-v4.19/fs/jffs2/ |
D | super.c | 317 return mount_mtd(fs_type, flags, dev_name, data, jffs2_fill_super); in jffs2_mount()
|
/Linux-v4.19/fs/romfs/ |
D | super.c | 565 ret = mount_mtd(fs_type, flags, dev_name, data, romfs_fill_super); in romfs_mount()
|
/Linux-v4.19/fs/cramfs/ |
D | inode.c | 956 ret = mount_mtd(fs_type, flags, dev_name, data, in cramfs_mount()
|