Lines Matching refs:n_blocks_count

1590 				    ext4_fsblk_t n_blocks_count,  in ext4_setup_next_flex_gd()  argument
1608 if (o_blocks_count == n_blocks_count) in ext4_setup_next_flex_gd()
1613 ext4_get_group_no_and_offset(sb, n_blocks_count - 1, &n_group, &last); in ext4_setup_next_flex_gd()
1795 ext4_fsblk_t n_blocks_count) in ext4_group_extend() argument
1809 o_blocks_count, n_blocks_count); in ext4_group_extend()
1811 if (n_blocks_count == 0 || n_blocks_count == o_blocks_count) in ext4_group_extend()
1814 if (n_blocks_count > (sector_t)(~0ULL) >> (sb->s_blocksize_bits - 9)) { in ext4_group_extend()
1817 n_blocks_count); in ext4_group_extend()
1823 if (n_blocks_count < o_blocks_count) { in ext4_group_extend()
1843 if (o_blocks_count + add > n_blocks_count) in ext4_group_extend()
1844 add = n_blocks_count - o_blocks_count; in ext4_group_extend()
1846 if (o_blocks_count + add < n_blocks_count) in ext4_group_extend()
1958 int ext4_resize_fs(struct super_block *sb, ext4_fsblk_t n_blocks_count) in ext4_resize_fs() argument
1977 bh = sb_bread(sb, n_blocks_count - 1); in ext4_resize_fs()
1992 n_blocks_count &= ~((1 << EXT4_CLUSTER_BITS(sb)) - 1); in ext4_resize_fs()
1998 "to %llu blocks", o_blocks_count, n_blocks_count); in ext4_resize_fs()
2000 if (n_blocks_count < o_blocks_count) { in ext4_resize_fs()
2006 if (n_blocks_count == o_blocks_count) in ext4_resize_fs()
2010 n_group = ext4_get_group_number(sb, n_blocks_count - 1); in ext4_resize_fs()
2030 n_blocks_count_retry = n_blocks_count; in ext4_resize_fs()
2034 n_blocks_count = (ext4_fsblk_t)n_group * in ext4_resize_fs()
2049 if ((!resize_inode && !meta_bg) || n_blocks_count == o_blocks_count) { in ext4_resize_fs()
2058 n_blocks_count = n_blocks_count_retry; in ext4_resize_fs()
2073 sbi->s_itb_per_group + sbi->s_cluster_ratio) >= n_blocks_count) { in ext4_resize_fs()
2074 n_blocks_count = ext4_group_first_block_no(sb, n_group); in ext4_resize_fs()
2086 add = n_blocks_count - o_blocks_count; in ext4_resize_fs()
2095 if (ext4_blocks_count(es) == n_blocks_count && n_blocks_count_retry == 0) in ext4_resize_fs()
2115 while (ext4_setup_next_flex_gd(sb, flex_gd, n_blocks_count, in ext4_resize_fs()
2132 n_blocks_count = n_blocks_count_retry; in ext4_resize_fs()