Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dballoc.c134 itbl_blk = ext4_inode_table(sb, gdp); in ext4_num_overhead_clusters()
228 tmp = ext4_inode_table(sb, gdp); in ext4_init_block_bitmap()
229 for (; tmp < ext4_inode_table(sb, gdp) + in ext4_init_block_bitmap()
351 blk = ext4_inode_table(sb, desc); in ext4_valid_block_bitmap()
Dblock_validity.c168 ret = add_system_zone(sbi, ext4_inode_table(sb, gdp), in ext4_setup_system_zone()
Dialloc.c709 bh = sb_getblk(sb, ext4_inode_table(sb, gdp) + in recently_deleted()
1342 blk = ext4_inode_table(sb, gdp) + used_blks; in ext4_init_inode_table()
Dmballoc.c4788 in_range(block, ext4_inode_table(sb, gdp), in ext4_free_blocks()
4790 in_range(block + count - 1, ext4_inode_table(sb, gdp), in ext4_free_blocks()
4960 in_range(block, ext4_inode_table(sb, desc), sbi->s_itb_per_group) || in ext4_group_add_blocks()
4961 in_range(block + count - 1, ext4_inode_table(sb, desc), in ext4_group_add_blocks()
Dsuper.c186 ext4_fsblk_t ext4_inode_table(struct super_block *sb, in ext4_inode_table() function
2139 inode_table = ext4_inode_table(sb, gdp); in ext4_check_descriptors()
3000 b = ext4_inode_table(sb, gdp); in count_overhead()
Dinode.c3940 block = ext4_inode_table(sb, gdp) + (inode_offset / inodes_per_block); in __ext4_get_inode_loc()
4015 table = ext4_inode_table(sb, gdp); in __ext4_get_inode_loc()
Dext4.h2705 extern ext4_fsblk_t ext4_inode_table(struct super_block *sb,