Lines Matching full:group
204 * Overhead is the number of bookkeeping blocks per group. It
205 * includes the superblock backup, the group descriptor
216 * See if the last group is big enough to support the
276 * Reallocate the group descriptors as necessary.
325 * Fix the count of the last (old) block group
354 * Initialize the new block group descriptors
482 * Initialize the new block group descriptors
587 * superblock or a block group descriptor) overlaps with an inode or
592 int group, blk_t blk)
604 if (IS_BLOCK_BM(fs, group, blk)) {
605 FS_BLOCK_BM(fs, group) = 0;
607 } else if (IS_INODE_BM(fs, group, blk)) {
608 FS_INODE_BM(fs, group) = 0;
610 } else if (IS_INODE_TB(fs, group, blk)) {
611 FS_INODE_TB(fs, group) = 0;
844 * avoid hitting the original group descriptor blocks at least at
851 * group of the containing inode, and keep contiguous blocks
1085 dgrp_t group, void * priv_data)
1094 if ((group+1) == 0)
1100 group+1, fs->group_desc_count);
1115 int group;
1234 group = (new_inode-1) / EXT2_INODES_PER_GROUP(rfs->new_fs->super);
1236 rfs->new_fs->group_desc[group].bg_used_dirs_count++;
1439 printf("Itable move group %d block %u->%u (diff %d)\n",
1572 unsigned int group = 0;
1589 fs->group_desc[group++].bg_free_blocks_count =
1603 group = 0;
1614 fs->group_desc[group++].bg_free_inodes_count =