Changeset View
Changeset View
Standalone View
Standalone View
sbin/fsck_ffs/main.c
| Show First 20 Lines • Show All 485 Lines • ▼ Show 20 Lines | #endif /* notyet */ | ||||
| pass4(); | pass4(); | ||||
| IOstats("Pass4"); | IOstats("Pass4"); | ||||
| /* | /* | ||||
| * 5: check and repair resource counts in cylinder groups | * 5: check and repair resource counts in cylinder groups | ||||
| */ | */ | ||||
| if (preen == 0) | if (preen == 0) | ||||
| printf("** Phase 5 - Check Cyl groups\n"); | printf("** Phase 5 - Check Cyl groups\n"); | ||||
| snapflush(std_checkblkavail); | |||||
| pass5(); | pass5(); | ||||
| IOstats("Pass5"); | IOstats("Pass5"); | ||||
| /* | /* | ||||
| * print out summary statistics | * print out summary statistics | ||||
| */ | */ | ||||
| n_ffree = sblock.fs_cstotal.cs_nffree; | n_ffree = sblock.fs_cstotal.cs_nffree; | ||||
| n_bfree = sblock.fs_cstotal.cs_nbfree; | n_bfree = sblock.fs_cstotal.cs_nbfree; | ||||
| ▲ Show 20 Lines • Show All 321 Lines • Show Last 20 Lines | |||||