Searched refs:read_block_bitmap (Results 1 – 2 of 2) sorted by relevance
126 read_block_bitmap(struct super_block *sb, unsigned int block_group) in read_block_bitmap() function517 bitmap_bh = read_block_bitmap(sb, block_group); in ext2_free_blocks()1316 bitmap_bh = read_block_bitmap(sb, group_no); in ext2_new_blocks()1357 bitmap_bh = read_block_bitmap(sb, group_no); in ext2_new_blocks()1485 bitmap_bh = read_block_bitmap(sb, i); in ext2_count_free_blocks()
34 static int read_block_bitmap(struct super_block *sb, in read_block_bitmap() function68 retval = read_block_bitmap(sb, bitmap, block_group, block_group); in __load_block_bitmap()