Searched refs:ext4_block_bitmap (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/fs/ext4/ |
D | balloc.c | 92 if (ext4_block_in_group(sb, ext4_block_bitmap(sb, gdp), block_group)) { in ext4_num_overhead_clusters() 94 ext4_block_bitmap(sb, gdp))); in ext4_num_overhead_clusters() 191 tmp = ext4_block_bitmap(sb, gdp); in ext4_init_block_bitmap() 300 bitmap_blk = ext4_block_bitmap(sb, desc); in ext4_valid_block_bitmap() 348 bitmap_blk = ext4_block_bitmap(sb, desc); in ext4_read_block_bitmap()
|
D | block_validity.c | 163 ret = add_system_zone(sbi, ext4_block_bitmap(sb, gdp), 1); in ext4_setup_system_zone()
|
D | mballoc.c | 844 bh[i] = sb_getblk(sb, ext4_block_bitmap(sb, desc)); in ext4_mb_init_cache() 4648 if (in_range(ext4_block_bitmap(sb, gdp), block, count) || in ext4_free_blocks() 4811 if (in_range(ext4_block_bitmap(sb, desc), block, count) || in ext4_group_add_blocks()
|
D | ext4.h | 1980 extern ext4_fsblk_t ext4_block_bitmap(struct super_block *sb,
|
D | super.c | 143 ext4_fsblk_t ext4_block_bitmap(struct super_block *sb, in ext4_block_bitmap() function 2116 block_bitmap = ext4_block_bitmap(sb, gdp); in ext4_check_descriptors()
|