Lines Matching refs:group_desc_count
49 if ((ctx->progress)(ctx, 5, 0, ctx->fs->group_desc_count*2)) in e2fsck_pass5()
107 for (i = 0; i < ctx->fs->group_desc_count; i++) { in check_inode_bitmap_checksum()
161 for (i = 0; i < ctx->fs->group_desc_count; i++) { in check_block_bitmap_checksum()
334 fs->group_desc_count * sizeof(unsigned int), "free block count array"); in check_block_bitmaps()
391 (group == fs->group_desc_count - 1) || in check_block_bitmaps()
497 fs->group_desc_count*2)) in check_block_bitmaps()
524 memset(free_array, 0, fs->group_desc_count * sizeof(int)); in check_block_bitmaps()
530 for (g = 0; g < fs->group_desc_count; g++) { in check_block_bitmaps()
584 fs->group_desc_count * sizeof(ext2_ino_t), "free inode count array"); in check_inode_bitmaps()
587 fs->group_desc_count * sizeof(ext2_ino_t), "directory count array"); in check_inode_bitmaps()
754 group + fs->group_desc_count, in check_inode_bitmaps()
755 fs->group_desc_count*2)) in check_inode_bitmaps()
789 memset(free_array, 0, fs->group_desc_count * sizeof(int)); in check_inode_bitmaps()
790 memset(dir_array, 0, fs->group_desc_count * sizeof(int)); in check_inode_bitmaps()
796 for (i = 0; i < fs->group_desc_count; i++) { in check_inode_bitmaps()
845 end = (__u64)EXT2_INODES_PER_GROUP(fs->super) * fs->group_desc_count; in check_inode_end()
907 EXT2_GROUPS_TO_CLUSTERS(fs->super, fs->group_desc_count) - 1; in check_block_end()