Home
last modified time | relevance | path

Searched refs:kill_mtd_super (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mtd/
H A Dmtdsuper.c172 void kill_mtd_super(struct super_block *sb) in kill_mtd_super() function
179 EXPORT_SYMBOL_GPL(kill_mtd_super);
/openbmc/linux/include/linux/mtd/
H A Dsuper.h20 extern void kill_mtd_super(struct super_block *sb);
/openbmc/linux/fs/jffs2/
H A Dsuper.c349 kill_mtd_super(sb); in jffs2_kill_sb()