Searched refs:ext4_inode_table (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/fs/ext4/ ! |
D | balloc.c | 111 itbl_blk_start = ext4_inode_table(sb, gdp); in ext4_num_overhead_clusters() 220 tmp = ext4_inode_table(sb, gdp); in ext4_init_block_bitmap() 221 for (; tmp < ext4_inode_table(sb, gdp) + in ext4_init_block_bitmap() 382 blk = ext4_inode_table(sb, desc); in ext4_valid_block_bitmap()
|
D | block_validity.c | 245 ext4_inode_table(sb, gdp), in ext4_setup_system_zone()
|
D | fsmap.c | 446 ext4_inode_table(sb, gdp), in ext4_getfsmap_find_fixed_metadata()
|
D | ialloc.c | 688 bh = sb_find_get_block(sb, ext4_inode_table(sb, gdp) + in recently_deleted() 1582 blk = ext4_inode_table(sb, gdp) + used_blks; in ext4_init_inode_table()
|
D | super.c | 323 ext4_fsblk_t ext4_inode_table(struct super_block *sb, in ext4_inode_table() function 3364 inode_table = ext4_inode_table(sb, gdp); in ext4_check_descriptors() 4163 b = ext4_inode_table(sb, gdp); in count_overhead()
|
D | inode.c | 4387 block = ext4_inode_table(sb, gdp); in __ext4_get_inode_loc() 4466 table = ext4_inode_table(sb, gdp); in __ext4_get_inode_loc()
|
D | ext4.h | 3221 extern ext4_fsblk_t ext4_inode_table(struct super_block *sb,
|