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

  /src/sbin/resize_ffs/
resize_ffs.c 112 /* pointers to the in-core cgs, read off disk and possibly modified */
113 static struct cg **cgs; variable in typeref:struct:cg **
324 * Load the cgs and csums off disk. Also allocates the space to load
334 cgs = nfmalloc(oldsb->fs_ncg * sizeof(*cgs), "cg pointers");
335 cgp = alloconce(oldsb->fs_ncg * cgblksz, "cgs");
339 cgs[cg] = (struct cg *) cgp;
342 ffs_cg_swap(cgs[cg],cgs[cg],oldsb);
474 cg = cgs[cgn]
    [all...]

Completed in 11 milliseconds