Lines Matching defs:sb

96 #define IS_EXT2_SB(sb) ((sb)->s_bdev->bd_holder == &ext2_fs_type)  argument
98 #define IS_EXT2_SB(sb) (0) argument
112 #define IS_EXT3_SB(sb) ((sb)->s_bdev->bd_holder == &ext3_fs_type) argument
114 #define IS_EXT3_SB(sb) (0) argument
117 static int ext4_verify_csum_type(struct super_block *sb, in ext4_verify_csum_type()
127 static __le32 ext4_superblock_csum(struct super_block *sb, in ext4_superblock_csum()
139 static int ext4_superblock_csum_verify(struct super_block *sb, in ext4_superblock_csum_verify()
148 void ext4_superblock_csum_set(struct super_block *sb) in ext4_superblock_csum_set()
178 ext4_fsblk_t ext4_block_bitmap(struct super_block *sb, in ext4_block_bitmap()
186 ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb, in ext4_inode_bitmap()
194 ext4_fsblk_t ext4_inode_table(struct super_block *sb, in ext4_inode_table()
202 __u32 ext4_free_group_clusters(struct super_block *sb, in ext4_free_group_clusters()
210 __u32 ext4_free_inodes_count(struct super_block *sb, in ext4_free_inodes_count()
218 __u32 ext4_used_dirs_count(struct super_block *sb, in ext4_used_dirs_count()
226 __u32 ext4_itable_unused_count(struct super_block *sb, in ext4_itable_unused_count()
234 void ext4_block_bitmap_set(struct super_block *sb, in ext4_block_bitmap_set()
242 void ext4_inode_bitmap_set(struct super_block *sb, in ext4_inode_bitmap_set()
250 void ext4_inode_table_set(struct super_block *sb, in ext4_inode_table_set()
258 void ext4_free_group_clusters_set(struct super_block *sb, in ext4_free_group_clusters_set()
266 void ext4_free_inodes_set(struct super_block *sb, in ext4_free_inodes_set()
274 void ext4_used_dirs_set(struct super_block *sb, in ext4_used_dirs_set()
282 void ext4_itable_unused_set(struct super_block *sb, in ext4_itable_unused_set()
291 static void __save_error_info(struct super_block *sb, const char *func, in __save_error_info()
320 static void save_error_info(struct super_block *sb, const char *func, in save_error_info()
335 static int block_device_ejected(struct super_block *sb) in block_device_ejected()
345 struct super_block *sb = journal->j_private; in ext4_journal_commit_callback() local
378 static void ext4_handle_error(struct super_block *sb) in ext4_handle_error()
408 #define ext4_error_ratelimit(sb) \ argument
412 void __ext4_error(struct super_block *sb, const char *function, in __ext4_error()
498 const char *ext4_decode_error(struct super_block *sb, int errno, in ext4_decode_error()
535 void __ext4_std_error(struct super_block *sb, const char *function, in __ext4_std_error()
568 void __ext4_abort(struct super_block *sb, const char *function, in __ext4_abort()
602 void __ext4_msg(struct super_block *sb, in __ext4_msg()
618 void __ext4_warning(struct super_block *sb, const char *function, in __ext4_warning()
637 struct super_block *sb, ext4_group_t grp, in __ext4_grp_locked_error()
688 void ext4_update_dynamic_rev(struct super_block *sb) in ext4_update_dynamic_rev()
716 static struct block_device *ext4_blkdev_get(dev_t dev, struct super_block *sb) in ext4_blkdev_get()
755 static void dump_orphan_list(struct super_block *sb, struct ext4_sb_info *sbi) in dump_orphan_list()
773 static void ext4_put_super(struct super_block *sb) in ext4_put_super()
870 static struct inode *ext4_alloc_inode(struct super_block *sb) in ext4_alloc_inode()
989 static struct inode *ext4_nfs_get_inode(struct super_block *sb, in ext4_nfs_get_inode()
1018 static struct dentry *ext4_fh_to_dentry(struct super_block *sb, struct fid *fid, in ext4_fh_to_dentry()
1025 static struct dentry *ext4_fh_to_parent(struct super_block *sb, struct fid *fid, in ext4_fh_to_parent()
1038 static int bdev_try_to_free_page(struct super_block *sb, struct page *page, in bdev_try_to_free_page()
1265 static int set_qf_name(struct super_block *sb, int qtype, substring_t *args) in set_qf_name()
1311 static int clear_qf_name(struct super_block *sb, int qtype) in clear_qf_name()
1434 static int handle_mount_opt(struct super_block *sb, char *opt, int token, in handle_mount_opt()
1670 static int parse_options(char *options, struct super_block *sb, in parse_options()
1743 struct super_block *sb) in ext4_show_quota_options()
1788 static int _ext4_show_options(struct seq_file *seq, struct super_block *sb, in _ext4_show_options()
1872 struct super_block *sb = seq->private; in options_seq_show() local
1894 static int ext4_setup_super(struct super_block *sb, struct ext4_super_block *es, in ext4_setup_super()
1951 int ext4_alloc_flex_bg_array(struct super_block *sb, ext4_group_t ngroup) in ext4_alloc_flex_bg_array()
1983 static int ext4_fill_flex_info(struct super_block *sb) in ext4_fill_flex_info()
2064 int ext4_group_desc_csum_verify(struct super_block *sb, __u32 block_group, in ext4_group_desc_csum_verify()
2075 void ext4_group_desc_csum_set(struct super_block *sb, __u32 block_group, in ext4_group_desc_csum_set()
2084 static int ext4_check_descriptors(struct super_block *sb, in ext4_check_descriptors()
2173 static void ext4_orphan_cleanup(struct super_block *sb, in ext4_orphan_cleanup()
2394 static ext4_fsblk_t descriptor_loc(struct super_block *sb, in descriptor_loc()
2496 struct super_block *sb = sbi->s_buddy_cache->i_sb; in session_write_kbytes_show() local
2508 struct super_block *sb = sbi->s_buddy_cache->i_sb; in lifetime_write_kbytes_show() local
2795 static int ext4_feature_set_ok(struct super_block *sb, int readonly) in ext4_feature_set_ok()
2861 struct super_block *sb = (struct super_block *) arg; in print_daily_error_info() local
2908 struct super_block *sb; in ext4_run_li_request() local
2965 static void ext4_unregister_li_request(struct super_block *sb) in ext4_unregister_li_request()
3105 static ext4_group_t ext4_has_uninit_itable(struct super_block *sb) in ext4_has_uninit_itable()
3140 static struct ext4_li_request *ext4_li_request_new(struct super_block *sb, in ext4_li_request_new()
3164 int ext4_register_li_request(struct super_block *sb, in ext4_register_li_request()
3239 static int set_journal_csum_feature_set(struct super_block *sb) in set_journal_csum_feature_set()
3293 static int count_overhead(struct super_block *sb, ext4_group_t grp, in count_overhead()
3349 int ext4_calculate_overhead(struct super_block *sb) in ext4_calculate_overhead()
3394 static ext4_fsblk_t ext4_calculate_resv_clusters(struct super_block *sb) in ext4_calculate_resv_clusters()
3436 static int ext4_fill_super(struct super_block *sb, void *data, int silent) in ext4_fill_super()
4363 static void ext4_init_journal_params(struct super_block *sb, journal_t *journal) in ext4_init_journal_params()
4383 static journal_t *ext4_get_journal(struct super_block *sb, in ext4_get_journal()
4426 static journal_t *ext4_get_dev_journal(struct super_block *sb, in ext4_get_dev_journal()
4521 static int ext4_load_journal(struct super_block *sb, in ext4_load_journal()
4613 static int ext4_commit_super(struct super_block *sb, int sync) in ext4_commit_super()
4687 static void ext4_mark_recovery_complete(struct super_block *sb, in ext4_mark_recovery_complete()
4715 static void ext4_clear_journal_err(struct super_block *sb, in ext4_clear_journal_err()
4753 int ext4_force_commit(struct super_block *sb) in ext4_force_commit()
4764 static int ext4_sync_fs(struct super_block *sb, int wait) in ext4_sync_fs()
4814 static int ext4_freeze(struct super_block *sb) in ext4_freeze()
4852 static int ext4_unfreeze(struct super_block *sb) in ext4_unfreeze()
4882 static int ext4_remount(struct super_block *sb, int *flags, char *data) in ext4_remount()
5131 struct super_block *sb = dentry->d_sb; in ext4_statfs() local
5236 struct super_block *sb = dquot->dq_sb; in ext4_mark_dquot_dirty() local
5249 static int ext4_write_info(struct super_block *sb, int type) in ext4_write_info()
5269 static int ext4_quota_on_mount(struct super_block *sb, int type) in ext4_quota_on_mount()
5292 static int ext4_quota_on(struct super_block *sb, int type, int format_id, in ext4_quota_on()
5336 static int ext4_quota_enable(struct super_block *sb, int type, int format_id, in ext4_quota_enable()
5369 static int ext4_enable_quotas(struct super_block *sb) in ext4_enable_quotas()
5394 static int ext4_quota_off(struct super_block *sb, int type) in ext4_quota_off()
5424 static ssize_t ext4_quota_read(struct super_block *sb, int type, char *data, in ext4_quota_read()
5461 static ssize_t ext4_quota_write(struct super_block *sb, int type, in ext4_quota_write()
5535 static inline int ext2_feature_set_ok(struct super_block *sb) in ext2_feature_set_ok()
5548 static inline int ext2_feature_set_ok(struct super_block *sb) { return 0; } in ext2_feature_set_ok()
5565 static inline int ext3_feature_set_ok(struct super_block *sb) in ext3_feature_set_ok()
5580 static inline int ext3_feature_set_ok(struct super_block *sb) { return 0; } in ext3_feature_set_ok()