Lines Matching defs:group
101 static int quotatype = -1; /* Initialize both user and group quotas by default */
122 "\t[-G flex-group-size] [-N number-of-inodes]\n"
124 "\t[-g blocks-per-group] [-L volume-label] "
249 int group;
256 * The primary superblock and group descriptors *must* be
263 "superblock/group descriptor area bad.\n"), i);
274 * superblocks and/or group descriptors. If so, issue a
287 _("Warning: the backup superblock/group descriptors at block %u contain\n"
291 group = ext2fs_group_of_blk2(fs, group_block+j);
292 ext2fs_bg_free_blocks_count_set(fs, group, ext2fs_bg_free_blocks_count(fs, group) + 1);
293 ext2fs_group_desc_csum_set(fs, group);
600 printf(_("%u block group\n"), fs->group_desc_count);
603 printf(_("%u blocks per group, %u clusters per group\n"),
606 printf(_("%u blocks per group, %u fragments per group\n"),
608 printf(_("%u inodes per group\n"), s->s_inodes_per_group);
1450 _("Illegal number for blocks per group"));
1455 _("blocks per group must be multiple of 8"));
2059 _("blocks per group count out of range"));
2066 * specify the number of clusters per group.
2326 int grp_free, num_free, group;
2329 tot_free = num_free = group = grp_free = 0;
2340 ext2fs_bg_free_blocks_count_set(fs, group, grp_free);
2341 ext2fs_group_desc_csum_set(fs, group);
2344 group++;
2572 printf("%s", _("Allocating group tables: "));