Lines Matching refs:group

21 	int	group = ext2fs_group_of_ino(fs, ino);  in ext2fs_inode_alloc_stats2()  local
34 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) - inuse); in ext2fs_inode_alloc_stats2()
36 ext2fs_bg_used_dirs_count_set(fs, group, ext2fs_bg_used_dirs_count(fs, group) + inuse); in ext2fs_inode_alloc_stats2()
40 ext2fs_bg_flags_clear(fs, group, EXT2_BG_INODE_UNINIT); in ext2fs_inode_alloc_stats2()
43 ext2fs_bg_itable_unused(fs, group) + in ext2fs_inode_alloc_stats2()
44 group * fs->super->s_inodes_per_group + 1; in ext2fs_inode_alloc_stats2()
47 …ext2fs_bg_itable_unused_set(fs, group, group * fs->super->s_inodes_per_group + fs->super->s_inodes… in ext2fs_inode_alloc_stats2()
48 ext2fs_group_desc_csum_set(fs, group); in ext2fs_inode_alloc_stats2()
63 int group = ext2fs_group_of_blk2(fs, blk); in ext2fs_block_alloc_stats2() local
76 ext2fs_bg_free_blocks_count_set(fs, group, ext2fs_bg_free_blocks_count(fs, group) - inuse); in ext2fs_block_alloc_stats2()
77 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_block_alloc_stats2()
78 ext2fs_group_desc_csum_set(fs, group); in ext2fs_block_alloc_stats2()
130 int group = ext2fs_group_of_blk2(fs, blk); in ext2fs_block_alloc_stats_range() local
131 blk64_t last_blk = ext2fs_group_last_block2(fs, group); in ext2fs_block_alloc_stats_range()
137 ext2fs_bg_free_blocks_count_set(fs, group, in ext2fs_block_alloc_stats_range()
138 ext2fs_bg_free_blocks_count(fs, group) - in ext2fs_block_alloc_stats_range()
140 ext2fs_bg_flags_clear(fs, group, EXT2_BG_BLOCK_UNINIT); in ext2fs_block_alloc_stats_range()
141 ext2fs_group_desc_csum_set(fs, group); in ext2fs_block_alloc_stats_range()