Home
last modified time | relevance | path

Searched refs:cstotal (Results 1 – 1 of 1) sorted by relevance

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