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

/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dpass5.c69 struct csum_total cstotal; local
126 cssize = (u_char *)&cstotal.cs_spare[0] - (u_char *)&cstotal.cs_ndir;
197 memset(&cstotal, 0, sizeof(struct csum_total));
399 cstotal.cs_nffree += newcg->cg_cs.cs_nffree;
400 cstotal.cs_nbfree += newcg->cg_cs.cs_nbfree;
401 cstotal.cs_nifree += newcg->cg_cs.cs_nifree;
402 cstotal.cs_ndir += newcg->cg_cs.cs_ndir;
472 if (memcmp(&cstotal, &fs->fs_cstotal, cssize) != 0) {
477 (long long int)cstotal
[all...]

Completed in 96 milliseconds