Home
last modified time | relevance | path

Searched refs:get_tree_mtd (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/mtd/
H A Dmtdsuper.c96 int get_tree_mtd(struct fs_context *fc, in get_tree_mtd() function
167 EXPORT_SYMBOL_GPL(get_tree_mtd);
/openbmc/linux/include/linux/mtd/
H A Dsuper.h17 extern int get_tree_mtd(struct fs_context *fc,
/openbmc/linux/fs/jffs2/
H A Dsuper.c294 return get_tree_mtd(fc, jffs2_fill_super); in jffs2_get_tree()
/openbmc/linux/fs/romfs/
H A Dsuper.c557 ret = get_tree_mtd(fc, romfs_fill_super); in romfs_get_tree()
/openbmc/linux/fs/cramfs/
H A Dinode.c953 ret = get_tree_mtd(fc, cramfs_mtd_fill_super); in cramfs_get_tree()