HomeSort by: relevance | last modified time | path
    Searched defs:cgflags (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/resize_ffs/
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...]
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...]

Completed in 23 milliseconds