Home | History | Annotate | Download | only in fsck_ffs

Lines Matching defs:cstotal

73 	struct csum_total cstotal;
130 cssize = (u_char *)&cstotal.cs_spare[0] - (u_char *)&cstotal.cs_ndir;
201 memset(&cstotal, 0, sizeof(struct csum_total));
410 cstotal.cs_nffree += newcg->cg_cs.cs_nffree;
411 cstotal.cs_nbfree += newcg->cg_cs.cs_nbfree;
412 cstotal.cs_nifree += newcg->cg_cs.cs_nifree;
413 cstotal.cs_ndir += newcg->cg_cs.cs_ndir;
483 if (memcmp(&cstotal, &fs->fs_cstotal, cssize) != 0) {
488 (long long int)cstotal.cs_nffree,
490 (long long int)cstotal.cs_nbfree,
492 (long long int)cstotal.cs_nifree,
494 (long long int)cstotal.cs_ndir);
497 memmove(&fs->fs_cstotal, &cstotal, sizeof cstotal);