Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:gr

144 			dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk);
145 ext2fs_bg_free_blocks_count_set(fs, gr, ext2fs_bg_free_blocks_count(fs, gr) - 1);
147 ext2fs_bg_flags_clear(fs, gr, EXT2_BG_BLOCK_UNINIT);
148 ext2fs_group_desc_csum_set(fs, gr);
175 dgrp_t gr = ext2fs_group_of_blk2(fs, new_blk);
176 ext2fs_bg_free_blocks_count_set(fs, gr, ext2fs_bg_free_blocks_count(fs, gr) - 1);
178 ext2fs_bg_flags_clear(fs, gr, EXT2_BG_BLOCK_UNINIT);
179 ext2fs_group_desc_csum_set(fs, gr);
212 dgrp_t gr = ext2fs_group_of_blk2(fs, blk);
213 ext2fs_bg_free_blocks_count_set(fs, gr, ext2fs_bg_free_blocks_count(fs, gr) - 1);
215 ext2fs_bg_flags_clear(fs, gr,
217 ext2fs_group_desc_csum_set(fs, gr);