Lines Matching refs:n_blocks_count

1498 				    ext4_fsblk_t n_blocks_count,  in ext4_setup_next_flex_gd()  argument
1515 if (o_blocks_count == n_blocks_count) in ext4_setup_next_flex_gd()
1520 ext4_get_group_no_and_offset(sb, n_blocks_count - 1, &n_group, &last); in ext4_setup_next_flex_gd()
1701 ext4_fsblk_t n_blocks_count) in ext4_group_extend() argument
1715 o_blocks_count, n_blocks_count); in ext4_group_extend()
1717 if (n_blocks_count == 0 || n_blocks_count == o_blocks_count) in ext4_group_extend()
1720 if (n_blocks_count > (sector_t)(~0ULL) >> (sb->s_blocksize_bits - 9)) { in ext4_group_extend()
1723 n_blocks_count); in ext4_group_extend()
1729 if (n_blocks_count < o_blocks_count) { in ext4_group_extend()
1749 if (o_blocks_count + add > n_blocks_count) in ext4_group_extend()
1750 add = n_blocks_count - o_blocks_count; in ext4_group_extend()
1752 if (o_blocks_count + add < n_blocks_count) in ext4_group_extend()
1863 int ext4_resize_fs(struct super_block *sb, ext4_fsblk_t n_blocks_count) in ext4_resize_fs() argument
1882 bh = sb_bread(sb, n_blocks_count - 1); in ext4_resize_fs()
1893 "to %llu blocks", o_blocks_count, n_blocks_count); in ext4_resize_fs()
1895 if (n_blocks_count < o_blocks_count) { in ext4_resize_fs()
1901 if (n_blocks_count == o_blocks_count) in ext4_resize_fs()
1905 n_group = ext4_get_group_number(sb, n_blocks_count - 1); in ext4_resize_fs()
1925 n_blocks_count_retry = n_blocks_count; in ext4_resize_fs()
1929 n_blocks_count = n_group * EXT4_BLOCKS_PER_GROUP(sb); in ext4_resize_fs()
1941 if ((!resize_inode && !meta_bg) || n_blocks_count == o_blocks_count) { in ext4_resize_fs()
1950 n_blocks_count = n_blocks_count_retry; in ext4_resize_fs()
1958 add = n_blocks_count - o_blocks_count; in ext4_resize_fs()
1967 if (ext4_blocks_count(es) == n_blocks_count) in ext4_resize_fs()
1987 while (ext4_setup_next_flex_gd(sb, flex_gd, n_blocks_count, in ext4_resize_fs()
2004 n_blocks_count = n_blocks_count_retry; in ext4_resize_fs()
2016 ext4_msg(sb, KERN_INFO, "resized filesystem to %llu", n_blocks_count); in ext4_resize_fs()