Searched refs:ext4_inode_table (Results 1 – 7 of 7) sorted by relevance
/fs/ext4/ |
D | balloc.c | 114 itbl_blk = ext4_inode_table(sb, gdp); in ext4_num_overhead_clusters() 199 tmp = ext4_inode_table(sb, gdp); in ext4_init_block_bitmap() 200 for (; tmp < ext4_inode_table(sb, gdp) + in ext4_init_block_bitmap() 314 bitmap_blk = ext4_inode_table(sb, desc); in ext4_valid_block_bitmap()
|
D | block_validity.c | 169 ret = add_system_zone(sbi, ext4_inode_table(sb, gdp), in ext4_setup_system_zone()
|
D | mballoc.c | 4599 in_range(block, ext4_inode_table(sb, gdp), in ext4_free_blocks() 4601 in_range(block + count - 1, ext4_inode_table(sb, gdp), in ext4_free_blocks() 4768 in_range(block, ext4_inode_table(sb, desc), sbi->s_itb_per_group) || in ext4_group_add_blocks() 4769 in_range(block + count - 1, ext4_inode_table(sb, desc), in ext4_group_add_blocks()
|
D | ialloc.c | 1120 blk = ext4_inode_table(sb, gdp) + used_blks; in ext4_init_inode_table()
|
D | super.c | 160 ext4_fsblk_t ext4_inode_table(struct super_block *sb, in ext4_inode_table() function 2006 inode_table = ext4_inode_table(sb, gdp); in ext4_check_descriptors() 3004 b = ext4_inode_table(sb, gdp); in count_overhead()
|
D | inode.c | 3461 block = ext4_inode_table(sb, gdp) + (inode_offset / inodes_per_block); in __ext4_get_inode_loc() 3538 table = ext4_inode_table(sb, gdp); in __ext4_get_inode_loc()
|
D | ext4.h | 2004 extern ext4_fsblk_t ext4_inode_table(struct super_block *sb,
|