Lines Matching defs:size

2036 	if (param->size < 1) {
2055 qname = kmemdup_nul(param->string, param->size, GFP_KERNEL);
2477 param.size = v_len;
3148 int size, i, j;
3153 size = ext4_flex_group(sbi, ngroup - 1) + 1;
3154 if (size <= sbi->s_flex_groups_allocated)
3157 new_groups = kvzalloc(roundup_pow_of_two(size *
3161 "not enough memory for %d flex group pointers", size);
3164 for (i = sbi->s_flex_groups_allocated; i < size; i++) {
3173 "not enough memory for %d flex groups", size);
3185 sbi->s_flex_groups_allocated = size;
3408 * Maximal extent format file size.
3416 * covering maximum file size must fit into on-disk format containers as
3432 /* total blocks in file system block size */
3440 * size
3453 * Maximal bitmap file size. There is a direct, and {,double-,triple-}indirect
3464 * This is calculated to be the largest file size for a dense, block
3475 * size of vfs inode i_blocks * 8
3479 /* total blocks in file system block size */
3487 * file system block size
3501 /* Does block tree limit file size? */
3560 * ext4_get_stripe_size: Get the stripe size.
4247 ext4_msg(sb, KERN_ERR, "can't get journal size");
4307 size_t size))
4420 "cluster size (%d) smaller than "
4421 "block size (%lu)", clustersize, sb->s_blocksize);
4445 "fragment/cluster size (%d) != "
4446 "block size (%lu)", clustersize, sb->s_blocksize);
4460 /* Do we have standard group size of clustersize * 8 blocks ? */
4511 "unsupported inode size: %d",
4784 /* check blocks count against device size */
4788 "exceeds size of device (%llu blocks)",
4807 "block is 0 with a 1k block and cluster size");
5069 "Invalid log block size: %u",
5076 "Invalid log cluster size: %u",
5084 * If the default block size is not the same as the real block size,
5101 ext4_msg(sb, KERN_ERR, "bad block size %d",
5176 "unsupported descriptor size %lu",
5323 "stripe (%lu) is not aligned with cluster size (%u), "