Lines Matching defs:sb
95 #define IS_EXT2_SB(sb) ((sb)->s_bdev->bd_holder == &ext2_fs_type) argument
97 #define IS_EXT2_SB(sb) (0) argument
109 #define IS_EXT3_SB(sb) ((sb)->s_bdev->bd_holder == &ext3_fs_type) argument
111 #define IS_EXT3_SB(sb) (0) argument
143 ext4_fsblk_t ext4_block_bitmap(struct super_block *sb, in ext4_block_bitmap()
151 ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb, in ext4_inode_bitmap()
159 ext4_fsblk_t ext4_inode_table(struct super_block *sb, in ext4_inode_table()
167 __u32 ext4_free_group_clusters(struct super_block *sb, in ext4_free_group_clusters()
175 __u32 ext4_free_inodes_count(struct super_block *sb, in ext4_free_inodes_count()
183 __u32 ext4_used_dirs_count(struct super_block *sb, in ext4_used_dirs_count()
191 __u32 ext4_itable_unused_count(struct super_block *sb, in ext4_itable_unused_count()
199 void ext4_block_bitmap_set(struct super_block *sb, in ext4_block_bitmap_set()
207 void ext4_inode_bitmap_set(struct super_block *sb, in ext4_inode_bitmap_set()
215 void ext4_inode_table_set(struct super_block *sb, in ext4_inode_table_set()
223 void ext4_free_group_clusters_set(struct super_block *sb, in ext4_free_group_clusters_set()
231 void ext4_free_inodes_set(struct super_block *sb, in ext4_free_inodes_set()
239 void ext4_used_dirs_set(struct super_block *sb, in ext4_used_dirs_set()
247 void ext4_itable_unused_set(struct super_block *sb, in ext4_itable_unused_set()
297 handle_t *ext4_journal_start_sb(struct super_block *sb, int nblocks) in ext4_journal_start_sb()
341 struct super_block *sb; in __ext4_journal_stop() local
384 static void __save_error_info(struct super_block *sb, const char *func, in __save_error_info()
411 static void save_error_info(struct super_block *sb, const char *func, in save_error_info()
426 static int block_device_ejected(struct super_block *sb) in block_device_ejected()
450 static void ext4_handle_error(struct super_block *sb) in ext4_handle_error()
471 void __ext4_error(struct super_block *sb, const char *function, in __ext4_error()
541 static const char *ext4_decode_error(struct super_block *sb, int errno, in ext4_decode_error()
578 void __ext4_std_error(struct super_block *sb, const char *function, in __ext4_std_error()
609 void __ext4_abort(struct super_block *sb, const char *function, in __ext4_abort()
634 void ext4_msg(struct super_block *sb, const char *prefix, const char *fmt, ...) in ext4_msg()
646 void __ext4_warning(struct super_block *sb, const char *function, in __ext4_warning()
661 struct super_block *sb, ext4_group_t grp, in __ext4_grp_locked_error()
710 void ext4_update_dynamic_rev(struct super_block *sb) in ext4_update_dynamic_rev()
738 static struct block_device *ext4_blkdev_get(dev_t dev, struct super_block *sb) in ext4_blkdev_get()
780 static void dump_orphan_list(struct super_block *sb, struct ext4_sb_info *sbi) in dump_orphan_list()
798 static void ext4_put_super(struct super_block *sb) in ext4_put_super()
889 static struct inode *ext4_alloc_inode(struct super_block *sb) in ext4_alloc_inode()
994 struct super_block *sb) in ext4_show_quota_options()
1039 struct super_block *sb = root->d_sb; in ext4_show_options() local
1167 static struct inode *ext4_nfs_get_inode(struct super_block *sb, in ext4_nfs_get_inode()
1196 static struct dentry *ext4_fh_to_dentry(struct super_block *sb, struct fid *fid, in ext4_fh_to_dentry()
1203 static struct dentry *ext4_fh_to_parent(struct super_block *sb, struct fid *fid, in ext4_fh_to_parent()
1216 static int bdev_try_to_free_page(struct super_block *sb, struct page *page, in bdev_try_to_free_page()
1442 static int set_qf_name(struct super_block *sb, int qtype, substring_t *args) in set_qf_name()
1479 static int clear_qf_name(struct super_block *sb, int qtype) in clear_qf_name()
1499 static int parse_options(char *options, struct super_block *sb, in parse_options()
1945 static int ext4_setup_super(struct super_block *sb, struct ext4_super_block *es, in ext4_setup_super()
2002 static int ext4_fill_flex_info(struct super_block *sb) in ext4_fill_flex_info()
2086 static int ext4_check_descriptors(struct super_block *sb, in ext4_check_descriptors()
2179 static void ext4_orphan_cleanup(struct super_block *sb, in ext4_orphan_cleanup()
2393 static ext4_fsblk_t descriptor_loc(struct super_block *sb, in descriptor_loc()
2484 struct super_block *sb = sbi->s_buddy_cache->i_sb; in session_write_kbytes_show() local
2496 struct super_block *sb = sbi->s_buddy_cache->i_sb; in lifetime_write_kbytes_show() local
2672 static int ext4_feature_set_ok(struct super_block *sb, int readonly) in ext4_feature_set_ok()
2722 struct super_block *sb = (struct super_block *) arg; in print_daily_error_info() local
2768 struct super_block *sb; in ext4_run_li_request() local
2823 static void ext4_unregister_li_request(struct super_block *sb) in ext4_unregister_li_request()
2963 static ext4_group_t ext4_has_uninit_itable(struct super_block *sb) in ext4_has_uninit_itable()
2998 static struct ext4_li_request *ext4_li_request_new(struct super_block *sb, in ext4_li_request_new()
3025 static int ext4_register_li_request(struct super_block *sb, in ext4_register_li_request()
3099 static int ext4_fill_super(struct super_block *sb, void *data, int silent) in ext4_fill_super()
3887 static void ext4_init_journal_params(struct super_block *sb, journal_t *journal) in ext4_init_journal_params()
3907 static journal_t *ext4_get_journal(struct super_block *sb, in ext4_get_journal()
3950 static journal_t *ext4_get_dev_journal(struct super_block *sb, in ext4_get_dev_journal()
4036 static int ext4_load_journal(struct super_block *sb, in ext4_load_journal()
4137 static int ext4_commit_super(struct super_block *sb, int sync) in ext4_commit_super()
4209 static void ext4_mark_recovery_complete(struct super_block *sb, in ext4_mark_recovery_complete()
4237 static void ext4_clear_journal_err(struct super_block *sb, in ext4_clear_journal_err()
4274 int ext4_force_commit(struct super_block *sb) in ext4_force_commit()
4291 static void ext4_write_super(struct super_block *sb) in ext4_write_super()
4298 static int ext4_sync_fs(struct super_block *sb, int wait) in ext4_sync_fs()
4322 static int ext4_freeze(struct super_block *sb) in ext4_freeze()
4356 static int ext4_unfreeze(struct super_block *sb) in ext4_unfreeze()
4385 static int ext4_remount(struct super_block *sb, int *flags, char *data) in ext4_remount()
4603 struct super_block *sb = dentry->d_sb; in ext4_statfs() local
4747 static int ext4_write_info(struct super_block *sb, int type) in ext4_write_info()
4767 static int ext4_quota_on_mount(struct super_block *sb, int type) in ext4_quota_on_mount()
4776 static int ext4_quota_on(struct super_block *sb, int type, int format_id, in ext4_quota_on()
4816 static int ext4_quota_off(struct super_block *sb, int type) in ext4_quota_off()
4846 static ssize_t ext4_quota_read(struct super_block *sb, int type, char *data, in ext4_quota_read()
4884 static ssize_t ext4_quota_write(struct super_block *sb, int type, in ext4_quota_write()
4962 static inline int ext2_feature_set_ok(struct super_block *sb) in ext2_feature_set_ok()
4976 static inline int ext2_feature_set_ok(struct super_block *sb) { return 0; } in ext2_feature_set_ok()
4993 static inline int ext3_feature_set_ok(struct super_block *sb) in ext3_feature_set_ok()
5009 static inline int ext3_feature_set_ok(struct super_block *sb) { return 0; } in ext3_feature_set_ok()