Home | History | Annotate | Download | only in misc

Lines Matching defs:group

120 		  "[-g group]\n"
289 int group;
293 group = ext2fs_group_of_blk2(fs, block);
294 ext2fs_bg_free_blocks_count_set(fs, group, ext2fs_bg_free_blocks_count(fs, group) + 1);
295 ext2fs_group_desc_csum_set(fs, group);
473 * We want to update group desc with the new free blocks count
512 /* We need to force out the group descriptors as well */
597 group quota by default */
614 /* Disable both user quota and group quota by default */
707 * the block group descriptors out.
874 struct group *gr;
946 _("bad gid/group name - %s"),
1354 dgrp_t group;
1355 group = ext2fs_group_of_blk2(fs, blk);
1356 if (ext2fs_block_bitmap_loc(fs, group) == blk)
1358 if (ext2fs_inode_bitmap_loc(fs, group) == blk)
1363 static int ext2fs_is_block_in_group(ext2_filsys fs, dgrp_t group, blk64_t blk)
1367 EXT2_BLOCKS_PER_GROUP(fs->super) * group;
1369 * We cannot get new block beyond end_blk for for the last block group
1370 * so we can check with EXT2_BLOCKS_PER_GROUP even for last block group
1382 dgrp_t group = 0;
1400 * like group desc/block bitmap/inode bitmap. We
1401 * should find a block in the same group and fix
1405 group = ext2fs_group_of_blk2(fs, blk);
1406 goal = ext2fs_group_first_block2(fs, group);
1416 /* new fs meta data block should be in the same group */
1417 if (meta_data && !ext2fs_is_block_in_group(fs, group, new_blk)) {
1666 unsigned int group = 0;
1683 ext2fs_bg_free_blocks_count_set(fs, group++,
1698 group = 0;
1709 ext2fs_bg_free_inodes_count_set(fs, group++,
2180 * Determine if the block group checksums are
2228 * We want to update group descriptor also