Searched refs:ext4_read_block_bitmap (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/ext4/ |
D | balloc.c | 555 ext4_read_block_bitmap(struct super_block *sb, ext4_group_t block_group) in ext4_read_block_bitmap() function 738 bitmap_bh = ext4_read_block_bitmap(sb, i); in ext4_count_free_clusters()
|
D | mballoc.c | 2463 bh = ext4_read_block_bitmap(sb, group); in ext4_mb_add_groupinfo() 2967 bitmap_bh = ext4_read_block_bitmap(sb, ac->ac_b_ex.fe_group); in ext4_mb_mark_diskspace_used() 3953 bitmap_bh = ext4_read_block_bitmap(sb, group); in ext4_mb_discard_group_preallocations() 4129 bitmap_bh = ext4_read_block_bitmap(sb, group); in ext4_discard_preallocations() 4868 bitmap_bh = ext4_read_block_bitmap(sb, block_group); in ext4_free_blocks() 5051 bitmap_bh = ext4_read_block_bitmap(sb, block_group); in ext4_group_add_blocks()
|
D | ialloc.c | 993 block_bitmap_bh = ext4_read_block_bitmap(sb, group); in __ext4_new_inode()
|
D | ext4.h | 2318 extern struct buffer_head *ext4_read_block_bitmap(struct super_block *sb,
|