Searched defs:cstotal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass5.c58 struct csum cstotal; local
109 (void) memset((void *)&cstotal, 0, sizeof (struct csum));
136 backup_cs = cstotal;
258 cstotal.cs_nffree += newcg->cg_cs.cs_nffree;
259 cstotal.cs_nbfree += newcg->cg_cs.cs_nbfree;
260 cstotal.cs_nifree += newcg->cg_cs.cs_nifree;
261 cstotal.cs_ndir += newcg->cg_cs.cs_ndir;
423 cstotal = backup_cs;
429 (memcmp((void *)&cstotal, (void *)&fs->fs_cstotal,
433 (void *)&cstotal, sizeo
[all...]

Completed in 55 milliseconds