Lines Matching refs:n_blocks_count

1502 				    ext4_fsblk_t n_blocks_count,  in ext4_setup_next_flex_gd()  argument
1519 if (o_blocks_count == n_blocks_count) in ext4_setup_next_flex_gd()
1524 ext4_get_group_no_and_offset(sb, n_blocks_count - 1, &n_group, &last); in ext4_setup_next_flex_gd()
1707 ext4_fsblk_t n_blocks_count) in ext4_group_extend() argument
1721 o_blocks_count, n_blocks_count); in ext4_group_extend()
1723 if (n_blocks_count == 0 || n_blocks_count == o_blocks_count) in ext4_group_extend()
1726 if (n_blocks_count > (sector_t)(~0ULL) >> (sb->s_blocksize_bits - 9)) { in ext4_group_extend()
1729 n_blocks_count); in ext4_group_extend()
1735 if (n_blocks_count < o_blocks_count) { in ext4_group_extend()
1755 if (o_blocks_count + add > n_blocks_count) in ext4_group_extend()
1756 add = n_blocks_count - o_blocks_count; in ext4_group_extend()
1758 if (o_blocks_count + add < n_blocks_count) in ext4_group_extend()
1869 int ext4_resize_fs(struct super_block *sb, ext4_fsblk_t n_blocks_count) in ext4_resize_fs() argument
1888 bh = sb_bread(sb, n_blocks_count - 1); in ext4_resize_fs()
1899 "to %llu blocks", o_blocks_count, n_blocks_count); in ext4_resize_fs()
1901 if (n_blocks_count < o_blocks_count) { in ext4_resize_fs()
1907 if (n_blocks_count == o_blocks_count) in ext4_resize_fs()
1911 n_group = ext4_get_group_number(sb, n_blocks_count - 1); in ext4_resize_fs()
1931 n_blocks_count_retry = n_blocks_count; in ext4_resize_fs()
1935 n_blocks_count = n_group * EXT4_BLOCKS_PER_GROUP(sb); in ext4_resize_fs()
1947 if ((!resize_inode && !meta_bg) || n_blocks_count == o_blocks_count) { in ext4_resize_fs()
1956 n_blocks_count = n_blocks_count_retry; in ext4_resize_fs()
1964 add = n_blocks_count - o_blocks_count; in ext4_resize_fs()
1973 if (ext4_blocks_count(es) == n_blocks_count) in ext4_resize_fs()
1993 while (ext4_setup_next_flex_gd(sb, flex_gd, n_blocks_count, in ext4_resize_fs()
2010 n_blocks_count = n_blocks_count_retry; in ext4_resize_fs()
2022 ext4_msg(sb, KERN_INFO, "resized filesystem to %llu", n_blocks_count); in ext4_resize_fs()