Searched refs:n_blocks_count (Results 1 – 1 of 1) sorted by relevance
1627 ext4_fsblk_t n_blocks_count) in ext4_setup_next_flex_gd() argument1644 if (o_blocks_count == n_blocks_count) in ext4_setup_next_flex_gd()1649 ext4_get_group_no_and_offset(sb, n_blocks_count - 1, &n_group, &last); in ext4_setup_next_flex_gd()1835 ext4_fsblk_t n_blocks_count) in ext4_group_extend() argument1848 o_blocks_count, n_blocks_count); in ext4_group_extend()1850 if (n_blocks_count == 0 || n_blocks_count == o_blocks_count) in ext4_group_extend()1853 if (n_blocks_count > (sector_t)(~0ULL) >> (sb->s_blocksize_bits - 9)) { in ext4_group_extend()1856 n_blocks_count); in ext4_group_extend()1860 if (n_blocks_count < o_blocks_count) { in ext4_group_extend()1880 if (o_blocks_count + add > n_blocks_count) in ext4_group_extend()[all …]