Lines Matching defs:count
388 struct ext4_group_desc *bg, __u32 count)
390 bg->bg_free_blocks_count_lo = cpu_to_le16((__u16)count);
392 bg->bg_free_blocks_count_hi = cpu_to_le16(count >> 16);
396 struct ext4_group_desc *bg, __u32 count)
398 bg->bg_free_inodes_count_lo = cpu_to_le16((__u16)count);
400 bg->bg_free_inodes_count_hi = cpu_to_le16(count >> 16);
404 struct ext4_group_desc *bg, __u32 count)
406 bg->bg_used_dirs_count_lo = cpu_to_le16((__u16)count);
408 bg->bg_used_dirs_count_hi = cpu_to_le16(count >> 16);
412 struct ext4_group_desc *bg, __u32 count)
414 bg->bg_itable_unused_lo = cpu_to_le16((__u16)count);
416 bg->bg_itable_unused_hi = cpu_to_le16(count >> 16);
1127 int count;
1129 count = ext4_free_inodes_count(sb, gdp);
1131 count);
3111 "warning: maximal mount count reached, "
3418 * we count 0 as well) we have to lower the s_maxbytes by one fs block.
3669 ext4_msg(sb, KERN_NOTICE, "error count since last fsck: %u",
4140 int s, j, count = 0;
4156 count++;
4161 count++;
4168 count++;
4175 count++;
4183 count += j;
4187 if (!count)
4784 /* check blocks count against device size */
4787 ext4_msg(sb, KERN_WARNING, "bad geometry: block count %llu "
4816 ext4_msg(sb, KERN_WARNING, "groups count too large: %llu "
4817 "(block count %llu, first data block %u, "
4829 ext4_msg(sb, KERN_ERR, "inodes count not valid: %u vs %llu",
4854 "(group descriptor block count %u)",