Lines Matching defs:size

2709 	int size, i, j;
2714 size = ext4_flex_group(sbi, ngroup - 1) + 1;
2715 if (size <= sbi->s_flex_groups_allocated)
2718 new_groups = kvzalloc(roundup_pow_of_two(size *
2722 "not enough memory for %d flex group pointers", size);
2725 for (i = sbi->s_flex_groups_allocated; i < size; i++) {
2734 "not enough memory for %d flex groups", size);
2746 sbi->s_flex_groups_allocated = size;
3132 * Maximal extent format file size.
3140 * covering maximum file size must fit into on-disk format containers as
3156 /* total blocks in file system block size */
3164 * size
3177 * Maximal bitmap file size. There is a direct, and {,double-,triple-}indirect
3187 * This is calculated to be the largest file size for a dense, block
3198 * size of vfs inode i_blocks * 8
3202 /* total blocks in file system block size */
3210 * file system block size
3268 * ext4_get_stripe_size: Get the stripe size.
3960 ext4_msg(sb, KERN_ERR, "can't get journal size");
4185 "Invalid log block size: %u",
4192 "Invalid log cluster size: %u",
4217 "unsupported inode size: %d",
4457 ext4_msg(sb, KERN_ERR, "bad block size %d",
4493 "unsupported descriptor size %lu",
4546 "cluster size (%d) smaller than "
4547 "block size (%d)", clustersize, blocksize);
4571 "fragment/cluster size (%d) != "
4572 "block size (%d)", clustersize, blocksize);
4586 /* Do we have standard group size of clustersize * 8 blocks ? */
4605 /* check blocks count against device size */
4609 "exceeds size of device (%llu blocks)",
4628 "block is 0 with a 1k block and cluster size");