Lines Matching defs:sb

49 void ext2_error(struct super_block *sb, const char *function,  in ext2_error()
84 void ext2_msg(struct super_block *sb, const char *prefix, in ext2_msg()
103 void ext2_update_dynamic_rev(struct super_block *sb) in ext2_update_dynamic_rev()
131 static void ext2_quota_off_umount(struct super_block *sb) in ext2_quota_off_umount()
139 static inline void ext2_quota_off_umount(struct super_block *sb) in ext2_quota_off_umount()
144 static void ext2_put_super (struct super_block * sb) in ext2_put_super()
180 static struct inode *ext2_alloc_inode(struct super_block *sb) in ext2_alloc_inode()
238 struct super_block *sb = root->d_sb; in ext2_show_options() local
362 static struct inode *ext2_nfs_get_inode(struct super_block *sb, in ext2_nfs_get_inode()
388 static struct dentry *ext2_fh_to_dentry(struct super_block *sb, struct fid *fid, in ext2_fh_to_dentry()
395 static struct dentry *ext2_fh_to_parent(struct super_block *sb, struct fid *fid, in ext2_fh_to_parent()
470 static int parse_options(char *options, struct super_block *sb, in parse_options()
633 static int ext2_setup_super (struct super_block * sb, in ext2_setup_super()
684 static int ext2_check_descriptors(struct super_block *sb) in ext2_check_descriptors()
786 static unsigned long descriptor_loc(struct super_block *sb, in descriptor_loc()
803 static int ext2_fill_super(struct super_block *sb, void *data, int silent) in ext2_fill_super()
1210 static void ext2_clear_super_error(struct super_block *sb) in ext2_clear_super_error()
1230 void ext2_sync_super(struct super_block *sb, struct ext2_super_block *es, in ext2_sync_super()
1255 static int ext2_sync_fs(struct super_block *sb, int wait) in ext2_sync_fs()
1276 static int ext2_freeze(struct super_block *sb) in ext2_freeze()
1298 static int ext2_unfreeze(struct super_block *sb) in ext2_unfreeze()
1306 static void ext2_write_super(struct super_block *sb) in ext2_write_super()
1312 static int ext2_remount (struct super_block * sb, int * flags, char * data) in ext2_remount()
1397 struct super_block *sb = dentry->d_sb; in ext2_statfs() local
1470 static ssize_t ext2_quota_read(struct super_block *sb, int type, char *data, in ext2_quota_read()
1515 static ssize_t ext2_quota_write(struct super_block *sb, int type, in ext2_quota_write()
1567 static int ext2_quota_on(struct super_block *sb, int type, int format_id, in ext2_quota_on()
1588 static int ext2_quota_off(struct super_block *sb, int type) in ext2_quota_off()