Lines Matching refs:super_block
49 struct super_block *ubifs_sb;
53 int set_anon_super(struct super_block *s, void *data) in set_anon_super()
58 struct inode *iget_locked(struct super_block *sb, unsigned long ino) in iget_locked()
238 struct inode *ubifs_iget(struct super_block *sb, unsigned long inum) in ubifs_iget()
439 static struct inode *ubifs_alloc_inode(struct super_block *sb) in ubifs_alloc_inode()
631 static int ubifs_sync_fs(struct super_block *sb, int wait) in ubifs_sync_fs()
1229 struct super_block *sb = c->vfs_sb; in ubifs_parse_options()
1982 static void ubifs_put_super(struct super_block *sb) in ubifs_put_super()
2064 static int ubifs_remount_fs(struct super_block *sb, int *flags, char *data) in ubifs_remount_fs()
2240 static int ubifs_fill_super(struct super_block *sb, void *data, int silent) in ubifs_fill_super()
2338 static int sb_test(struct super_block *sb, void *data) in sb_test()
2346 static int sb_set(struct super_block *sb, void *data) in sb_set()
2352 static struct super_block *alloc_super(struct file_system_type *type, int flags) in alloc_super()
2354 struct super_block *s; in alloc_super()
2357 s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super()
2381 struct super_block *sget(struct file_system_type *type, in sget()
2382 int (*test)(struct super_block *,void *), in sget() argument
2383 int (*set)(struct super_block *,void *), in sget() argument
2387 struct super_block *s = NULL; in sget()
2389 struct super_block *old; in sget()
2452 struct super_block *sb; in ubifs_mount()
2520 static void kill_ubifs_super(struct super_block *s) in kill_ubifs_super()