Lines Matching refs:super_block
57 void jffs2_put_super (struct super_block *);
58 void jffs2_write_super (struct super_block *);
59 static int jffs2_statfs (struct super_block *, struct statfs *);
60 int jffs2_remount_fs (struct super_block *, int *, char *);
74 static int jffs2_statfs(struct super_block *sb, struct statfs *buf) in jffs2_statfs()
194 static struct super_block *jffs2_read_super(struct super_block *sb, void *data, int silent) in jffs2_read_super()
288 void jffs2_put_super (struct super_block *sb) in jffs2_put_super()
306 int jffs2_remount_fs (struct super_block *sb, int *flags, char *data) in jffs2_remount_fs()
327 void jffs2_write_super (struct super_block *sb) in jffs2_write_super()
351 if (sizeof(struct jffs2_sb_info) > sizeof (((struct super_block *)NULL)->u)) { in init_jffs2_fs()
353 sizeof(struct jffs2_sb_info), sizeof (((struct super_block *)NULL)->u)); in init_jffs2_fs()