Lines Matching refs:super_block

689 static inline struct ext3_sb_info * EXT3_SB(struct super_block *sb)  in EXT3_SB()
698 static inline int ext3_valid_inum(struct super_block *sb, unsigned long ino) in ext3_valid_inum()
973 ext3_group_first_block_no(struct super_block *sb, unsigned long group_no) in ext3_group_first_block_no()
997 extern int ext3_bg_has_super(struct super_block *sb, int group);
998 extern unsigned long ext3_bg_num_gdb(struct super_block *sb, int group);
1005 extern void ext3_free_blocks_sb (handle_t *handle, struct super_block *sb,
1008 extern ext3_fsblk_t ext3_count_free_blocks (struct super_block *);
1009 extern void ext3_check_blocks_bitmap (struct super_block *);
1010 extern struct ext3_group_desc * ext3_get_group_desc(struct super_block * sb,
1013 extern int ext3_should_retry_alloc(struct super_block *sb, int *retries);
1015 extern void ext3_rsv_window_add(struct super_block *sb, struct ext3_reserve_window_node *rsv);
1016 extern int ext3_trim_fs(struct super_block *sb, struct fstrim_range *range);
1038 extern struct inode * ext3_orphan_get (struct super_block *, unsigned long);
1039 extern unsigned long ext3_count_free_inodes (struct super_block *);
1040 extern unsigned long ext3_count_dirs (struct super_block *);
1041 extern void ext3_check_inodes_bitmap (struct super_block *);
1054 extern struct inode *ext3_iget(struct super_block *, unsigned long);
1082 extern int ext3_group_add(struct super_block *sb,
1084 extern int ext3_group_extend(struct super_block *sb,
1090 void ext3_error(struct super_block *, const char *, const char *, ...);
1091 extern void __ext3_std_error (struct super_block *, const char *, int);
1093 void ext3_abort(struct super_block *, const char *, const char *, ...);
1095 void ext3_warning(struct super_block *, const char *, const char *, ...);
1097 void ext3_msg(struct super_block *, const char *, const char *, ...);
1098 extern void ext3_update_dynamic_rev (struct super_block *sb);
1260 handle_t *ext3_journal_start_sb(struct super_block *sb, int nblocks);
1297 int ext3_force_commit(struct super_block *sb);