Searched refs:read_block_bitmap (Results 1 – 3 of 3) sorted by relevance
/fs/ext2/ |
D | balloc.c | 124 read_block_bitmap(struct super_block *sb, unsigned int block_group) in read_block_bitmap() function 517 bitmap_bh = read_block_bitmap(sb, block_group); in ext2_free_blocks() 1296 bitmap_bh = read_block_bitmap(sb, group_no); in ext2_new_blocks() 1337 bitmap_bh = read_block_bitmap(sb, group_no); in ext2_new_blocks() 1465 bitmap_bh = read_block_bitmap(sb, i); in ext2_count_free_blocks()
|
/fs/ext3/ |
D | balloc.c | 148 read_block_bitmap(struct super_block *sb, unsigned int block_group) in read_block_bitmap() function 535 bitmap_bh = read_block_bitmap(sb, block_group); in ext3_free_blocks_sb() 1574 bitmap_bh = read_block_bitmap(sb, group_no); in ext3_new_blocks() 1616 bitmap_bh = read_block_bitmap(sb, group_no); in ext3_new_blocks() 1804 bitmap_bh = read_block_bitmap(sb, i); in ext3_count_free_blocks() 1943 bitmap_bh = read_block_bitmap(sb, group); in ext3_trim_all_free()
|
/fs/udf/ |
D | balloc.c | 35 static int read_block_bitmap(struct super_block *sb, in read_block_bitmap() function 69 retval = read_block_bitmap(sb, bitmap, block_group, in __load_block_bitmap()
|