resize_ffs.c | 119 static unsigned char *cgflags; variable in typeref:typename:unsigned char * 336 cgflags = nfmalloc(oldsb->fs_ncg, "cg flags"); 343 cgflags[cg] = 0; 632 cgflags[cgn] |= CGF_DIRTY; 797 cgflags[cgn] |= CGF_DIRTY | CGF_BLKMAPS; 810 cgflags[cgn] |= CGF_DIRTY | CGF_BLKMAPS; 1033 cgflags = nfrealloc(cgflags, newsb->fs_ncg, "cg flags"); 1034 memset(cgflags + oldsb->fs_ncg, 0, 1046 cgflags[oldsb->fs_ncg - 1] |= CGF_DIRTY [all...] |