Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:group_desc_count

51 		if ((ctx->progress)(ctx, 5, 0, ctx->fs->group_desc_count*2))
109 for (i = 0; i < ctx->fs->group_desc_count; i++) {
163 for (i = 0; i < ctx->fs->group_desc_count; i++) {
336 fs->group_desc_count * sizeof(unsigned int), "free block count array");
393 (group == fs->group_desc_count - 1) ||
499 fs->group_desc_count*2))
526 memset(free_array, 0, fs->group_desc_count * sizeof(int));
532 for (g = 0; g < fs->group_desc_count; g++) {
586 fs->group_desc_count * sizeof(ext2_ino_t), "free inode count array");
589 fs->group_desc_count * sizeof(ext2_ino_t), "directory count array");
756 group + fs->group_desc_count,
757 fs->group_desc_count*2))
791 memset(free_array, 0, fs->group_desc_count * sizeof(int));
792 memset(dir_array, 0, fs->group_desc_count * sizeof(int));
798 for (i = 0; i < fs->group_desc_count; i++) {
846 end = EXT2_INODES_PER_GROUP(fs->super) * fs->group_desc_count;
891 EXT2_GROUPS_TO_CLUSTERS(fs->super, fs->group_desc_count) - 1;