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

  /src/sbin/resize_ffs/
resize_ffs.c 116 static struct csum *csums; variable in typeref:struct:csum *
324 * Load the cgs and csums off disk. Also allocates the space to load
337 csums = nfmalloc(oldsb->fs_cssize, "cg summary");
346 readat(FFS_FSBTODB(oldsb, oldsb->fs_csaddr), csums, oldsb->fs_cssize);
348 ffs_csum_swap(csums,csums,oldsb->fs_cssize);
618 csums[cgn] = cg->cg_cs;
882 errx(EXIT_FAILURE, "Sorry, no space available for new csums");
1022 /* Find out how big the csum area is, and realloc csums if bigger. */
1026 csums = nfrealloc(csums, newsb->fs_cssize, "new cg summary")
    [all...]
resize_ffs.c 116 static struct csum *csums; variable in typeref:struct:csum *
324 * Load the cgs and csums off disk. Also allocates the space to load
337 csums = nfmalloc(oldsb->fs_cssize, "cg summary");
346 readat(FFS_FSBTODB(oldsb, oldsb->fs_csaddr), csums, oldsb->fs_cssize);
348 ffs_csum_swap(csums,csums,oldsb->fs_cssize);
618 csums[cgn] = cg->cg_cs;
882 errx(EXIT_FAILURE, "Sorry, no space available for new csums");
1022 /* Find out how big the csum area is, and realloc csums if bigger. */
1026 csums = nfrealloc(csums, newsb->fs_cssize, "new cg summary")
    [all...]

Completed in 22 milliseconds