Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dballoc.c123 if (ext4_block_in_group(sb, ext4_inode_bitmap(sb, gdp), block_group)) { in ext4_num_overhead_clusters()
125 ext4_inode_bitmap(sb, gdp) - start); in ext4_num_overhead_clusters()
224 tmp = ext4_inode_bitmap(sb, gdp); in ext4_init_block_bitmap()
344 blk = ext4_inode_bitmap(sb, desc); in ext4_valid_block_bitmap()
Dblock_validity.c165 ret = add_system_zone(sbi, ext4_inode_bitmap(sb, gdp), 1); in ext4_setup_system_zone()
Dialloc.c129 blk = ext4_inode_bitmap(sb, desc); in ext4_validate_inode_bitmap()
168 bitmap_blk = ext4_inode_bitmap(sb, desc); in ext4_read_inode_bitmap()
Dsuper.c178 ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb, in ext4_inode_bitmap() function
2132 inode_bitmap = ext4_inode_bitmap(sb, gdp); in ext4_check_descriptors()
2995 b = ext4_inode_bitmap(sb, gdp); in count_overhead()
Dmballoc.c4787 in_range(ext4_inode_bitmap(sb, gdp), block, count) || in ext4_free_blocks()
4959 in_range(ext4_inode_bitmap(sb, desc), block, count) || in ext4_group_add_blocks()
Dext4.h2703 extern ext4_fsblk_t ext4_inode_bitmap(struct super_block *sb,
Dinode.c3976 bitmap_bh = sb_getblk(sb, ext4_inode_bitmap(sb, gdp)); in __ext4_get_inode_loc()