Searched refs:csums (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/resize_ffs/
H A Dresize_ffs.c109 static struct csum *csums; variable in typeref:struct:csum
315 * Load the cgs and csums off disk. Also allocates the space to load
328 csums = nfmalloc(oldsb->fs_cssize, "cg summary");
337 readat(fsbtodb(oldsb, oldsb->fs_csaddr), csums, oldsb->fs_cssize);
339 ffs_csum_swap(csums,csums,oldsb->fs_cssize);
607 csums[cgn] = cg->cg_cs;
866 errx(EXIT_FAILURE, "Sorry, no space available for new csums");
968 /* Find out how big the csum area is, and realloc csums if bigger. */
972 csums
[all...]

Completed in 105 milliseconds