Lines Matching defs:sb
239 void f2fs_msg(struct super_block *sb, const char *level, const char *fmt, ...) in f2fs_msg()
258 static int parse_options(struct super_block *sb, char *options) in parse_options()
390 static struct inode *f2fs_alloc_inode(struct super_block *sb) in f2fs_alloc_inode()
457 static void f2fs_put_super(struct super_block *sb) in f2fs_put_super()
506 int f2fs_sync_fs(struct super_block *sb, int sync) in f2fs_sync_fs()
528 static int f2fs_freeze(struct super_block *sb) in f2fs_freeze()
539 static int f2fs_unfreeze(struct super_block *sb) in f2fs_unfreeze()
546 struct super_block *sb = dentry->d_sb; in f2fs_statfs() local
623 struct super_block *sb = seq->private; in segment_info_seq_show() local
661 static int f2fs_remount(struct super_block *sb, int *flags, char *data) in f2fs_remount()
757 static struct inode *f2fs_nfs_get_inode(struct super_block *sb, in f2fs_nfs_get_inode()
782 static struct dentry *f2fs_fh_to_dentry(struct super_block *sb, struct fid *fid, in f2fs_fh_to_dentry()
789 static struct dentry *f2fs_fh_to_parent(struct super_block *sb, struct fid *fid, in f2fs_fh_to_parent()
822 static int sanity_check_raw_super(struct super_block *sb, in sanity_check_raw_super()
930 static int read_raw_super_block(struct super_block *sb, in read_raw_super_block()
969 static int f2fs_fill_super(struct super_block *sb, void *data, int silent) in f2fs_fill_super()
1247 static void kill_f2fs_super(struct super_block *sb) in kill_f2fs_super()