Home
last modified time | relevance | path

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

/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);
/linux/include/linux/mtd/
H A Dsuper.h17 extern int get_tree_mtd(struct fs_context *fc,
/linux/fs/romfs/
H A Dsuper.c548 ret = get_tree_mtd(fc, romfs_fill_super); in romfs_get_tree()
/linux/fs/cramfs/
H A Dinode.c948 ret = get_tree_mtd(fc, cramfs_mtd_fill_super); in cramfs_get_tree()