Lines Matching defs:sb
252 void f2fs_msg(struct super_block *sb, const char *level, const char *fmt, ...) in f2fs_msg()
271 static int parse_options(struct super_block *sb, char *options) in parse_options()
419 static struct inode *f2fs_alloc_inode(struct super_block *sb) in f2fs_alloc_inode()
516 static void f2fs_put_super(struct super_block *sb) in f2fs_put_super()
573 int f2fs_sync_fs(struct super_block *sb, int sync) in f2fs_sync_fs()
595 static int f2fs_freeze(struct super_block *sb) in f2fs_freeze()
606 static int f2fs_unfreeze(struct super_block *sb) in f2fs_unfreeze()
613 struct super_block *sb = dentry->d_sb; in f2fs_statfs() local
696 struct super_block *sb = seq->private; in segment_info_seq_show() local
751 static int f2fs_remount(struct super_block *sb, int *flags, char *data) in f2fs_remount()
856 static struct inode *f2fs_nfs_get_inode(struct super_block *sb, in f2fs_nfs_get_inode()
881 static struct dentry *f2fs_fh_to_dentry(struct super_block *sb, struct fid *fid, in f2fs_fh_to_dentry()
888 static struct dentry *f2fs_fh_to_parent(struct super_block *sb, struct fid *fid, in f2fs_fh_to_parent()
921 static int sanity_check_raw_super(struct super_block *sb, in sanity_check_raw_super()
1033 static int read_raw_super_block(struct super_block *sb, in read_raw_super_block()
1125 static int f2fs_fill_super(struct super_block *sb, void *data, int silent) in f2fs_fill_super()
1409 static void kill_f2fs_super(struct super_block *sb) in kill_f2fs_super()