Searched refs:ext4_inode_table (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ext4/ |
H A D | block_validity.c | 245 ext4_inode_table(sb, gdp), in ext4_setup_system_zone()
|
H A D | ialloc.c | 689 bh = sb_find_get_block(sb, ext4_inode_table(sb, gdp) + in recently_deleted() 1577 blk = ext4_inode_table(sb, gdp) + used_blks; in ext4_init_inode_table()
|
H A D | super.c | 337 ext4_fsblk_t ext4_inode_table(struct super_block *sb, in ext4_inode_table() function 3339 inode_table = ext4_inode_table(sb, gdp); in ext4_check_descriptors() 4142 b = ext4_inode_table(sb, gdp); in count_overhead()
|
H A D | inode.c | 4431 block = ext4_inode_table(sb, gdp); in __ext4_get_inode_loc() 4510 table = ext4_inode_table(sb, gdp); in __ext4_get_inode_loc()
|
H A D | ext4.h | 3230 extern ext4_fsblk_t ext4_inode_table(struct super_block *sb,
|