@@ -2697,7 +2697,6 @@ extern ext4_fsblk_t ext4_new_meta_blocks(handle_t *handle, struct inode *inode,
2697
2697
extern int ext4_claim_free_clusters (struct ext4_sb_info * sbi ,
2698
2698
s64 nclusters , unsigned int flags );
2699
2699
extern ext4_fsblk_t ext4_count_free_clusters (struct super_block * );
2700
- extern void ext4_check_blocks_bitmap (struct super_block * );
2701
2700
extern struct ext4_group_desc * ext4_get_group_desc (struct super_block * sb ,
2702
2701
ext4_group_t block_group ,
2703
2702
struct buffer_head * * bh );
@@ -2853,7 +2852,6 @@ extern void ext4_free_inode(handle_t *, struct inode *);
2853
2852
extern struct inode * ext4_orphan_get (struct super_block * , unsigned long );
2854
2853
extern unsigned long ext4_count_free_inodes (struct super_block * );
2855
2854
extern unsigned long ext4_count_dirs (struct super_block * );
2856
- extern void ext4_check_inodes_bitmap (struct super_block * );
2857
2855
extern void ext4_mark_bitmap_end (int start_bit , int end_bit , char * bitmap );
2858
2856
extern int ext4_init_inode_table (struct super_block * sb ,
2859
2857
ext4_group_t group , int barrier );
@@ -2896,7 +2894,6 @@ extern int ext4_mb_init(struct super_block *);
2896
2894
extern int ext4_mb_release (struct super_block * );
2897
2895
extern ext4_fsblk_t ext4_mb_new_blocks (handle_t * ,
2898
2896
struct ext4_allocation_request * , int * );
2899
- extern int ext4_mb_reserve_blocks (struct super_block * , int );
2900
2897
extern void ext4_discard_preallocations (struct inode * , unsigned int );
2901
2898
extern int __init ext4_init_mballoc (void );
2902
2899
extern void ext4_exit_mballoc (void );
@@ -2976,7 +2973,6 @@ extern void ext4_evict_inode(struct inode *);
2976
2973
extern void ext4_clear_inode (struct inode * );
2977
2974
extern int ext4_file_getattr (struct mnt_idmap * , const struct path * ,
2978
2975
struct kstat * , u32 , unsigned int );
2979
- extern int ext4_sync_inode (handle_t * , struct inode * );
2980
2976
extern void ext4_dirty_inode (struct inode * , int );
2981
2977
extern int ext4_change_inode_journal_flag (struct inode * , int );
2982
2978
extern int ext4_get_inode_loc (struct inode * , struct ext4_iloc * );
@@ -3524,8 +3520,6 @@ extern loff_t ext4_llseek(struct file *file, loff_t offset, int origin);
3524
3520
/* inline.c */
3525
3521
extern int ext4_get_max_inline_size (struct inode * inode );
3526
3522
extern int ext4_find_inline_data_nolock (struct inode * inode );
3527
- extern int ext4_init_inline_data (handle_t * handle , struct inode * inode ,
3528
- unsigned int len );
3529
3523
extern int ext4_destroy_inline_data (handle_t * handle , struct inode * inode );
3530
3524
3531
3525
int ext4_readpage_inline (struct inode * inode , struct folio * folio );
0 commit comments