Home | History | Annotate | Download | only in lfs

Lines Matching refs:fsck

118 	if (fsck())
119 atf_tc_fail_errno("fsck found errors after first unmount");
143 if (fsck())
144 atf_tc_fail_errno("fsck found errors after second unmount");
157 if (fsck())
158 atf_tc_fail_errno("fsck found errors with old superblocks");
181 fprintf(stderr, "* Fsck after roll-forward\n");
182 if (fsck()) {
183 fprintf(stderr, "*** FAILED FSCK ***\n");
184 atf_tc_fail("fsck found errors after roll forward");
219 /* Final fsck to double check */
220 fprintf(stderr, "* Fsck after final unmount\n");
221 if (fsck()) {
222 fprintf(stderr, "*** FAILED FSCK ***\n");
223 atf_tc_fail("fsck found errors after final unmount");