Lines Matching defs:sb
59 struct inode *iget_locked(struct super_block *sb, unsigned long ino) in iget_locked()
239 struct inode *ubifs_iget(struct super_block *sb, unsigned long inum) in ubifs_iget()
440 static struct inode *ubifs_alloc_inode(struct super_block *sb) in ubifs_alloc_inode()
632 static int ubifs_sync_fs(struct super_block *sb, int wait) in ubifs_sync_fs()
1230 struct super_block *sb = c->vfs_sb; in ubifs_parse_options() local
1980 static void ubifs_put_super(struct super_block *sb) in ubifs_put_super()
2062 static int ubifs_remount_fs(struct super_block *sb, int *flags, char *data) in ubifs_remount_fs()
2238 static int ubifs_fill_super(struct super_block *sb, void *data, int silent) in ubifs_fill_super()
2339 static int sb_test(struct super_block *sb, void *data) in sb_test()
2347 static int sb_set(struct super_block *sb, void *data) in sb_set()
2453 struct super_block *sb; in ubifs_mount() local