Lines Matching refs:super_block
25 static int affs_remount (struct super_block *sb, int *flags, char *data);
28 affs_commit_super(struct super_block *sb, int wait) in affs_commit_super()
45 affs_put_super(struct super_block *sb) in affs_put_super()
54 affs_sync_fs(struct super_block *sb, int wait) in affs_sync_fs()
63 struct super_block *sb; in flush_superblock()
75 void affs_mark_sb_dirty(struct super_block *sb) in affs_mark_sb_dirty()
94 static struct inode *affs_alloc_inode(struct super_block *sb) in affs_alloc_inode()
299 static int affs_fill_super(struct super_block *sb, void *data, int silent) in affs_fill_super()
515 affs_remount(struct super_block *sb, int *flags, char *data) in affs_remount()
579 struct super_block *sb = dentry->d_sb; in affs_statfs()
605 static void affs_kill_sb(struct super_block *sb) in affs_kill_sb()