Home | History | Annotate | Download | only in fsck_ext2fs

Lines Matching defs:cg

108 	long cg, asked, i;
164 for (cg = 1; cg < proto.e2fs_ncg; cg++) {
166 cg * proto.e2fs.e2fs_bpg +
171 if (cg >= proto.e2fs_ncg) {
275 for (numdirs = 0, cg = 0; cg < sblock.e2fs_ncg; cg++) {
276 numdirs += fs2h16(sblock.e2fs_gd[cg].ext2bgd_ndirs);