Searched refs:ext4_inode_table (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | balloc.c | 135 itbl_blk = ext4_inode_table(sb, gdp); in ext4_num_overhead_clusters() 218 tmp = ext4_inode_table(sb, gdp); in ext4_init_block_bitmap() 219 for (; tmp < ext4_inode_table(sb, gdp) + in ext4_init_block_bitmap() 350 blk = ext4_inode_table(sb, desc); in ext4_valid_block_bitmap()
|
| H A D | block_validity.c | 247 ext4_inode_table(sb, gdp), in ext4_setup_system_zone()
|
| H A D | ialloc.c | 690 bh = sb_find_get_block(sb, ext4_inode_table(sb, gdp) + in recently_deleted() 1584 blk = ext4_inode_table(sb, gdp) + used_blks; in ext4_init_inode_table()
|
| H A D | fsmap.c | 446 ext4_inode_table(sb, gdp), in ext4_getfsmap_find_fixed_metadata()
|
| H A D | mballoc.c | 5439 in_range(block, ext4_inode_table(sb, gdp), in ext4_free_blocks() 5441 in_range(block + count - 1, ext4_inode_table(sb, gdp), in ext4_free_blocks() 5631 in_range(block, ext4_inode_table(sb, desc), sbi->s_itb_per_group) || in ext4_group_add_blocks() 5632 in_range(block + count - 1, ext4_inode_table(sb, desc), in ext4_group_add_blocks()
|
| H A D | super.c | 305 ext4_fsblk_t ext4_inode_table(struct super_block *sb, in ext4_inode_table() function 2953 inode_table = ext4_inode_table(sb, gdp); in ext4_check_descriptors() 3904 b = ext4_inode_table(sb, gdp); in count_overhead()
|
| H A D | inode.c | 4421 block = ext4_inode_table(sb, gdp) + (inode_offset / inodes_per_block); in __ext4_get_inode_loc() 4490 table = ext4_inode_table(sb, gdp); in __ext4_get_inode_loc()
|
| H A D | ext4.h | 3138 extern ext4_fsblk_t ext4_inode_table(struct super_block *sb,
|