Home
last modified time | relevance | path

Searched refs:ext4_inode_bitmap (Results 1 – 7 of 7) sorted by relevance

/fs/ext4/
Dballoc.c103 if (ext4_block_in_group(sb, ext4_inode_bitmap(sb, gdp), block_group)) { in ext4_num_overhead_clusters()
105 ext4_inode_bitmap(sb, gdp) - start); in ext4_num_overhead_clusters()
195 tmp = ext4_inode_bitmap(sb, gdp); in ext4_init_block_bitmap()
307 bitmap_blk = ext4_inode_bitmap(sb, desc); in ext4_valid_block_bitmap()
Dblock_validity.c166 ret = add_system_zone(sbi, ext4_inode_bitmap(sb, gdp), 1); in ext4_setup_system_zone()
Dialloc.c122 bitmap_blk = ext4_inode_bitmap(sb, desc); in ext4_read_inode_bitmap()
Dsuper.c152 ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb, in ext4_inode_bitmap() function
1999 inode_bitmap = ext4_inode_bitmap(sb, gdp); in ext4_check_descriptors()
2999 b = ext4_inode_bitmap(sb, gdp); in count_overhead()
Dext4.h2002 extern ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb,
Dmballoc.c4598 in_range(ext4_inode_bitmap(sb, gdp), block, count) || in ext4_free_blocks()
4767 in_range(ext4_inode_bitmap(sb, desc), block, count) || in ext4_group_add_blocks()
Dinode.c3500 bitmap_bh = sb_getblk(sb, ext4_inode_bitmap(sb, gdp)); in __ext4_get_inode_loc()