Lines Matching refs:super_block
24 static int affs_remount (struct super_block *sb, int *flags, char *data);
27 affs_commit_super(struct super_block *sb, int wait) in affs_commit_super()
44 affs_put_super(struct super_block *sb) in affs_put_super()
53 affs_sync_fs(struct super_block *sb, int wait) in affs_sync_fs()
62 struct super_block *sb; in flush_superblock()
74 void affs_mark_sb_dirty(struct super_block *sb) in affs_mark_sb_dirty()
93 static struct inode *affs_alloc_inode(struct super_block *sb) in affs_alloc_inode()
298 static int affs_fill_super(struct super_block *sb, void *data, int silent) in affs_fill_super()
513 affs_remount(struct super_block *sb, int *flags, char *data) in affs_remount()
577 struct super_block *sb = dentry->d_sb; in affs_statfs()
603 static void affs_kill_sb(struct super_block *sb) in affs_kill_sb()