Home
last modified time | relevance | path

Searched refs:EXT4_BLOCKS_PER_GROUP (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dballoc.c61 offset = do_div(blocknr, EXT4_BLOCKS_PER_GROUP(sb)) >> in ext4_get_group_no_and_offset()
96 ext4_fsblk_t end = start + EXT4_BLOCKS_PER_GROUP(sb) - 1; in ext4_num_overhead_clusters()
177 blocks = EXT4_BLOCKS_PER_GROUP(sb); in num_clusters_in_group()
995 if (bg_start + EXT4_BLOCKS_PER_GROUP(inode->i_sb) <= last_block) in ext4_inode_to_goal_block()
997 (EXT4_BLOCKS_PER_GROUP(inode->i_sb) / 16); in ext4_inode_to_goal_block()
H A Dresize.c789 grp * EXT4_BLOCKS_PER_GROUP(sb) + blk){ in verify_reserved_gdb()
794 (ext4_fsblk_t)EXT4_BLOCKS_PER_GROUP(sb) + in verify_reserved_gdb()
1089 blk = group * EXT4_BLOCKS_PER_GROUP(sb); in reserve_backup_gdb()
1144 const int bpg = EXT4_BLOCKS_PER_GROUP(sb); in update_backups()
1481 (EXT4_MAX_BLOCK_FILE_PHYS / EXT4_BLOCKS_PER_GROUP(sb))); in ext4_update_super()
1660 group_data[i].blocks_count = EXT4_BLOCKS_PER_GROUP(sb); in ext4_setup_next_flex_gd()
1872 add = EXT4_BLOCKS_PER_GROUP(sb) - last; in ext4_group_extend()
2073 EXT4_BLOCKS_PER_GROUP(sb) + in ext4_resize_fs()