Lines Matching refs:super_block

50 struct super_block *ubifs_sb;
54 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
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()
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()
2353 static struct super_block *alloc_super(struct file_system_type *type, int flags) in alloc_super()
2355 struct super_block *s; in alloc_super()
2358 s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super()
2382 struct super_block *sget(struct file_system_type *type, in sget()
2383 int (*test)(struct super_block *,void *), in sget() argument
2384 int (*set)(struct super_block *,void *), in sget() argument
2388 struct super_block *s = NULL; in sget()
2390 struct super_block *old; in sget()
2453 struct super_block *sb; in ubifs_mount()
2521 static void kill_ubifs_super(struct super_block *s) in kill_ubifs_super()